-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.79 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
{
"name": "showbiz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"prod": "yarn build && yarn ftp",
"build": "yarn lint && tsc && vite build",
"ftp": "pyftpsync upload ./dist ftp://[email protected]@ftp.metal-sole.com --force --delete --resolve=local",
"preview": "vite preview",
"lint": "eslint src/{**/*,*}.{ts,tsx}"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/alegreya-sans-sc": "^4.5.10",
"@fontsource/bowlby-one-sc": "^4.5.9",
"@fontsource/teko": "^4.5.9",
"@fontsource/titan-one": "^4.5.9",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.12",
"@mui/x-date-pickers": "^5.0.11",
"dayjs": "^1.11.7",
"es6-error": "^4.1.1",
"firebase": "^9.13.0",
"lodash": "^4.17.21",
"material-ui-confirm": "^3.0.7",
"mui-image": "^1.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-keyboard-event-handler": "^1.5.4",
"react-router-dom": "^6.4.3",
"react-use-async-callback": "^2.1.2",
"zustand": "^4.1.4"
},
"devDependencies": {
"@types/lodash": "^4.14.187",
"@types/mui-image": "^1.0.1",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react-keyboard-event-handler": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitejs/plugin-react": "^2.2.0",
"deep-map-keys": "^2.0.1",
"eslint": "^8.29.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"material-ui-popup-state": "^4.1.0",
"prettier": "^2.8.0",
"typescript": "^4.6.4",
"vite": "^3.2.0",
"vite-plugin-svgr": "^2.4.0"
}
}