-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.118",
"@mui/material": "^5.11.7",
"@types/axios": "^0.14.0",
"@types/styled-components": "^5.1.26",
"axios": "^1.3.2",
"graphql": "^16.6.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-img-zoom": "^0.1.0",
"react-router-dom": "^6.8.0",
"react-scroll-to-top": "^3.0.0",
"react-toastify": "^9.1.1",
"sort-by": "^1.2.0",
"styled-components": "^5.3.6",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@svgr/rollup": "^6.5.1",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.58.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vitest": "^0.28.4"
}
}