-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 808 Bytes
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
{
"name": "ftuyama.github.io",
"version": "1.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "git@github.com:ftuyama/ftuyama.github.io.git"
},
"devDependencies": {
"crawler": "^2.0.2",
"eslint": "^10.2.0",
"globals": "^17.5.0",
"mocha": "^11.7.5",
"playwright": "^1.59.1",
"sharp": "^0.34.5",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.8"
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"lint": "eslint test src",
"screenshot": "node scripts/capture-header.mjs",
"optimize": "bash scripts/optimize.sh",
"test": "mocha",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "^5.3.8",
"gsap": "^3.15.0"
}
}