-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 1.67 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "urbain",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "yarn && react-app-rewired start",
"build": "yarn && react-app-rewired build",
"test": "yarn && react-app-rewired test",
"predeploy": "yarn 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": ">=10.13.0 <11.0.0",
"yarn": ">=1.12.0 <2.0.0"
},
"dependencies": {
"axios": "0.19.0",
"classnames": "2.2.6",
"intro.js": "2.9.3",
"jquery": "3.4.1",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"react": "16.8.6",
"react-autosuggest": "9.4.3",
"react-dom": "16.8.6",
"react-draggable": "3.3.0",
"react-scripts": "2.1.8",
"react-select": "3.0.4",
"simplebar": "4.0.0",
"stats.js": "0.17.0",
"three": "0.105.2"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "7.4.4",
"customize-cra": "0.2.13",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-prettier": "3.1.0",
"gh-pages": "2.0.1",
"jest-enzyme": "6.1.2",
"mobx": "4.10.0",
"mobx-react": "5.4.4",
"node-sass": "4.11.0",
"prettier": "1.18.2",
"prop-types": "15.7.2",
"react-app-rewired": "2.1.3",
"react-test-renderer": "16.8.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:5000"
}