forked from okandavut/Bibisim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 938 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": "bibisim",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.5.0",
"bulma": "^0.7.1",
"bulma-extensions": "^2.2.1",
"chroma-js": "^1.3.7",
"google-map-react": "^1.0.6",
"jscs": "^3.0.7",
"moment": "^2.22.2",
"rc-select": "^8.2.0",
"react": "^16.4.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.2",
"react-global": "^0.1.8",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-select": "^2.0.0",
"react-widgets": "^4.4.3",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"styled-components": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}