forked from unclecheese/silverstripe-kickassets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "kickassets",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"build:watch": "webpack -watch",
"build:prod": "PROD=1 webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^5.0.0",
"babel-loader": "^5.3.2",
"classnames": "^2.1.3",
"css-loader": "^0.9.1",
"debounce": "^1.0.0",
"dropzone": "^4.0.1",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.1",
"immutable": "^3.7.4",
"jsx-loader": "^0.12.2",
"less": "^2.4.0",
"less-loader": "^2.1.0",
"lodash.throttle": "^3.0.4",
"object-assign": "^2.0.0",
"object-sizeof": "^1.0.6",
"react": "~0.13.0",
"react-bootstrap": "^0.21.1",
"react-router": "^0.13.3",
"reflux": "^0.2.8",
"style-loader": "^0.8.3",
"superagent": "^1.4.0",
"superagent-cache": "^1.0.2",
"url-loader": "^0.5.6",
"watchpack": "^0.2.3",
"webpack": "^1.7.3"
}
}