-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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": "shopping-mall",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/serialize": "^1.1.1",
"@emotion/styled": "^11.10.6",
"@types/node": "^18.15.11",
"@types/react-router-dom": "^5.3.3",
"emotion-reset": "^3.0.1",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"graphql-tag": "^2.12.6",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.8.0",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-simple-star-rating": "^5.1.7",
"recoil": "^0.7.7",
"styled-components": "^5.3.9",
"uuid": "^9.0.0",
"vite-plugin-next-react-router": "^0.6.2"
},
"devDependencies": {
"@types/react": "latest",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^3.1.0",
"msw": "^1.2.1",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"packageManager": "[email protected]",
"msw": {
"workerDirectory": "public"
}
}