-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mi-proyecto",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"analyze": "vite build",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "serve dist -s -n -L -p $PORT"
},
"dependencies": {
"axios": "^1.6.7",
"bootstrap": "^5.3.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"js-cookie": "^3.0.5",
"mysql": "^2.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.13.1",
"react-router-dom": "^6.16.0",
"react-toastify": "^11.0.3",
"serve": "^14.2.1"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"babel-loader": "^9.1.3",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^4.4.5",
"webpack-bundle-analyzer": "^4.10.2"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}