-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "boom-boobs",
"version": "1.0.0",
"description": "",
"main": "src/plugin.js",
"dependencies": {
"axios": "^0.7.0",
"buildo-react-components": "^0.4.0",
"history": "^1.17.0",
"lodash": "^4.3.0",
"moment": "^2.10.6",
"normalize.css": "^3.0.3",
"parse": "^1.6.4",
"react": "^0.13.3",
"react-router-transition-context": "^0.13.3",
"react-select": "^0.6.2",
"revenge": "^0.3.4",
"tcomb-form": "^0.6.6",
"webpack": "^1.12.12"
},
"devDependencies": {
"argparse": "^1.0.6",
"babel-core": "^5.8.25",
"babel-eslint": "^6.0.4",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.5.7",
"compression-webpack-plugin": "^0.2.0",
"copy-loader": "^0.1.3",
"crx": "^3.0.3",
"css-loader": "^0.21.0",
"eslint": "^2.9.0",
"eslint-config-buildo": "github:buildo/eslint-config",
"eslint-loader": "^1.3.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^2.8.1",
"json-loader": "^0.5.3",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"lodash": "^4.3.0",
"node-sass": "^v3.4.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"webpack-dev-server": "^1.12.0"
},
"scripts": {
"start": "rm -rf dev/ && webpack-dev-server --config webpack/webpack.dev.babel.js --progress --hot --inline",
"build": "rm -rf build/ && webpack --config webpack/webpack.build.babel.js --progress",
"package": "babel-node package.js",
"release": "babel-node release.js",
"serve": "cd build && http-server",
"lint": "eslint ./src",
"preversion": "npm run lint && npm run test"
},
"author": "Andrea Ascari <[email protected]> (http://www.ascariandrea.com/)",
"license": "ISC"
}