-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 841 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
{
"name": "d-notes",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/lets-icons": "^1.1.2",
"@iconify-json/ph": "^1.1.12",
"@nuxt/devtools": "^1.2.0",
"@nuxtjs/color-mode": "^3.4.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/node": "^20.12.7",
"@unocss/eslint-plugin": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"eslint": "^9.1.0",
"eslint-plugin-format": "^0.1.1",
"nuxt": "^3.11.2",
"vue": "^3.4.23",
"vue-router": "^4.3.2"
}
}