Taken rules from Cockpit, which have been proven to be effective for finding bugs and keeping clean code, and sensible (not taking unreasonable effort to satisfy). Fix code layout in app.jsx accordingly. Closes #39
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "starter-kit",
|
|
"version": "0.1.0",
|
|
"description": "Scaffolding for a cockpit module",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:cockpit/starter-kit.git",
|
|
"author": "",
|
|
"license": "LGPL-2.1",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.25.0",
|
|
"babel-eslint": "^9.0.0",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-preset-env": "^1.5.2",
|
|
"chrome-remote-interface": "^0.25.5",
|
|
"compression-webpack-plugin": "~1.0.0",
|
|
"copy-webpack-plugin": "~3.0.1",
|
|
"css-loader": "^0.28.11",
|
|
"eslint": "^5.4.0",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-config-standard-react": "^6.0.0",
|
|
"eslint-loader": "~1.6.1",
|
|
"eslint-plugin-flowtype": "^2.50.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.0",
|
|
"eslint-plugin-react": "^6.9.0",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"extract-text-webpack-plugin": "^2.1.0",
|
|
"htmlparser": "^1.7.7",
|
|
"jed": "^1.1.1",
|
|
"po2json": "^0.4.5",
|
|
"sass-loader": "^7.0.3",
|
|
"sizzle": "^2.3.3",
|
|
"stdio": "^0.2.7",
|
|
"webpack": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"node-sass": "^4.9.0",
|
|
"react-lite": "0.15.30"
|
|
}
|
|
}
|