-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.32 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
47
48
49
50
51
52
53
54
55
56
{
"name": "sbport",
"main": "build/index.html",
"window": {
"toolbar": true,
"width": 1200,
"height": 600,
"position": "center"
},
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.15.3",
"better-react-spinkit": "^2.0.0-6",
"bootstrap": "^3.3.7",
"dot-prop-immutable": "^1.3.1",
"downloadjs": "^1.4.7",
"filesize": "^3.5.6",
"install-nw": "^1.1.5",
"js-md5": "^0.4.2",
"js-sha1": "^0.4.1",
"nw": "^0.21.3",
"react": "^15.4.2",
"react-bootcards": "^0.1.0",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-dropzone": "^3.12.2",
"react-highlight": "^0.9.0",
"react-icons": "^2.2.3",
"react-inspector": "^1.1.2",
"react-json-inspector": "^7.0.0",
"react-json-pretty": "^1.5.0",
"react-json-syntax-highlighter": "^0.1.15",
"react-json-tree": "^0.10.7",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"webkit": {
"plugin": true
},
"eslintConfig": {
"extends": "react-app"
}
}