starter-kit/package.json
2017-10-17 17:02:18 +02:00

29 lines
753 B
JSON

{
"name": "starter",
"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-with-stats"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.2",
"compression-webpack-plugin": "~1.0.0",
"copy-webpack-plugin": "~3.0.1",
"eslint": "^3.0.0",
"eslint-loader": "~1.6.1",
"eslint-plugin-react": "~6.9.0",
"jshint": "~2.9.1",
"jshint-loader": "~0.8.3",
"webpack": "^2.6.1"
},
"dependencies": {
"react-lite": "0.15.30"
}
}