forked from knative/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 961 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
35
36
{
"name": "knative",
"version": "0.1.0",
"description": "Knative docs",
"main": "index.js",
"devDependencies": {
"autoprefixer": "^10.2.6",
"http-server": "^0.12.3",
"postcss-cli": "^8.3.1"
},
"scripts": {
"predev": "./hack/docker/clean.sh knative-docs-dev",
"dev": "./hack/docker/run.sh knative-docs-dev 8000",
"postdev": "./hack/docker/logs.sh knative-docs-dev",
"dev:stop": "./hack/docker/clean.sh knative-docs-dev",
"dev:build": "./hack/docker/build.sh knative-docs-dev",
"serve": "./hack/mkdocs.sh",
"test": "./hack/docker/test.sh && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knative/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/knative/docs/issues"
},
"homepage": "https://knative.dev",
"engines": {
"node": ">12.0"
},
"dependencies": {
"postcss": "^8.3.0"
}
}