-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.41 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
{
"name": "union-community",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.177",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.14",
"browser-image-compression": "^1.0.17",
"firebase": "^8.10.0",
"firebase-functions": "^3.16.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-quill": "^1.3.5",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"recoil": "^0.6.1",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.3.1",
"styled-icons": "^10.40.0",
"styled-normalize": "^8.0.7",
"styled-reset": "^4.3.4",
"swiper": "^6.8.4",
"typescript": "^4.1.2",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1",
"workbox-background-sync": "^6.5.0",
"workbox-broadcast-update": "^6.5.0",
"workbox-cacheable-response": "^6.5.0",
"workbox-cli": "^6.5.1",
"workbox-core": "^6.5.0",
"workbox-expiration": "^6.5.0",
"workbox-google-analytics": "^6.5.0",
"workbox-navigation-preload": "^6.5.0",
"workbox-precaching": "^6.5.0",
"workbox-range-requests": "^6.5.0",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.0",
"workbox-streams": "^6.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf ./build && react-scripts build",
"workbox": "workbox generateSW workbox-config.js",
"prod": "npm run build && npm run workbox",
"eject": "react-scripts eject",
"deploy": "npm install && npm run build && npm run firebase",
"firebase": "firebase login && firebase deploy",
"hosting": "firebase deploy --only hosting"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/react-helmet": "^6.1.4",
"@types/react-router-dom": "^5.1.9",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/uuid": "^8.3.3"
}
}