-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.88 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
53
54
55
56
57
58
{
"name": "startcloud-ui",
"version": "0.36.1",
"private": true,
"description": "One React/Vite web UI for the STARTcloud estate — a single build that serves whichever backend hosts it, starting with BoxVault and the Provisioner Catalog, with the identity provider and further apps to follow.",
"type": "module",
"dependencies": {
"@intl-tel-input/react": "^29.2.3",
"axios": "^1.20.0",
"bootstrap": "^5.3.8",
"i18next": "^26.4.1",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^4.0.2",
"intl-tel-input": "^29.2.3",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"loglevel": "^1.9.2",
"prop-types": "^15.8.1",
"react": "^19.3.0",
"react-bootstrap": "^2.10.10",
"react-country-flag": "^3.1.0",
"react-dom": "^19.3.0",
"react-i18next": "^17.0.14",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.18.4",
"yaml": "^2.9.1"
},
"scripts": {
"dev": "vite",
"themes": "node scripts/themes.js",
"prebuild": "npm run themes",
"build": "vite build",
"preview": "vite preview",
"client": "vite dev --host 0.0.0.0",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format:check": "prettier --check .",
"format:fix": "prettier --write . --log-level warn",
"quality": "npm run lint && npm run format:check",
"fix": "npm run lint:fix && npm run format:fix"
},
"devDependencies": {
"@eslint/js": "^9.39.5",
"@vitejs/plugin-react": "^6.1.1",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.12.0",
"prettier": "^3.9.8",
"vite": "^8.3.0",
"vite-plugin-svgr": "^5.0.0"
}
}