-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
{
"name": "final-project-mern",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"data": "json-server -p 4000 -w ./src/assets/data/db.json"
},
"dependencies": {
"@auth0/auth0-react": "^1.12.0",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/react-query": "^4.18.0",
"boring-avatars": "^1.7.0",
"hero-slider": "^3.1.0",
"json-server": "^0.17.1",
"json5": ">=2.2.2",
"moment": "^2.29.4",
"npm": "^9.2.0",
"react": "^18.2.0",
"react-content-loader": "^6.2.0",
"react-country-region-selector": "^3.6.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-hooks-use-modal": "^3.3.1",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.4",
"react-simple-player": "^1.1.0",
"react-spinners": "^0.13.6",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.3"
}
}