-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 916 Bytes
/
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
{
"name": "app-template",
"version": "1.0.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --progress --watch --devtool source-map",
"build": "webpack -p --colors --progress --config 'webpack.production.config.js'",
"preinstall": "npm install -g concurrently"
},
"dependencies": {
"clipboard": "^1.5.15",
"imagesloaded": "^4.1.1",
"moment": "^2.15.0",
"moment-timezone": "^0.5.5",
"superagent": "^2.2.0",
"superagent-no-cache": "^0.1.0",
"underscore": "^1.8.3",
"underscore-cli": "^0.2.19",
"universal-jst": "^1.0.5",
"url-parse": "^1.1.3",
"vdom-virtualize": "^2.0.0",
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"json-loader": "^0.5.4",
"less": "^3.7.1",
"webpack": "^1.13.2"
}
}