-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "anny-performance-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -rf bundle.js node_modules bower_components",
"postinstall": "bower install",
"prestart": "npm run webpack",
"start": "webpack-dev-server --config webpack.dev.babel.js",
"prewebpack": "rm -rf build",
"webpack": "webpack --config webpack.dev.babel.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"anny": "^0.1.1",
"babel": "^5.8.34",
"babel-loader": "^5.4.0",
"bower": "^1.6.5",
"brace": "^0.5.1",
"classnames": "^2.2.0",
"eslint-config-defaults": "^7.1.1",
"eslint-loader": "^1.1.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.6.3",
"history": "^1.13.1",
"radium": "^0.14.3",
"react": "^0.14.1",
"react-ace": "^2.6.0",
"react-dom": "^0.14.1",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.0-rc3",
"stardust": "^0.7.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
}
}