-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.7 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.7 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "ruin-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/pro-regular-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.7.2",
"@material-ui/styles": "^4.7.1",
"@types/classnames": "^2.2.10",
"@types/jest": "24.0.19",
"@types/jquery": "^3.3.38",
"@types/lodash": "^4.14.146",
"@types/node": "12.11.5",
"@types/react": "16.9.9",
"@types/react-datepicker": "^2.11.0",
"@types/react-dom": "16.9.2",
"@types/react-router-dom": "^5.1.2",
"@types/react-select": "^3.0.11",
"@types/react-slick": "^0.23.4",
"@types/reactour": "^1.18.2",
"@types/sizzle": "^2.3.2",
"@types/slick-carousel": "^1.6.34",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"easy-peasy": "^3.2.6",
"formik": "^2.1.4",
"headroom.js": "^0.11.0",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.17.1",
"moment-timezone": "^0.5.28",
"react": "^16.11.0",
"react-avatar-edit": "^0.8.3",
"react-bootstrap": "^1.0.0-beta.14",
"react-bootstrap-switch": "15.5.3",
"react-datepicker": "^2.14.1",
"react-datetime": "2.16.3",
"react-dom": "^16.11.0",
"react-google-maps": "9.4.5",
"react-https-redirect": "^1.1.0",
"react-icons": "^3.9.0",
"react-photoswipe": "1.3.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-select": "^3.0.4",
"react-slick": "^0.26.1",
"react-spring": "^8.0.27",
"react-tagsinput": "3.19.0",
"reactour": "^1.18.6",
"reactstrap": "^8.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.1.1",
"toasted-notes": "^3.2.0",
"typescript": "3.5.1",
"yup": "^0.29.1"
},
"devDependencies": {
"@types/moment-timezone": "^0.5.13",
"@types/reactstrap": "^8.4.2",
"@types/yup": "^0.29.3",
"browserify": "^16.5.0",
"gzipper": "^4.4.0",
"reactify": "^1.1.1",
"run-script-os": "^1.0.7"
},
"scripts": {
"start": "run-script-os",
"start:win32": "set PORT=9000 && react-scripts start",
"start:darwin:nix:linux": "export PORT=9000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"gzipper": "gzipper",
"compress": "gzipper compress --include js ./build/static/js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}