-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
131 lines (131 loc) · 4.48 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "historia",
"private": true,
"author": "ちとく <[email protected]>",
"description": "ちとくのホームページ",
"packageManager": "[email protected]",
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@gatsbyjs/reach-router": "^2.0.1",
"@storybook/addon-actions": "^8.5.2",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react-webpack5": "^8.5.2",
"@svgr/webpack": "^8.1.0",
"@types/dotenv-safe": "^8.1.6",
"@types/gatsbyjs__reach-router": "^2.0.5",
"@types/hast": "^3.0.4",
"@types/node": "^22.12.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"algoliasearch": "^5.20.0",
"babel-loader": "^9.2.1",
"babel-plugin-react-intl-auto": "^3.3.0",
"babel-plugin-remove-graphql-queries": "^5.14.0",
"babel-preset-gatsby": "^3.14.0",
"bootstrap": "^5.3.3",
"clsx": "^2.1.1",
"css-loader": "^7.1.2",
"dotenv-safe": "^9.1.0",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-storybook": "^0.11.2",
"extract-react-intl-messages": "^4.1.1",
"gatsby": "^5.14.1",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-minify-html": "^1.0.4",
"gatsby-plugin-no-sourcemaps": "^5.14.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "patch:gatsby-plugin-sharp@npm%3A5.14.0#~/.yarn/patches/gatsby-plugin-sharp-npm-5.14.0-6eb56733e1.patch",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-grid-tables": "^0.1.0",
"gatsby-remark-images": "patch:gatsby-remark-images@npm%3A7.14.0#~/.yarn/patches/gatsby-remark-images-npm-7.14.0-a55a0fccfe.patch",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-remove-cjk-breaks": "^1.2.1",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-local-git": "^1.3.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"gatsby-transformer-yaml": "^5.14.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"is-absolute-url": "^4.0.1",
"license-webpack-plugin": "^4.0.2",
"lint-staged": "^15.4.3",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.9",
"react-dom": "^18.3.1",
"react-instantsearch": "^7.15.3",
"react-intl": "^7.1.5",
"react-refresh": "^0.16.0",
"react-schemaorg": "^2.0.0",
"react-turnstile": "^1.1.4",
"react-twitter-widgets": "^1.11.0",
"react-use": "^17.6.0",
"rehype-react": "^8.0.0",
"sass": "<1.77.7",
"sass-loader": "^16.0.4",
"schema-dts": "^1.1.2",
"storybook": "^8.5.2",
"style-loader": "^4.0.0",
"stylelint": "^16.14.1",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-scss": "^6.11.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"turnstile-types": "^1.2.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"typescript-plugin-css-modules": "^5.1.0",
"unified": "^11.0.5",
"webpack": "^5.97.1",
"yaml-flat-loader": "^1.0.2"
},
"resolutions": {
"remark": "^12",
"remark-footnotes": "^2",
"sass": "<1.77.7",
"whatwg-url": "*"
},
"scripts": {
"prepare": "husky",
"clean": "gatsby clean",
"build": "gatsby build",
"develop": "gatsby develop",
"i18n": "extract-messages -o translations -l=ja -d=ja -f yaml 'src/**/*.ts'",
"lint": "yarn lint:js && yarn lint:css",
"lint:js": "eslint '**/*.{js,mjs,ts,tsx}'",
"lint:css": "stylelint '**/*.scss'",
"start": "gatsby develop",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"lint-staged": {
"*.{js,mjs,ts,tsx}": [
"eslint --fix"
],
"*.scss": [
"stylelint --fix"
]
},
"workspaces": [
"plugins/historia-feed-plugin",
"plugins/historia-remark-plugin",
"plugins/historia-taxonomy-plugin"
]
}