-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "portfolio-jerome-rascle",
"version": "1.0.0",
"private": true,
"description": "My personal portfolio",
"author": "Jérôme Rascle",
"repository": "https://github.com/jairaume/portfolio-front",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@nuxt/devtools": "^1.0.1",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/i18n": "^8.0.0-rc.5",
"autoprefixer": "^10.4.15",
"nuxi": "^3.9.1",
"nuxt": "^3.12.4",
"nuxt-simple-robots": "^4.0.0-rc.14",
"nuxt-simple-sitemap": "^4.0.1",
"postcss": "^8.4.31",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@nuxt/content": "^2.7.2",
"@nuxtjs/supabase": "^1.1.3",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.10",
"@vueuse/nuxt": "^10.2.0",
"gsap": "^3.12.2",
"rough-notation": "^0.5.1",
"swiper": "^10.2.0"
},
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}