-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 839 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
37
38
{
"name": "portfolio",
"private": false,
"type": "module",
"license": "CC BY-NC 4.0",
"author": {
"name": "Nir Galon",
"email": "nir@galons.io",
"url": "http://nir.galons.io"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@giscus/vue": "^3.1.1",
"@nuxt/content": "^2.13.4",
"@nuxt/ui": "^2.20.0",
"nuxt": "^3.15.0",
"posthog-js": "^1.203.2",
"remark-reading-time": "^2.0.1",
"vue": "latest",
"vue-router": "latest"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@nuxthq/studio": "^2.2.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0"
}
}