-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
{
"name": "missionn2n",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"animated": "^0.2.2",
"animejs": "^2.2.0",
"antd": "^3.8.3",
"axios": "^0.18.0",
"firebase": "^5.3.0",
"google-map-react": "^1.0.6",
"loaders.css": "^0.1.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"radium": "^0.24.1",
"react": "^16.4.2",
"react-countdown-now": "^1.3.0",
"react-css-loaders": "0.0.5",
"react-dom": "^16.4.2",
"react-image": "^1.3.1",
"react-loaders": "^3.0.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.0",
"react-scripts": "1.1.5",
"react-transition-group": "^2.3.1",
"react-visibility-sensor": "^3.11.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"shouldcomponentupdate-children": "^1.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"node-sass": "^4.9.0",
"react-app-rewire-css-modules": "codebandits/react-app-rewire-css-modules",
"react-app-rewire-less": "^2.1.1",
"react-app-rewired": "^1.5.2",
"react-backgrounds": "^0.30.0",
"sass-loader": "^7.0.3"
}
}