-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.09 KB
/
package.json
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
{
"name": "panahon-astro",
"type": "module",
"version": "0.0.1",
"author": "Emilio Gozo",
"license": "ISC",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy:docker": "./tools/deploy-docker.sh",
"astro": "astro",
"test:unit": "vitest --dom"
},
"prisma": {
"seed": "ts-node --esm ./prisma/seed.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4",
"@astrojs/vue": "^4.5.2",
"@headlessui/vue": "^1.7.23",
"@nanostores/persistent": "^0.10.2",
"@nanostores/vue": "^0.10.0",
"@prisma/client": "^5.20.0",
"@tanstack/vue-query": "^5.59.1",
"@turf/turf": "^6.5.0",
"@vueuse/core": "^10.11.1",
"astro": "^4.16.4",
"axios": "^1.7.7",
"camelcase-keys": "^9.1.3",
"chroma-js": "^2.6.0",
"date-fns": "^3.6.0",
"ldapjs": "^3.0.7",
"mapbox-gl": "^3.7.0",
"nanostores": "^0.11.3",
"pdf-img-convert": "github:atsuyaourt/pdf-img-convert.js#2b4c85727de057a50cc91773132f73e9c04ed533",
"typescript": "^5.6.2",
"vanilla-cookieconsent": "3.0.1",
"vue": "^3.5.11",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/fa-solid": "^1.2.0",
"@iconify-json/fa6-solid": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/wi": "^1.2.0",
"@types/chroma-js": "^2.4.4",
"@types/ldapjs": "^2.2.5",
"@types/mapbox-gl": "^2.7.21",
"@types/node": "^20.16.11",
"@unocss/transformer-directives": "^0.63.4",
"@vite-pwa/astro": "^0.4.3",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^9.20.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prisma": "^5.20.0",
"ts-node": "^10.9.2",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "0.20.5",
"vitest": "^1.6.0",
"workbox-build": "^7.1.1",
"workbox-window": "^7.1.0"
},
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}