-
Notifications
You must be signed in to change notification settings - Fork 274
/
package.json
105 lines (105 loc) · 3.78 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
{
"name": "substrate-docs",
"private": true,
"description": "Substrate Docs",
"version": "0.1.0",
"author": "W3F/Parity WebOps <webops@web3.foundation>",
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"develop": "gatsby develop -p 8200",
"build": "gatsby build",
"serve": "gatsby serve",
"serve:fresh": "yarn clean; yarn build; yarn serve",
"clean": "gatsby clean",
"format": "prettier --config .prettierrc.js --write content/md/en/docs/**/*.md",
"format:code": "prettier --config .prettierrc.js --write \"{**/*.{js,jsx,json},!**/*.{md}}\"",
"lint": "npm-run-all lint:**",
"lint:eslint": "eslint . --ext js --ext jsx",
"lint:fix": "eslint --fix --ext js --ext jsx .",
"extract-locales": "yarn run babel --config-file ./babel-extract-locales.config.js -o tmp/chunk.js 'src/**/*.{js,jsx}' && rm -rf tmp",
"checklinks": "yarn blc --filter-level=3 -rof --requests=10 --exclude='/crates.io' --exclude='/localhost:8000' --exclude='/localhost:8100' --exclude='/localhost:8300' --exclude='/paritytech.github.io/' --exclude='undefined' http://localhost:9000/quick-start/ | tee checklinks.log",
"checklinks-external": "find content/md -name \\*.md -print0 | xargs -0 -n1 markdown-link-check -p -c .github/workflows/mlc_config.json"
},
"dependencies": {
"aos": "^2.3.4",
"classnames": "^2.3.1",
"date-fns": "^2.25.0",
"gatsby": "^3.13.0",
"gatsby-plugin-breadcrumb": "^12.1.1",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-force-trailing-slashes": "^1.0.5",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-react-i18next": "^1.1.1",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sass": "^4.2.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-simple-analytics": "^1.0.4",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-substrate": "./plugins/gatsby-plugin-substrate",
"gatsby-prismjs-dracula": "^0.1.15",
"gatsby-remark-attr": "^0.1.0",
"gatsby-remark-autolink-headers": "^4.10.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-custom-blocks": "^3.14.0",
"gatsby-remark-embed-snippet": "^7.12.1",
"gatsby-remark-prismjs": "^5.11.0",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-gitinfo": "^1.1.0",
"gatsby-transformer-remark": "^3.1.0",
"gatsby-transformer-sharp": "^3.2.0",
"graphql-type-json": "^0.3.2",
"i18next": "^20.2.4",
"import": "^0.0.6",
"lunr": "^2.3.9",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-children-utilities": "^2.8.0",
"react-device-detect": "^2.0.0",
"react-dom": "^17.0.1",
"react-headless-tabs": "^5.1.0",
"react-helmet": "^6.1.0",
"react-hubspot-form": "^1.3.7",
"react-i18next": "^11.8.15",
"react-lottie": "^1.2.3",
"rehype-react": "^7.0.4",
"strip-markdown": "^5.0.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.3",
"autoprefixer": "^10.3.4",
"babel-plugin-i18next-extract": "^0.8.3",
"broken-link-checker": "^0.7.8",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"gatsby-plugin-postcss": "^4.13.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"tailwindcss": "^2.2.7"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"packageManager": "yarn@3.2.1"
}