This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.82 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
{
"name": "prototypicalpro",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/browser": "~5.27.3",
"@types/jest": "~26.0.15",
"@types/node": "~14.14.7",
"@types/react": "~16.9.56",
"@types/react-dom": "~16.9.9",
"@types/styled-components": "~5.1.4",
"@types/webgl2": "~0.0.5",
"@use-it/event-listener": "~0.1.5",
"core-js": "~3.7.0",
"countup.js": "~2.0.7",
"intersection-observer": "~0.11.0",
"react": "~17.0.1",
"react-anchor-link-smooth-scroll": "~1.0.12",
"react-dom": "~17.0.1",
"react-intersection-observer": "~8.30.1",
"react-is": "~17.0.1",
"react-scripts": "~4.0.0",
"serialize-javascript": ">=3.1.0",
"styled-components": "~5.2.1",
"typescript": "~4.0.5",
"whatwg-fetch": "~3.5.0",
"yargs-parser": ">=20.2.4"
},
"scripts": {
"postinstall": "patch-package",
"start": "react-scripts start",
"postbuild": "react-snap",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"generate-sw": "workbox generateSW --root=build scripts/sw-precache-config.js",
"build": "react-scripts build"
},
"reactSnap": {
"source": "build",
"concurrency": 1
},
"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",
"last 5 edge version"
]
},
"devDependencies": {
"gh-pages": "~3.1.0",
"patch-package": "~6.2.2",
"postinstall-postinstall": "~2.1.0",
"react-snap": "~1.23.0",
"tslint": "~6.1.3"
},
"resolutions": {
"serialize-javascript": ">=3.1.0",
"yargs-parser": ">=20.2.4"
}
}