-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "skwal-net-v3",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
"format": "prettier './**/*.ts' './**/*.vue' --config prettier.config.mjs --write"
},
"dependencies": {
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.1",
"@skwalexe/memz": "^0.1.0",
"@skwalexe/winmb": "^0.1.4",
"nuxt": "^3.12.4",
"nuxt-icon-tw": "^0.1.4",
"pinia": "^2.1.7",
"typescript": "^5.5.4",
"vue": "^3.4.33",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@vue/language-server": "^2.0.28",
"@vue/typescript-plugin": "^2.0.28",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"prettier": "^3.3.3",
"typescript-eslint": "^7.17.0"
}
}