6a994e05f6
* creating css .stylelintrc file (cherry picked from commit df0a573666151fb522cb203f82a7a6a979fc33cc) * updating lintfile (cherry picked from commit 623ad22d69566a912988239c05d2f803e735362f) * ignore base bootstrap styles (cherry picked from commit 0ea94926a004367a67983b08a8ea47c974ef6e49) * Working on making css inline with css linting (cherry picked from commit 259fdfcaf9ae280e664471c7d5278214d991168e) * removing generic class names and nesting for clear names without nesting (cherry picked from commit d0427c2c09771df049ed9ab4e7b5d2f2076106fd) * making components compatable with new css lint (cherry picked from commit b147f157c3b9b39708a750f281d8278211454137) * updating csslint file (cherry picked from commit 53b0480476b6e5c4d94763baeaef7d33e9c2342d) * adding alphabetical ordering to stylelint and updating css files with this (cherry picked from commit a6b7860efa01e673df20546bb5830587eeb140d6) * integrate stylelint with webpack this way we can integrate postcss plugins # Conflicts: # ui/yarn.lock * exit process with 1, when stylelint finds issues * listen to unhandled rejection from stylelint * use stylelintignore * fix stylelint raised issues
100 lines
2.9 KiB
JSON
100 lines
2.9 KiB
JSON
{
|
|
"name": "joyent-dashboard-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "private",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config webpack/index.js",
|
|
"lint": "make lint",
|
|
"test": "make test",
|
|
"build": "NODE_ENV=production webpack --config webpack/index.js",
|
|
"clean-static": "sh scripts/clean-static.sh",
|
|
"build-docs-static": "sh scripts/build-docs-static.sh"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"color": "^0.11.3",
|
|
"invariant": "^2.2.1",
|
|
"lodash.find": "^4.6.0",
|
|
"lodash.first": "^3.0.0",
|
|
"lodash.flatten": "^4.4.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.isfunction": "^3.0.8",
|
|
"lodash.isundefined": "^3.0.1",
|
|
"param-case": "^2.1.0",
|
|
"react": "^15.3.2",
|
|
"react-a11y": "^0.3.3",
|
|
"reduce-css-calc": "^1.3.0",
|
|
"traverse": "^0.6.6"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.16.0",
|
|
"babel-core": "^6.17.0",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.16.0",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-register": "^6.16.3",
|
|
"css-loader": "^0.25.0",
|
|
"css-modules-require-hook": "^4.0.5",
|
|
"dangerously-set-inner-html": "2.0.0",
|
|
"enzyme": "^2.5.1",
|
|
"eslint": "^3.8.1",
|
|
"eslint-config-semistandard": "^7.0.0",
|
|
"eslint-config-standard": "^6.2.0",
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
|
"eslint-plugin-promise": "^3.3.0",
|
|
"eslint-plugin-react": "^6.4.1",
|
|
"eslint-plugin-standard": "^2.0.1",
|
|
"extract-text-webpack-plugin": "^2.0.0-beta.4",
|
|
"json-loader": "^0.5.4",
|
|
"lodash.get": "^4.4.2",
|
|
"memory-fs": "^0.3.0",
|
|
"nyc": "^8.3.1",
|
|
"param-case": "^2.1.0",
|
|
"postcss-at-rules-variables": "0.0.25",
|
|
"postcss-constants": "^0.2.0",
|
|
"postcss-cssnext": "^2.8.0",
|
|
"postcss-for": "^2.1.1",
|
|
"postcss-functions": "^2.1.1",
|
|
"postcss-import": "8.0.2",
|
|
"postcss-loader": "^1.0.0",
|
|
"postcss-mixins": "^5.4.0",
|
|
"postcss-modules-values": "^1.2.2",
|
|
"pre-commit": "^1.1.3",
|
|
"raw-loader": "^0.5.1",
|
|
"react-addons-test-utils": "^15.3.2",
|
|
"react-dom": "^15.3.2",
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
|
"react-router": "^4.0.0-alpha.4",
|
|
"st": "^1.2.0",
|
|
"style-loader": "^0.13.1",
|
|
"stylelint": "^7.5.0",
|
|
"stylelint-config-standard": "^14.0.0",
|
|
"stylelint-webpack-plugin": "^0.4.0",
|
|
"tap-xunit": "^1.4.0",
|
|
"title-case": "^2.1.0",
|
|
"webpack": "^2.1.0-beta.25",
|
|
"webpack-dev-server": "^1.16.2",
|
|
"webpack-shell-plugin": "^0.4.3"
|
|
},
|
|
"ava": {
|
|
"failFast": true,
|
|
"cache": false,
|
|
"require": [
|
|
"css-modules-require-hook/preset",
|
|
"babel-register"
|
|
],
|
|
"babel": "inherit"
|
|
},
|
|
"pre-commit": [
|
|
"lint",
|
|
"test",
|
|
"coverage"
|
|
]
|
|
}
|