-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.81 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
105
106
107
108
109
110
111
112
113
114
115
{
"name": "microhawaii-site",
"version": "1.184.0",
"homepage": "https://microhawaii-5f97b.web.app",
"private": true,
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.0.1",
"@mux/mux-node": "^3.3.1",
"@mux/upchunk": "^2.2.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"animate-sass": "^0.8.2",
"ckeditor4-react": "^2.0.1",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"firebase": "^8.2.9",
"firebase-admin": "^9.5.0",
"firebase-functions": "^3.14.1",
"firebaseui": "^4.7.3",
"github-calendar": "^2.2.7",
"got": "^11.8.2",
"hls.js": "^1.0.11",
"loaders.css": "^0.1.2",
"mux-embed": "^4.1.1",
"node-fetch": "^2.6.1",
"node-sass": "^6.0.1",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"react": "^17.0.1",
"react-burgers": "^1.3.0",
"react-calendar": "^3.4.0",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-firebase-hooks": "^3.0.4",
"react-helmet": "^6.1.0",
"react-icons": "^3.8.0",
"react-loaders": "^3.0.1",
"react-material-ui-carousel": "^2.3.5",
"react-modal": "^3.14.3",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.5",
"react-resize-detector": "^6.7.6",
"react-router-dom": "^5.2.0",
"react-slideshow-image": "^3.5.1",
"react-toastify": "^7.0.4",
"react-transition-group": "^4.4.2",
"reactstrap": "^8.9.0",
"three": "^0.133.0",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.26.1",
"firebase-functions-test": "^0.2.0",
"react-scripts": "4.0.3"
},
"scripts": {
"femu:emuStart": "firebase emulators:start",
"femu:reactStart": "npm run start",
"femu": "npm-run-all --parallel --print-label femu:*",
"fb:version": "node generate-new-feature",
"fb:build": "npm run build",
"fb:firebase": "firebase deploy",
"fb": "npm-run-all --sequential --print-label fb:*",
"fbh:version": "node generate-new-feature",
"fbh:build": "npm run build",
"fbh:firebase": "firebase deploy --only hosting",
"fbf": "npm-run-all --sequential --print-label fbf:*",
"fbf:version": "node generate-new-feature",
"fbf:firebase": "firebase deploy --only functions",
"fbh": "npm-run-all --sequential --print-label fbh:*",
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"build:production": "SET REACT_APP_ENV=production & npm run build",
"start-prod": "SET NODE_ENV=production & npm start",
"test": "CI=true react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
],
"rules": {
"no-unused-vars": "off"
}
},
"browserslist": {
"production": [
"defaults",
">0.5%",
"dead",
"ie 9-11",
"op_mini all",
"last 1 ie version"
],
"development": [
"ie 9-11",
"defaults",
">0.5%",
"dead",
"ie 9-11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"op_mini all",
"last 1 ie version"
]
}
}