-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
109 lines (109 loc) · 3.66 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
{
"name": "kurihara",
"private": true,
"description": "blog.kagami.moe next version",
"version": "1.0.0",
"author": "kagami <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@loadable/component": "^5.15.3",
"date-fns": "^4.0.0",
"fs-extra": "^11.2.0",
"gatsby": "^5.13.3",
"gatsby-link": "^5.13.1",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-lodash": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"gray-matter": "^4.0.3",
"intersection-observer": "^0.12.2",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"replace-in-file": "^8.0.0",
"sharp": "^0.33.3",
"styled-components": "^6.0.0",
"tailwindcss": "^3.4.3",
"twin.macro": "^3.4.1",
"word-count": "^0.2.2"
},
"keywords": [
"gatsby",
"blog"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy": "ts-node --project tsconfig.cli.json scripts/release.ts",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"pages/*.js\" \"utils/*.js\" \"wrappers/*.js\" \"html.js\"",
"test": "playwright test",
"lint": "eslint src/**/*.{js,ts,tsx}",
"strip": "ts-node --project tsconfig.cli.json scripts/content-strip.ts",
"draft": "ts-node --project tsconfig.cli.json scripts/draft.ts",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@playwright/test": "^1.42.1",
"@types/babel__core": "^7.20.0",
"@types/eslint": "^9.0.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/fs-extra": "^11.0.4",
"@types/gh-pages": "^6.1.0",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.191",
"@types/node": "^22.0.0",
"@types/prettier": "^2.7.2",
"@types/prismjs": "^1.26.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.3",
"@types/react-helmet": "^6.1.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.50.0",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-gatsby": "*",
"cross-env": "^7.0.3",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^5.0.0",
"gh-pages": "^6.1.1",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^2.8.4",
"serve": "^14.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0",
"webpack": "^5.91.0"
},
"packageManager": "[email protected]"
}