-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "account-settings",
"description": "Account Setting",
"version": "0.0.1",
"main": "webpack.config.js",
"repository": "",
"author": "Nello Brunelli",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --inline --host 0.0.0.0",
"deploy": "NODE_ENV=production webpack -p && npm shrinkwrap",
"test": "babel-node test/tests.js",
"check": "npm-check -u",
"json-server": "json-server --watch db.json",
"lint": "eslint app --ext .js, .jsx || true"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.20",
"babel-loader": "^5.2.2",
"css-loader": "^0.15.1",
"eslint": "^0.24.0",
"eslint-loader": "^0.14.1",
"eslint-plugin-react": "^2.6.3",
"file-loader": "^0.8.4",
"jsdom": "^5.5.0",
"json-server": "^0.7.17",
"node-libs-browser": "^0.5.2",
"npm-check": "^3.2.10",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"axios": "^0.5.4",
"bootstrap": "^3.3.5",
"flux": "^2.0.3",
"keymirror": "^0.1.1",
"normalize-css": "^2.3.1",
"react": "^0.13.3",
"react-bootstrap": "^0.24.2",
"react-router": "^0.13.3"
}
}