-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.07 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
{
"name": "blankcil",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@react-oauth/google": "^0.12.1",
"@stomp/stompjs": "^7.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"axios": "^1.6.8",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"framer-motion": "^11.1.7",
"gh-pages": "^6.1.1",
"http-proxy-middleware": "^3.0.0",
"https-browserify": "^1.0.0",
"i18next": "^23.10.1",
"jwt-decode": "^4.0.0",
"net": "^1.0.2",
"net-browserify": "^0.2.4",
"node-polyfill-webpack-plugin": "^4.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-icons": "^5.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.2",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"sockjs": "^0.3.24",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tls-browserify": "^0.2.2",
"util": "^0.12.5",
"vite": "^5.3.4",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.4",
"jsdom": "^24.1.1",
"vitest": "^2.0.4"
}
}