forked from nasa/cumulus-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "cumulus-api",
"version": "0.1.0",
"description": "Cumulus API Docs",
"main": "handler.js",
"scripts": {
"bootstrap": "./bin/docs install",
"serve": "./bin/docs serve",
"serve-all": "budo --dir website --live",
"build": "./bin/docs build",
"build-css": "tailwindcss -i ./website/input.css -o ./website/output.css --minify",
"deploy": "./bin/docs deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasa/cumulus-api.git"
},
"author": "https://nasa.github.io/cumulus/docs/team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nasa/cumulus-api/issues"
},
"homepage": "https://github.com/nasa/cumulus-api#readme",
"dependencies": {
"autoprefixer": "^10.4.14",
"docbox": "^1.0.11",
"postcss": "^8.4.23"
},
"devDependencies": {
"babel-register": "^6.3.13",
"budo": "^11.6.3",
"cross-env": "7.0.3",
"cz-conventional-changelog": "2.0.0",
"expect": "^25.0.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"to-vfile": "^2.0.0",
"uglify-js": "^3.0.27"
},
"engines": {
"node": ">=14.18.2",
"npm": "8.6.0"
}
}