-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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": "gocity",
"version": "1.0.0",
"private": true,
"homepage": "http://go-city.github.io",
"dependencies": {
"axios": "^0.18.0",
"babylonjs": "^3.2.0",
"babylonjs-gui": "^3.2.0",
"babylonjs-loaders": "^3.2.0",
"firebaseui": "^3.4.1",
"js-cookie": "^2.2.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"sweetalert2": "^7.28.10"
},
"eslintIgnore": [
"node_modules/**",
".node_modules/**",
"node_modules/"
],
"scripts": {
"lint": "eslint src",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject"
},
"devDependencies": {
"cross-env": "^7.0.2",
"react-app": "^1.1.2",
"react-scripts": "^3.4.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}