-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "demo",
"private": true,
"version": "0.0.1",
"description": "H5Web demo",
"author": "European Synchrotron Radiation Facility",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/silx-kit/h5web"
},
"engines": {
"node": "18.x",
"pnpm": "7.x"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview --port 5173",
"lint:eslint": "eslint \"**/*.{js,cjs,ts,tsx}\" --max-warnings=0",
"lint:tsc": "tsc"
},
"dependencies": {
"@h5web/app": "15.x",
"@h5web/h5wasm": "15.x",
"axios": "1.15.0",
"axios-hooks": "5.1.1",
"normalize.css": "8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "14.2.3",
"react-icons": "4.8.0",
"react-router-dom": "7.12.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^17.0.56",
"@types/react-dom": "^17.0.19",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "4.3.4",
"eslint": "8.28.0",
"eslint-config-galex": "4.4.2",
"typescript": "4.9.4",
"vite": "6.4.1",
"vite-plugin-checker": "0.5.6",
"vite-plugin-eslint": "1.8.1"
}
}