forked from polkadot-developers/substrate-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.53 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
{
"name": "substrate-docs",
"version": "1.0.0",
"main": "index.js",
"author": "Parity Technologies WebDev Team",
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"dev": "gatsby develop -p 8001",
"start": "gatsby develop -p 8001",
"develop": "gatsby develop -p 8001",
"build": "gatsby build",
"serve": "gatsby serve",
"serve:fresh": "yarn clean; yarn build; yarn serve",
"fmt:docs": "prettier --config .prettierrc.js --write \"{!**/*.{js,jsx,ts,tsx,json},**/*.{md,mdx}}\"",
"fmt:site": "prettier --config .prettierrc.js --write \"{**/*.{js,jsx,ts,tsx,json},!**/*.{md,mdx}}\"",
"checklinks": "yarn blc --filter-level=3 -rof --requests=10 --exclude='/rustdocs' --exclude='/crates.io' --exclude='/fonts.gstatic.com' --exclude='/github.com' --exclude='/www.nuget.org' --exclude='/www.chicagomanualofstyle.org' http://localhost:9000",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"lint:tsc": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"@tailwindcss/forms": "^0.3.3",
"aos": "^2.3.4",
"classnames": "^2.3.1",
"gatsby": "^3.7.2",
"gatsby-omni-font-loader": "^1.3.1",
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.5",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-mdx": "^1.2.25",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^3.12.0",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-simple-analytics": "^1.0.4",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-twitter": "^3.7.1",
"gatsby-remark-autolink-headers": "^4.8.0",
"gatsby-remark-images": "^5.4.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-theme-i18n": "^2.0.0",
"gatsby-theme-i18n-react-intl": "^2.0.0",
"gatsby-transformer-sharp": "^3.7.1",
"graphql-type-json": "^0.3.2",
"lunr": "^2.3.9",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dom-confetti": "^0.2.0",
"react-helmet": "^6.1.0",
"react-intl": "^5.20.2",
"react-lottie": "^1.2.3",
"react-markdown": "^6.0.2",
"remark": "13.0.0",
"sass": "^1.35.1",
"strip-markdown": "4.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@types/aos": "^3.0.4",
"@types/lunr": "^2.3.4",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react-helmet": "^6.1.1",
"@types/react-lottie": "^1.2.6",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"autoprefixer": "^10.2.6",
"broken-link-checker": "^0.7.8",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-security": "^1.4.0",
"eslint-webpack-plugin": "^3.0.1",
"gatsby-plugin-postcss": "^4.7.1",
"postcss": "^8.3.4",
"postcss-import": "^14.0.2",
"prettier": "^2.3.1",
"tailwindcss": "^2.2.7",
"tap-spot": "^1.1.1",
"typescript": "^4.3.2"
},
"resolutions": {
"minipass": "2.7.0"
},
"packageManager": "[email protected]"
}