-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.14 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
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
96
97
98
99
100
101
102
103
104
{
"name": "webgl-react-",
"version": "0.0.0",
"description": "Drop-In Gaming FED",
"private": true,
"main": "src/index.js",
"homepage": ".",
"dependencies": {
"@sweetalert/with-react": "^0.1.1",
"@types/history": "^4.7.2",
"@types/jest": "24.0.15",
"@types/node": "12.6.8",
"@types/react-bootstrap": "^0.32.26",
"@types/react-dom": "^17",
"@types/react-router-dom": "^5.3.2",
"animate.css": "^3.7.2",
"axios": "^0.24.0",
"axios-cache-adapter": "^2.7.3",
"bootstrap": "^5.1.3",
"chartist": "0.10.1",
"classnames": "^2.2.6",
"formik": "^2.2.9",
"history": "^4.9.0",
"moment": "^2.24.0",
"node-sass": "^6.0.1",
"nouislider": "13.1.5",
"npm-run-all": "4.1.3",
"perfect-scrollbar": "1.4.0",
"prop-types": "15.7.2",
"qs": "^6.9.4",
"raw.macro": "^0.4.2",
"react": "^17",
"react-animate-on-scroll": "^2.1.5",
"react-big-calendar": "0.20.1",
"react-bootstrap": "^2.0.0",
"react-chartist": "0.13.3",
"react-code-blocks": "0.0.8",
"react-datetime": "^2.16.3",
"react-dom": "^16.10.2",
"react-helmet": "^6.1.0",
"react-jvectormap": "0.0.15",
"react-loading-skeleton": "^3.0.1",
"react-render-html": "^0.6.0",
"react-responsive": "*",
"react-router-dom": "^5.1",
"react-scripts": "4.0.3",
"react-slick": "^0.24.0",
"react-table": "7.7.0",
"react-tagsinput": "^3.19.0",
"react-toastify": "^8.1.0",
"simplex-noise": "^3.0.0",
"sweetalert": "^2.1.2",
"three-js": "^79.0.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"start:legacy": "react-scripts --openssl-legacy-provider start",
"build:legacy": "react-scripts --openssl-legacy-provider build",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "exit 1; react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"rei": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"build-package": "babel src --out-dir dist"
},
"keywords": [],
"authors": [
"Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"Richard T Miles <[email protected]> (https://www.miles.systems/)"
],
"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"
]
},
"devDependencies": {
"@types/nouislider": "^9.0.5",
"@types/react": "^16.9.5",
"@types/react-slick": "^0.23.4",
"@typescript-eslint/parser": "^3.10.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"gh-pages": "^3.2.3",
"http-proxy-middleware": "^1.0.5",
"prettier-eslint": "^12.0.0",
"react-swipeable-views-utils": "^0.13.9",
"typescript": "^3.9.7"
}
}