forked from ianlapham/foamdemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.06 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
{
"name": "foam-ui",
"version": "0.1.0",
"engines": {
"node": "10.14.2"
},
"dependencies": {
"3box": "^1.10.8",
"bootstrap": "^4.3.1",
"deck.gl": "^7.2.3",
"esm": "^3.2.25",
"grommet": "^2.7.8",
"latlon-geohash": "^2.0.0",
"node-sass": "^4.12.0",
"polished": "^3.4.1",
"react": "^16.9.0",
"react-chat-window": "^1.2.1",
"react-dom": "^16.9.0",
"react-loading": "^2.0.3",
"react-map-gl": "^5.0.10",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1",
"react-step-wizard": "^5.3.0",
"react-typing-effect": "^2.0.2",
"react-web3": "^1.2.0",
"reactstrap": "^8.0.1",
"rimble-ui": "^0.9.7",
"styled-components": "^4.3.2",
"web3": "^1.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}