-
Notifications
You must be signed in to change notification settings - Fork 111
/
package.json
42 lines (42 loc) · 1.07 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
{
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"preview": "vitepress preview",
"preinstall": "npx only-allow pnpm",
"type": "vue-tsc --noEmit",
"lint": "textlint --format pretty-error src/**"
},
"dependencies": {
"@vue/repl": "^4.4.2",
"@vue/theme": "^2.3.0",
"dynamics.js": "^1.1.5",
"gsap": "^3.12.5",
"vitepress": "^1.4.3",
"vue": "^3.5.12"
},
"devDependencies": {
"@nexhome/yorkie": "^2.0.8",
"@types/body-scroll-lock": "^3.1.2",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.7.5",
"lint-staged": "^12.3.2",
"textlint": "^12.1.0",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-vuejs-jp": "github:vuejs-jp/textlint-rule-preset-vuejs-jp",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.md": "textlint --format pretty-error"
},
"packageManager": "pnpm@9.12.1"
}