forked from tossha/urbain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.34 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
54
55
56
57
{
"name": "urbain",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tossha/urbain.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tossha/urbain/issues"
},
"homepage": "https://urbain.ru/",
"engines": {
"node": ">=8.12.0 <9.0.0",
"npm": ">5.0.0 <=5.10.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.4",
"@fortawesome/free-solid-svg-icons": "5.3.1",
"@fortawesome/react-fontawesome": "0.1.3",
"axios": "^0.18.0",
"classnames": "2.2.6",
"intro.js": "2.9.3",
"jquery": "3.3.1",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-scripts": "2.0.4",
"react-select": "2.1.0",
"stats.js": "0.17.0",
"three": "0.97.0"
},
"devDependencies": {
"eslint-plugin-babel": "5.2.1",
"eslint-plugin-prettier": "3.0.0",
"gh-pages": "2.0.1",
"node-sass": "^4.9.3",
"prettier": "1.14.3",
"prop-types": "15.6.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:5000"
}