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