generated from tem-plate/nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/eos-icons": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.1",
"@iconify-json/ri": "^1.2.1",
"@nuxt/devtools": "^1.5.2",
"@nuxt/eslint": "^0.5.7",
"@nuxt/ui": "^2.18.6",
"@pinia/nuxt": "^0.5.4",
"@types/chroma-js": "^2.4.4",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"@webcontainer/api": "^1.3.0",
"@xterm/addon-fit": "0.11.0-beta.65",
"@xterm/xterm": "5.5.0",
"chroma-js": "^3.1.1",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
"nuxt-module-cli-shortcuts": "^0.0.4",
"pinia": "^2.2.2",
"taze": "^0.17.2",
"theme-vitesse": "^0.8.3",
"unplugin-turbo-console": "^1.10.4",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9"
}
}