-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.56 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
57
58
59
60
61
62
{
"name": "smart-kitap",
"version": "0.1.36",
"description": "",
"main": "index.html",
"runAsAdmin": true,
"chromium-args": "--disable-password-generation",
"window": {
"icon": "icon.png",
"width": 1200,
"height": 700,
"min_width": 600,
"min_height": 400,
"position": "center",
"toolbar": true,
"frame": true
},
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^3.3.7",
"chart.js": "^1.1.1",
"html-react-parser": "^0.4.2",
"idb": "^2.1.2",
"jquery": "^3.3.1",
"prop-types": "^15.6.1",
"rc-tooltip": "^3.7.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-easy-chart": "^1.0.0",
"react-ga": "^2.4.1",
"react-masonry-infinite": "^1.2.2",
"react-medium-image-zoom": "^2.0.7",
"react-modal-dialog": "^4.0.7",
"react-radio-group": "^3.0.2",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"react-spinjs": "^3.0.0",
"react-tabs": "^2.2.1",
"react-three-renderer": "^3.2.3",
"react-toggle": "^4.0.2",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"three": "^0.91.0",
"video-react": "^0.9.4"
},
"scripts": {
"start": "set PORT=3001 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"jscsConfig": {
"extends": "react-app"
},
"devDependencies": {
"esprima-fb": "^15001.1001.0-dev-harmony-fb"
}
}