-
Notifications
You must be signed in to change notification settings - Fork 820
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 929 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
{
"$schema": "https://www.schemastore.org/package.json",
"name": "geoflow",
"private": true,
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"test:analytics": "node --test tests/JavaScript/*.test.js",
"test:browser-extension": "node --test tests/JavaScript/browser-extension.test.js",
"test:system-updates": "node --test tests/JavaScript/system-updates.test.js"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"cropperjs": "^1.6.2",
"dompurify": "^3.2.6",
"laravel-echo": "^2.4.0",
"laravel-vite-plugin": "^2.0.0",
"marked": "^15.0.12",
"pusher-js": "^8.6.0",
"qrcode": "^1.5.4",
"tailwindcss": "^4.0.0",
"vditor": "^3.11.2",
"vite": "^7.0.7"
}
}