-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.35 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@vuejs-italia/vuebsait",
"version": "1.0.0-rc.2",
"description": "Il Vuebsait ufficiale della community Italiana di Vue.js: il framework JavaScript progressivo.",
"keywords": [
"Vue.js",
"Nuxt.js",
"Nuxt UI",
"TailwindCSS",
"TypeScript",
"Vite",
"Official",
"Website",
"Italian",
"Community"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vuejsita/vuejsita.github.io.git"
},
"bugs": {
"url": "https://github.com/vuejsita/vuejsita.github.io/issues"
},
"homepage": "https://www.vuejsitalia.dev/",
"author": "Vue.js Italia <www.vuejsitalia.dev>",
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"typecheck": "nuxi typecheck",
"lint": "eslint --ignore-path .gitignore .",
"postinstall": "nuxi prepare",
"prepare": "husky"
},
"dependencies": {
"@nuxt/content": "^2.12.1",
"nuxt": "^3.10.3",
"nuxt-umami": "^2.6.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@heroicons/vue": "^2.1.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/ui": "^2.14.2",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"nuxi": "^3.10.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vue-tsc": "^1.8.27"
},
"private": true
}