-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 880 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 880 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
34
35
{
"name": "fileserver",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18"
},
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS= vite web",
"build": "cross-env NODE_OPTIONS= vite build web",
"serve": "cross-env NODE_OPTIONS= vite preview web"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"axios": "^0.26.1",
"humanize": "^0.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.5"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.2",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"less": "^4.1.2",
"rollup-plugin-visualizer": "^5.6.0",
"vite": "^5.4.21"
}
}