-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1013 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1013 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": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "pnpm@10.12.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@iconify-json/lucide": "^1.2.44",
"@iconify-json/simple-icons": "^1.2.34",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^1.13.0",
"@nuxt/ui": "^4.6.1",
"@nuxtjs/i18n": "^9.5.4",
"@vueuse/core": "^13.2.0",
"@vueuse/integrations": "^13.3.0",
"@vueuse/nuxt": "^13.2.0",
"dompurify": "^3.2.6",
"katex": "^0.16.22",
"motion-v": "^2.2.1",
"nuxt": "^4.4.2",
"sortablejs": "^1.15.6",
"tailwindcss": "^4.2.2",
"vue": "^3.5.14"
},
"devDependencies": {
"@antfu/eslint-config": "^4.19.0",
"@nuxt/eslint": "^1.9.0",
"@types/dompurify": "^3.0.5",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
}
}