-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "prueba",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "run-p -l start:vite type-check:watch",
"start:vite": "vite --port 8080",
"build": "tsc -b && vite build",
"preview": "vite preview",
"type-check": "tsc -b --noEmit --preserveWatchOutput",
"type-check:watch": "npm run type-check -- --watch"
},
"dependencies": {
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/figtree": "^5.2.6",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@tanstack/react-router": "^1.116.0",
"axios": "^1.8.4",
"install": "^0.13.0",
"npm": "^11.3.0",
"react": "^19.0.0",
"react-compiler-runtime": "^19.0.0-beta-ebf51a3-20250411",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@tanstack/react-router-devtools": "^1.116.0",
"@tanstack/router-plugin": "^1.116.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^16.0.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.7.2",
"vite": "^6.3.1"
},
"imports": {
"#*": "./src/*"
}
}