-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 969 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 969 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"mock:build": "axios-mock-server -c .mockserverrc"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^3.0.1",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"axios-mock-server": "^0.19.1",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.4",
"vite": "^4.0.0"
},
"dependencies": {
"react-hook-form": "^7.41.5",
"react-hooks-use-modal": "^3.3.1",
"react-router-dom": "^6.6.2",
"react-toastify": "^9.1.2"
}
}