-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.87 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.87 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
{
"name": "p2d2-landing3",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev:watch": "concurrently \"astro dev\" \"npm run kommune-watcher start\"",
"build": "astro build",
"dev:develop": "astro dev --mode develop",
"dev:de1": "astro dev --mode de1",
"dev:de2": "astro dev --mode de2",
"dev:fv": "astro dev --mode fv",
"build:develop": "astro build --mode develop",
"build:de1": "astro build --mode de1",
"build:de2": "astro build --mode de2",
"build:fv": "astro build --mode fv",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"test:watch": "vitest",
"kommune-watcher": "cross-env NODE_ENV=development tsx src/scripts/kommune-watcher.ts",
"manual-sync": "cross-env NODE_ENV=development tsx src/scripts/manual-sync.ts",
"test-polygon-sync": "cross-env NODE_ENV=development tsx src/scripts/test-polygon-sync.ts"
},
"dependencies": {
"@astrojs/mdx": "^4.3.10",
"@astrojs/node": "^9.5.0",
"@astrojs/vue": "^5.1.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.7",
"@turf/turf": "^7.2.0",
"altcha": "^2.3.0",
"altcha-lib": "^1.4.1",
"astro": "^5.15.6",
"axios": "^1.12.0",
"chokidar": "^3.6.0",
"gray-matter": "^4.0.3",
"nodemailer": "^7.0.13",
"ol": "^10.5.0",
"ol-rotate-feature": "^3.3.0",
"openid-client": "^6.8.4",
"osmtogeojson": "^3.0.0-beta.5",
"postgres": "^3.4.9",
"proj4": "^2.17.0",
"tailwindcss": "^4.1.7",
"vue": "^3.5.14"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@types/chokidar": "^1.7.5",
"@types/nodemailer": "^7.0.9",
"@types/ol": "^6.5.3",
"@types/proj4": "^2.5.6",
"concurrently": "^8.2.2",
"cross-env": "^10.0.0",
"dotenv": "^17.2.2",
"tsx": "^4.20.5",
"typescript": "^5.9.3",
"vitest": "^4.1.7"
}
}