forked from DTStack/chunjun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.8 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@icon-park/react": "^1.3.5",
"@mantine/core": "^4.2.5",
"@mantine/hooks": "^4.2.5",
"@mantine/ssr": "^4.2.11",
"@octokit/core": "^4.0.4",
"antd": "^4.21.5",
"aos": "^2.3.4",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"eslint-plugin-react": "^7.30.1",
"gatsby": "^4.17.2",
"gatsby-link": "^4.17.0",
"gatsby-plugin-gatsby-cloud": "^4.17.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-mantine": "^4.0.0",
"gatsby-plugin-nprogress": "^4.17.0",
"gatsby-plugin-offline": "^5.17.0",
"gatsby-plugin-postcss": "^5.16.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-sass": "^5.14.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-react-router-scroll": "^5.17.0",
"gatsby-remark-autolink-headers": "^5.16.0",
"gatsby-remark-images": "^6.17.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-script": "^1.2.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-json": "^4.15.0",
"gatsby-transformer-plaintext": "^2.0.0",
"gatsby-transformer-remark": "^5.14.0",
"gatsby-transformer-sharp": "^4.17.0",
"gh-pages": "^4.0.0",
"highlight.js": "^11.5.1",
"lodash": "^4.17.21",
"node-sass": "^6.0.1",
"postcss": "^8.4.14",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-highlight": "^0.14.0",
"react-icons": "^4.4.0",
"react-json-tree": "^0.17.0",
"react-json-view": "^1.21.3",
"react-spring": "^9.4.5",
"react-transition-group": "^4.4.2",
"tailwindcss": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.6.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"deploy": "node githubInfo/build && gatsby build --prefix-paths && gh-pages -d public",
"build": "gatsby build",
"develop": "node githubInfo/build && gatsby develop ",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "node githubInfo/build && gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}