-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.65 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
{
"name": "vtrofin.github.io",
"version": "1.0.0",
"description": "My homepage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && pnpm run generate-pdf && gh-pages -d public",
"gatsby": "gatsby",
"build": "tsc && gatsby build && pnpm run generate-pdf",
"generate-pdf": "node scripts/generate-pdf.mjs",
"develop": "gatsby develop -H 0.0.0.0",
"ts:check": "tsc --noEmit"
},
"keywords": [
"gatsby"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vtrofin/vtrofin.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtrofin/vtrofin.github.io/issues"
},
"homepage": "https://github.com/vtrofin/vtrofin.github.io#readme",
"devDependencies": {
"@types/node": "^24.1.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/react-helmet": "^6.1.11",
"@types/react-transition-group": "^4.4.12",
"gatsby-cli": "^5.16.0",
"gh-pages": "^6.3.0",
"puppeteer": "^24.40.0",
"react-helmet": "^6.1.0",
"typescript": "^5.9.3"
},
"dependencies": {
"date-fns": "^4.1.0",
"gatsby": "^5.16.1",
"gatsby-link": "^5.16.0",
"gatsby-plugin-react-helmet": "^6.16.0",
"query-string": "^9.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "^4.4.5"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a",
"pnpm": {
"overrides": {
"msgpackr": "^1.11.9"
}
}
}