forked from pulumi/registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 880 Bytes
/
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
{
"name": "registry",
"version": "0.0.1",
"private": true,
"repository": "[email protected]:pulumi/registry",
"author": "Christian Nunciato <[email protected]>",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@slack/web-api": "^5.12.0",
"broken-link-checker": "^0.7.8",
"concurrently": "^6.0.0",
"cssnano": "^5.0.8",
"cypress": "^4.11.0",
"glob": "^7.2.0",
"http-server": "^0.12.1",
"js-yaml": "^4.1.0",
"jsdom": "^22.0.0",
"markdownlint": "^0.28.0",
"@octokit/auth-action": "^1.3.2",
"@octokit/graphql": "^4.6.2",
"@octokit/rest": "^18.5.3",
"postcss": "^8.3.7",
"postcss-cli": "^8.3.1",
"sitemapper": "^3.2.2"
},
"scripts": {
"minify-css": "node scripts/minify-css.js"
}
}