-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "reactpizza",
"private": true,
"version": "0.0.0",
"homepage": "https://berezenko04.github.io/ReactPizza/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@types/jest": "^29.2.6",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.11.18",
"@types/qs": "^6.9.7",
"@types/react-loadable": "^5.5.6",
"@types/react-redux": "^7.1.25",
"ahooks": "^3.7.4",
"axios": "^1.2.2",
"gh-pages": "^4.0.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.2.0",
"react-loadable": "^5.5.0",
"react-paginate": "^8.1.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.1",
"redux-persist": "^6.0.0",
"typescript": "^4.9.4",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"sass": "^1.57.1",
"vite": "^4.0.0"
}
}