-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 906 Bytes
/
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
{
"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 .",
"format": "eslint . --fix"
},
"dependencies": {
"@nuxt/content": "^2.13.4",
"@nuxtjs/color-mode": "^3.5.2",
"@unocss/reset": "^0.64.0",
"@vue-flow/background": "^1.3.1",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.41.4",
"@vue-flow/minimap": "^1.5.0",
"nuxt": "^3.14.159",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@iconify-json/logos": "^1.2.3",
"@iconify/json": "^2.2.271",
"@unocss/nuxt": "^0.64.0",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"eslint": "^9.14.0",
"unocss": "^0.64.0"
}
}