-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.57 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
{
"name": "livesite",
"version": "0.1.0",
"private": true,
"dependencies": {
"cross-env": "^7.0.2",
"firebase": "^7.17.1",
"html-react-parser": "^5.1.12",
"html2canvas": "^1.4.1",
"husky": "^4.3.0",
"jspdf": "^2.5.1",
"moment": "^2.30.1",
"next-qrcode": "^2.4.0",
"react": "^18.2.0",
"react-card-flip": "^1.2.3",
"react-csv": "^2.2.1",
"react-dom": "^18.2.0",
"react-markdown": "^4.3.1",
"react-select": "^3.1.0",
"react-spinner": "^0.2.7",
"react-spinners": "^0.9.0",
"styled-components": "^5.3.11",
"timeago.js": "^4.0.2",
"wouter": "^2.5.1"
},
"scripts": {
"dev": "vite",
"build:staging": "cross-env VITE_ENV=STAGING vite build",
"build": "vite build",
"serve": "vite preview",
"deploy": "yarn build && firebase deploy --only hosting:nwplus-ubc",
"deploy:dev": "yarn build && firebase deploy --only hosting:nwplus-ubc-dev"
},
"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"
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-styled-components": "^2.1.4",
"browserslist": "^4.23.0",
"browserslist-to-esbuild": "^2.1.1",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"vite": "^5.2.11",
"vite-plugin-svgr": "^4.2.0"
}
}