forked from yisha0307/Mailbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 819 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
{
"name": "mailbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress --profile --colors --hot",
"build": "webpack --progress --profile --colors",
"test": "karma start"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-react-transform": "^2.0.2",
"css-loader": "^0.26.1",
"file-loader": "^0.10.0",
"json-loader": "^0.5.4",
"json-server": "^0.9.5",
"node-sass": "^4.5.0",
"react-transform-hmr": "^1.0.4",
"sass-loader": "^6.0.1",
"style-loader": "^0.13.1",
"uglify-js-plugin": "0.0.6",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"whatwg-fetch": "^2.0.3"
}
}