-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.88 KB
/
package.json
File metadata and controls
73 lines (73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "generator.api.freifunk.net",
"version": "0.1.0",
"private": true,
"homepage": "https://freifunk.github.io/generator.api.freifunk.net",
"dependencies": {
"@jsonforms/core": "3.6.0",
"@jsonforms/material-renderers": "3.6.0",
"@jsonforms/react": "3.6.0",
"@mui/icons-material": "6.5.0",
"@mui/material": "6.5.0",
"@types/node": "22.19.15",
"@types/react": "19.0.",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.27",
"buffer": "6.0.3",
"globby": "14.1.0",
"https-browserify": "1.0.0",
"leaflet": "1.9.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-leaflet": "5.0.0",
"react-select": "5.10.2",
"react-slugify": "4.0.1",
"typescript": "5.9.3",
"url": "0.11.4",
"webpack": "5.104.1"
},
"devDependencies": {
"@testing-library/cypress": "^10.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/cypress": "^1.0.0",
"@types/jest": "30.0.0",
"@types/leaflet": "1.9.21",
"@vitejs/plugin-react": "^4.3.4",
"cypress": "14.5.4",
"jsdom": "^26.0.0",
"process": "0.11.10",
"start-server-and-test": "2.1.5",
"stream-http": "3.2.0",
"vite": "^7.0.0",
"vitest": "^3.0.8"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"cypress:open": "cypress open",
"cypress:run": "cypress run --config video=false",
"cypress:ci": "BROWSER=none start-server-and-test start http://localhost:3000 cypress:run"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}