-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0 --port 3100",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write .",
"format": "npm-run-all -p lint:fix prettier"
},
"dependencies": {
"@nuxt/icon": "^1.8.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@vercel/speed-insights": "^1.1.0",
"chart.js": "^4.4.7",
"http-proxy-middleware": "^3.0.3",
"next-themes": "^0.4.4",
"pinia-plugin-persistedstate": "^4.1.3",
"vue": "latest",
"vue-chartjs": "^5.3.2",
"vue-router": "latest",
"zod": "^3.24.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@nuxt/eslint": "^0.7.3",
"@nuxt/eslint-config": "^0.7.3",
"@nuxt/ui": "^2.19.2",
"@pinia/nuxt": "0.9.0",
"@types/node": "^22.9.2",
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"npm-run-all": "^4.1.5",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass-embedded": "^1.83.0",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10"
}
}