forked from ServerlessCN/serverlesscloud.cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.6 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
{
"name": "serverlesscloud.cn",
"description": "Serverless framework is a very popular serverless application framework in the industry. Developers can deploy a fully available serverless application architecture without worrying about excessive resources.",
"version": "0.1.0",
"author": "Juli<zynleifung@gmail.com>",
"dependencies": {
"axios": "^0.19.2",
"classnames": "^2.2.6",
"csstype": "^2.6.7",
"dayjs": "^1.9.7",
"dotenv": "^8.2.0",
"gatsby": "^2.17.11",
"gatsby-image": "^2.2.31",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-analytics": "^2.1.28",
"gatsby-plugin-hubspot-new": "^1.3.4",
"gatsby-plugin-less": "^3.2.2",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-styled-components": "^3.1.13",
"gatsby-plugin-typescript": "^2.1.18",
"gatsby-remark-autolink-headers": "^2.1.18",
"gatsby-remark-code-buttons": "^2.0.4",
"gatsby-remark-extract-keywords-jieba": "^2.0.5",
"gatsby-remark-images": "^3.1.35",
"gatsby-remark-prismjs": "^3.3.23",
"gatsby-source-filesystem": "^2.1.38",
"gatsby-transformer-remark": "^2.6.37",
"gatsby-transformer-sharp": "^2.3.3",
"github-markdown-css": "^3.0.1",
"less": "^3.11.1",
"prismjs": "^1.17.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-metismenu": "^1.4.0",
"react-paginate": "^6.3.2",
"styled-components": "^4.4.1",
"styled-system": "^5.1.2",
"swiper": "^5.2.1",
"uuid": "^7.0.3"
},
"devDependencies": {
"@types/node": "^12.12.9",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-paginate": "^6.2.1",
"@types/styled-components": "^4.4.0",
"@types/styled-system": "^5.1.4",
"@types/swiper": "^5.2.0",
"babel-plugin-styled-components": "^1.10.6",
"prettier": "^1.19.1",
"typescript": "^3.8.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"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"
}
}