-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
167 lines (167 loc) · 4.74 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "fengshangwuqi-personal-website",
"private": true,
"author": "fengshangwuqi <fengshanguwqi@gmail.com>",
"homepage": "https://www.fengshangwuqi.com",
"keywords": [
"Blog",
"Storybook",
"React",
"Gatsby",
"Emotion",
"TypeScript",
"Pnpm"
],
"appkit": {
"dev": "gatsby develop -o",
"build": "ts-node ./scripts/build/build-app.ts",
"release": "ts-node scripts/release/publish.ts"
},
"scripts": {
"prepare": "husky install",
"clean": "gatsby clean",
"format": "prettier --write .",
"lint": "eslint '**/*.{js,ts,tsx}'",
"pretest": "pnpm tsc",
"test": "jest",
"clean::branch": "ts-node ./scripts/clean/clean-branch.ts",
"build::icons": "ts-node ./scripts/build/generate-icons.ts",
"build::zhoubao": "ts-node ./scripts/build/generate-zhoubao.ts",
"build::assets": "ts-node ./scripts/build/build-assets.ts",
"r::create": "ts-node ./scripts/release/create-release.ts",
"start": "ts-node ./scripts/start.ts"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"**/*.{js,ts,tsx}": [
"eslint --fix"
],
"**/*.{png,jpg,jpeg,webp}": [
"pnpm run build::assets"
]
},
"eslintConfig": {
"extends": [
"@fengshangwuqi/eslint-config"
],
"ignorePatterns": [
"node_modules",
"public",
".cache",
"coverage"
],
"rules": {
"react/no-unescaped-entities": 0,
"@typescript-eslint/no-unsafe-argument": 1
},
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false
}
},
"prettier": {
"trailingComma": "all",
"arrowParens": "avoid",
"bracketSameLine": true
},
"dependencies": {
"@emotion/is-prop-valid": "1.2.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@react-spring/web": "9.5.4",
"@sentry/gatsby": "7.20.0",
"algoliasearch": "4.14.2",
"facepaint": "1.2.1",
"figlet": "1.5.2",
"gatsby": "4.23.0",
"gatsby-plugin-algolia": "0.26.0",
"gatsby-plugin-catch-links": "4.23.0",
"gatsby-plugin-emotion": "7.23.0",
"gatsby-plugin-feed": "4.23.0",
"gatsby-plugin-google-gtag": "4.23.0",
"gatsby-plugin-image": "1.9.0",
"gatsby-plugin-mdx": "3.18.1",
"gatsby-plugin-offline": "5.23.0",
"gatsby-plugin-pnpm": "1.2.10",
"gatsby-plugin-react-helmet-async": "1.2.3",
"gatsby-plugin-react-svg": "3.1.0",
"gatsby-plugin-sharp": "4.23.0",
"gatsby-plugin-twitter": "4.23.0",
"gatsby-plugin-typescript": "4.23.0",
"gatsby-remark-autolink-headers": "5.23.0",
"gatsby-remark-copy-linked-files": "5.23.0",
"gatsby-remark-emojis": "0.4.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "6.23.0",
"gatsby-remark-prismjs": "6.23.0",
"gatsby-remark-responsive-iframe": "5.23.0",
"gatsby-remark-smartypants": "5.23.0",
"gatsby-source-filesystem": "4.23.0",
"gatsby-transformer-sharp": "4.23.0",
"identity-obj-proxy": "3.0.0",
"immer": "9.0.16",
"lmdb-store": "1.6.14",
"lodash": "4.17.21",
"polished": "4.2.2",
"prismjs": "1.29.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet-async": "1.3.0",
"react-instantsearch-dom": "6.38.1",
"rxjs": "7.5.6"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.20.2",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@fengshangwuqi/appkit": "1.1.51",
"@fengshangwuqi/eslint-config": "1.1.43",
"@fengshangwuqi/logger": "1.1.22",
"@fengshangwuqi/ts-config": "1.1.7",
"@squoosh/lib": "0.4.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "7.0.2",
"@types/facepaint": "1.2.2",
"@types/figlet": "1.5.5",
"@types/fs-extra": "9.0.13",
"@types/gh-pages": "3.2.1",
"@types/jest": "29.2.3",
"@types/lodash": "4.14.189",
"@types/mdx-js__react": "1.5.5",
"@types/node": "18.11.9",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"@types/react-instantsearch-dom": "6.12.3",
"@vercel/node": "2.6.3",
"axios": "0.27.2",
"babel-jest": "29.3.1",
"babel-preset-gatsby": "2.23.0",
"date-fns": "2.29.3",
"dotenv": "16.0.3",
"execa": "5.1.1",
"fs-extra": "10.1.0",
"gh-pages": "4.0.0",
"globby": "11.1.0",
"gray-matter": "4.0.3",
"husky": "8.0.2",
"jest": "29.3.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"react-test-renderer": "17.0.2",
"ts-node": "10.9.1",
"tslib": "2.4.1",
"typescript": "4.8.3"
},
"engines": {
"node": ">=14.15.0",
"pnpm": ">=7"
},
"license": "MIT"
}