-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.27 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "pascal-achard.com",
"type": "module",
"version": "2.31.1",
"private": true,
"packageManager": "pnpm@10.24.0",
"description": "Pascal Achard's personal website",
"author": "Pascal Achard",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@notionhq/client": "^2.3.0",
"@tresjs/cientos": "^5.1.1",
"@tresjs/nuxt": "^5.1.1",
"@vueuse/components": "^14.1.0",
"@vueuse/nuxt": "^14.1.0",
"@vueuse/router": "^14.1.0",
"gsap": "^3.13.0",
"install": "^0.13.0",
"lenis": "^1.3.15",
"splitting": "^1.1.0",
"three": "^0.181.2",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@eslint/eslintrc": "^3.3.3",
"@iconify-json/brandico": "^1.2.3",
"@iconify-json/cib": "^1.2.3",
"@iconify-json/eos-icons": "^1.2.4",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fluent": "^1.2.35",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/material-symbols": "^1.2.48",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/pajamas": "^1.2.15",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^2.7.0",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.11.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^9.5.6",
"@nuxtjs/robots": "^5.5.6",
"@nuxtjs/sitemap": "^7.4.7",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.11.3",
"@tailwindcss/forms": "^0.5.10",
"@types/node": "^22.19.1",
"@types/splitting": "^1.0.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.48.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"nuxt": "^3.20.1",
"nuxt-headlessui": "^1.2.2",
"sass": "^1.94.2",
"typescript": "^5.9.3",
"uuid": "^13.0.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.12"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp",
"unrs-resolver",
"vue-demi"
]
}
}