-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
42
43
{
"name": "nuppets",
"private": true,
"author": "HugoRCD",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "tsc --noEmit",
"start": "node .output/server/index.mjs",
"deploy": "nuxthub deploy",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/heroicons": "1.2.2",
"@iconify-json/lucide": "1.2.28",
"@iconify-json/simple-icons": "1.2.27",
"@number-flow/vue": "^0.4.3",
"@nuxt/content": "^3.2.2",
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "0.10.5",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@789efe7",
"@nuxtjs/seo": "^2.2.0",
"@vueuse/core": "12.7.0",
"@vueuse/nuxt": "12.7.0",
"nuxt": "^3.15.4",
"nuxt-visitors": "1.1.2",
"vue": "latest",
"vue-sonner": "1.3.0"
},
"devDependencies": {
"@hrcd/eslint-config": "^2.2.1",
"@shelve/cli": "^3.1.3",
"typescript": "^5.8.2",
"eslint": "^9.21.0",
"automd": "0.4.0"
}
}