forked from pulumi/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 714 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 714 Bytes
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
{
"name": "docs",
"version": "0.0.1",
"scripts": {
"lint-markdown": "node ./scripts/markdown_seo_lint.js",
"lint-links": "node ./scripts/link_linter.js"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6",
"@sentry/cli": "^1.55.1",
"autoprefixer": "^9.6.0",
"broken-link-checker": "^0.7.8",
"chokidar-cli": "^2.1.0",
"clipboard-polyfill": "^2.8.1",
"concurrently": "^5.2.0",
"cssnano": "^4.1.10",
"cypress": "^4.11.0",
"http-server": "^0.12.1",
"js-yaml": "^3.13.1",
"markdownlint": "^0.17.2",
"node-sass": "^4.14.1",
"postcss-cli": "^6.1.3",
"tailwindcss": "^1.0.4",
"typedoc": "^0.15.3",
"typescript": "^3.9.6"
}
}