forked from decaporg/decap-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.93 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
{
"name": "decap-website",
"version": "1.0.0",
"private": true,
"description": "Decap CMS documentation website built with Gatsby",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build && rm -rf dist && mv public dist",
"lint": "markdownlint 'content/docs/**/*.md'",
"reset": "rm -rf .cache",
"clean": "gatsby clean"
},
"author": "Decap CMS Team",
"keywords": [
"gatsby, decap-cms, documentation"
],
"homepage": "https://www.decapcms.org/",
"license": "MIT",
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.11.0",
"@icons-pack/react-simple-icons": "^9.3.0",
"dayjs": "^1.11.10",
"decap-cms-app": "^3.0.0",
"emotion-theming": "^11.0.0",
"gatsby": "^5.13.3",
"gatsby-plugin-catch-links": "5.13.1",
"gatsby-plugin-decap-cms": "^4.0.3",
"gatsby-plugin-emotion": "^8.13.0",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-react-helmet": "6.13.0",
"gatsby-remark-autolink-headers": "6.13.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "7.13.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-graphql": "^5.13.1",
"gatsby-transformer-json": "5.13.1",
"gatsby-transformer-remark": "6.13.0",
"gatsby-transformer-yaml": "5.13.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.7",
"smooth-scroll": "^16.1.3"
},
"devDependencies": {
"babel-plugin-prismjs": "^2.1.0",
"babel-preset-gatsby": "^3.13.1",
"markdownlint-cli": "^0.39.0",
"postcss-scss": "^4.0.9",
"stylelint": "^14.5.3",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
}
}