-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
104 lines (104 loc) · 3.03 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "bicstone.me",
"private": true,
"description": "Oishi Takanori Portfolio",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --port 10014",
"serve": "gatsby serve --port 20014",
"clean": "gatsby clean",
"lint": "eslint --cache",
"lint:fix": "pnpm run lint --fix",
"format": "prettier --cache --write .",
"graphql": "graphql-codegen",
"typecheck": "tsc -p . --noEmit",
"deploy": "gatsby-plugin-s3 deploy",
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@emotion/is-prop-valid": "1.3.1",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@mui/icons-material": "5.16.9",
"@mui/lab": "5.0.0-alpha.174",
"@mui/material": "5.16.9",
"@mui/utils": "6.1.10",
"@sentry/browser": "8.42.0",
"bicstone": "1.6.1",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"fuse.js": "7.0.0",
"gatsby": "5.14.0",
"gatsby-plugin-emotion": "8.14.0",
"gatsby-plugin-feed": "5.14.0",
"gatsby-plugin-fix-fouc": "1.1.1",
"gatsby-plugin-google-tagmanager": "5.14.0",
"gatsby-plugin-image": "3.14.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-s3": "0.4.1",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-plugin-sitemap": "6.14.0",
"gatsby-source-filesystem": "5.14.0",
"gatsby-transformer-json": "5.14.0",
"gatsby-transformer-sharp": "5.14.0",
"gatsby-transformer-yaml": "5.14.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "5.0.0",
"react-hotkeys-hook": "4.6.1",
"react-virtuoso": "4.12.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-operations": "4.4.0",
"@types/eslint": "9.6.1",
"@types/js-yaml": "4.0.9",
"@types/node": "20.17.14",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"dotenv": "16.4.7",
"eslint": "9.18.0",
"eslint-config-love": "114.0.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-regexp": "2.7.0",
"globals": "15.14.0",
"husky": "9.1.7",
"prettier": "3.4.2",
"typescript": "5.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/bicstone/portfolio"
},
"bugs": {
"url": "https://github.com/bicstone/portfolio/issues"
},
"browserslist": [
"last 3 Chrome major versions",
"last 3 Firefox major versions",
"last 3 Safari major versions",
"last 3 Edge major versions",
"last 3 Android major versions",
"last 3 ChromeAndroid major versions",
"last 3 iOS major versions"
],
"volta": {
"node": "20.18.1",
"pnpm": "9.15.4"
},
"engines": {
"node": "20.18.1",
"pnpm": "9.15.4"
},
"packageManager": "[email protected]"
}