-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 974 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
36
37
38
39
40
{
"name": "pronote-stats",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@compodium/nuxt": "0.1.0-beta.8",
"@iconify-json/lucide": "^1.2.34",
"@iconify-json/simple-icons": "^1.2.30",
"@nuxt/ui": "^4.8.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"echarts": "^5.6.0",
"nuxt": "^4.4.6",
"nuxt-charts": "^2.1.4",
"nuxt-echarts": "0.3.0",
"pawnote": "^1.6.2",
"tailwindcss": "^4.3.0",
"vue-echarts": "^7.0.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.3.0",
"eslint": "^9.23.0",
"typescript": "^5.8.2",
"vue-tsc": "^2.2.2"
},
"resolutions": {
"unimport": "4.1.1",
"vue-tsc": "2.2.2"
},
"packageManager": "pnpm@10.7.0"
}