This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.73 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": "sws-vip",
"private": true,
"version": "1.11.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/sws-vip.git"
},
"scripts": {
"dev": "vite",
"build": "vite build && workbox generateSW workbox.config.cjs",
"preview": "serve -l 5000 -s dist"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fingerprintjs/fingerprintjs-pro": "^3.8.2",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "^5.11.10",
"@sws2apps/react-sw-helper": "^1.10.0",
"@tanstack/react-query": "^4.24.10",
"date-fns": "^2.29.3",
"dateformat": "^5.0.3",
"dexie": "^3.2.3",
"firebase": "^9.17.1",
"i18next": "^22.4.10",
"interweave": "^13.0.0",
"mui-one-time-password-input": "^1.0.4",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-router-dom": "^6.8.1",
"recoil": "^0.7.6",
"recoil-outside": "^0.1.1",
"simple-crypto-js": "^3.0.1",
"use-pwa2": "^0.2.0",
"validator": "^13.9.0",
"workbox-cli": "^6.5.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@sws2apps/vite-plugin-package-version": "^1.1.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.34.0",
"eslint-config-react-app": "^7.0.1",
"prop-types": "^15.8.1",
"serve": "^14.2.0",
"vite": "^4.1.4",
"vite-plugin-eslint": "^1.8.1"
}
}