-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 953 Bytes
/
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
{
"name": "wttt-33",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"prisma": {
"seed": "node prisma/seed.mjs"
},
"dependencies": {
"@astrojs/netlify": "^5.2.0",
"@astrojs/node": "^8.2.5",
"@astrojs/vue": "^4.0.10",
"@nanostores/vue": "^0.10.0",
"@picocss/pico": "^1.5.10",
"@prisma/client": "^5.3.1",
"@vueuse/core": "^10.5.0",
"astro": "^4.5.16",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"nanostores": "^0.9.3",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"prisma": "^5.3.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/jsonwebtoken": "^9.0.1",
"eslint": "^9.0.0",
"eslint-plugin-astro": "^0.34.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}