-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 885 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 885 Bytes
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
{
"name": "pizza",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "^18.2.0",
"react-paginate": "^8.1.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.15.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"redux": "4.0.4",
"sass": "^1.59.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-svgr": "^2.4.0"
}
}