-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "soulworker-items-viewer",
"author": {
"email": "sawich@angeldev.org",
"url": "https://angeldev.org",
"name": "sawich"
},
"version": "0.1.0",
"private": false,
"type": "module",
"scripts": {
"build": "nuxt build",
"gp:build": "nuxt build --preset=github_pages",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.6",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/i18n": "8.0.0",
"@nuxtjs/tailwindcss": "^6.10.1",
"@pinia/nuxt": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@unocss/nuxt": "^0.58.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.56.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"normalize.css": "^8.0.1",
"nuxt": "^3.8.2",
"pinia": "^2.1.7",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"dependencies": {
"@vueuse/nuxt": "^10.7.0"
}
}