UNPKG

@ustack/uskin

Version:

A graceful framework which provides developers another chance to build an amazing site.

79 lines (78 loc) 2.38 kB
{ "name": "@ustack/uskin", "version": "0.6.2", "description": "A graceful framework which provides developers another chance to build an amazing site.", "license": "MIT", "main": "index.js", "scripts": { "build": "grunt build", "release": "grunt release --min", "prepublish": "grunt build", "test": "jest --config ./jest.config.json", "test-dev": "jest --config ./jest.config.json --watch", "coveralls": "cat ./coverage/lcov.info | coveralls", "lint": "eslint *.js __tests__/ js/** docs/react_demos/** --ext .js,.jsx --cache", "dev": "rm -rf dist && webpack --config dev.webpack.config.js", "palette": "grunt palette" }, "devDependencies": { "@ustack/uskin-icons": "^0.1.2", "autoprefixer": "^6.3.6", "babel-core": "^6.1.12", "babel-eslint": "^7.1.1", "babel-jest": "^17.0.2", "babel-loader": "^7.1.2", "babel-plugin-transform-runtime": "^6.3.13", "babel-preset-es2015": "^6.1.4", "babel-preset-react": "^6.1.4", "babel-runtime": "^6.23.0", "coveralls": "^2.11.15", "css-loader": "^0.26.0", "enzyme": "3.10.0", "enzyme-adapter-react-16": "1.14.0", "eslint": "^3.10.2", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.7.1", "extract-text-webpack-plugin": "^2.0.0", "file-loader": "^0.10.1", "grunt": "^1.0.4", "grunt-banner": "^0.6.0", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-webpack": "^2.0.1", "jest-cli": "^17.0.3", "less": "^2.5.3", "less-loader": "^2.2.3", "less-var-parse": "^1.0.1", "lesslint": "^1.0.2", "load-grunt-tasks": "^3.3.0", "postcss-loader": "^1.3.2", "react": "~16.4.2", "react-dom": "~16.4.2", "time-grunt": "^1.2.1", "url-loader": "^0.5.8", "webpack": "^2.3.1", "webpack-dev-server": "^2.4.1" }, "author": "The USkin Authors", "keywords": [ "css", "uskin", "less", "react", "front-end", "framework" ], "homepage": "https://github.com/unitedstack/uskin#readme", "repository": { "type": "git", "url": "git+https://github.com/unitedstack/uskin.git" }, "bugs": { "url": "https://github.com/unitedstack/uskin/issues" } }