-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 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
30
31
32
33
34
35
{
"name": "pixina",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"lint": "prettier --check . && eslint .",
"autofix": "prettier --write --list-different . && eslint --fix .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/i18n": "^10.2.1",
"@pinia/nuxt": "^0.11.3",
"bootstrap": "^5.3.8",
"exceljs": "^4.4.0",
"nuxt": "^4.3.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"pocketbase": "^0.26.6",
"vue": "^3.5.27",
"vue-router": "^4.6.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.13.0",
"@types/bootstrap": "^5.2.10",
"eslint": "^9.39.2",
"prettier": "3.8.1",
"sass": "^1.97.3",
"typescript": "^5.9.3"
}
}