-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 954 Bytes
/
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
{
"name": "instock",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "concurrently -c auto \"npm:server\" \"npm:client\"",
"client": "vite",
"server": "cd .. && mvnw spring-boot:run",
"preview": "vite preview",
"build": "vite build"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^3.1.0",
"concurrently": "^8.2.2",
"vite": "^4.5.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@mui/x-data-grid": "^6.18.2",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"sonner": "^1.2.2"
}
}