-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
39 lines (39 loc) · 1006 Bytes
/
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
{
"name": "@axetroy/blog",
"version": "0.1.2",
"private": true,
"homepage": "http://www.axetroy.xyz",
"keywords": [],
"dependencies": {
"@ant-design/icons": "4.7.0",
"@octokit/auth-oauth-app": "4.3.1",
"@octokit/plugin-throttling": "3.6.2",
"@octokit/rest": "19.0.5",
"antd": "4.23.1",
"clipboard": "2.0.11",
"date-fns": "2.28.0",
"fastclick": "1.0.6",
"github-markdown-css": "5.1.0",
"lodash.debounce": "4.0.8",
"next": "12.2.0",
"normalize.css": "8.0.1",
"qrcode.react": "3.1.0",
"query-string": "7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-octicon": "3.0.1",
"styled-components": "5.3.5",
"styled-jsx": "5.0.2"
},
"devDependencies": {
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7"
},
"scripts": {
"format": "prettier --write '{src,app}/**/*.{js,jsx,css,json,md}'",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}