-
Notifications
You must be signed in to change notification settings - Fork 321
/
package.json
36 lines (36 loc) · 937 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
33
34
35
36
{
"name": "girls-generator",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"echarts": "^3.6.2",
"intl": "^1.2.5",
"jquery": "^3.2.1",
"rc-dialog": "^6.5.10",
"rc-slider": "^8.3.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-fa": "^4.2.0",
"react-ga": "^2.5.2",
"react-grid-gallery": "^0.4.7",
"react-hint": "^2.0.2",
"react-intl": "^2.4.0",
"react-mathjax": "^0.1.1",
"react-redux": "^5.0.6",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-scripts": "1.0.10",
"react-simple-dropdown": "^3.2.0",
"react-transition-group": "^1.2.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}