-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.65 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
{
"name": "sws2apps-web",
"private": true,
"version": "2.32.4",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/sws2apps-web.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "serve -l 5000 -s dist"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.2.1",
"@mui/lab": "^6.0.0-beta.20",
"@mui/material": "^6.2.1",
"@mui/x-date-pickers": "^7.23.2",
"@tanstack/react-query": "^5.62.8",
"date-fns": "^4.1.0",
"dateformat": "^5.0.3",
"file-select-dialog": "^1.5.4",
"firebase": "^11.1.0",
"interweave": "^13.1.0",
"mui-one-time-password-input": "^3.0.2",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.2",
"recoil": "^0.7.7",
"recoil-outside": "^0.1.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"prop-types": "^15.8.1",
"serve": "^14.2.4",
"vite": "^6.0.3",
"vite-plugin-eslint": "^1.8.1"
}
}