-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "readconquista",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext vue,ts",
"lint:ci": "yarn lint --rule '@ts-safeql/check-sql: 0'",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate",
"db:migrate:dev": "prisma migrate dev",
"db:format": "prisma format"
},
"dependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@prisma/client": "5.9.1",
"@wale/general-sans": "^1.0.0",
"argon2": "^0.40.1",
"daisyui": "^4.7.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"libpg-query": "16.2.0",
"nuxt": "^3.10.2",
"pinia": "^2.1.7",
"prisma": "^5.9.1",
"uuid": "^9.0.1",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@nuxt/image": "^1.3.0",
"@ts-safeql/eslint-plugin": "^2.0.3",
"@types/jsonwebtoken": "^9.0.5",
"@types/uuid": "^9.0.8",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-clarity": "^1.0.6",
"eslint-import-resolver-typescript": "^3.6.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"license": "Zlib"
}