-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.3 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.3 KB
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
{
"name": "cloudnative-pg",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/cloudnative-pg/cloudnative-pg.github.io#readme",
"bugs": {
"url": "https://github.com/cloudnative-pg/cloudnative-pg.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudnative-pg/cloudnative-pg.github.io.git"
},
"license": "ASF v2",
"author": "",
"main": "postcss.config.js",
"scripts": {
"build": "NODE_ENV=production npm run css && hugo -e production",
"build-dev": "NODE_ENV=development npm run css && hugo -D -e development --disableFastRender",
"css": "npx tailwindcss build -i assets/css/main.css -o assets/css/output.css",
"dev": "NODE_ENV=development npm run css && hugo server -D -e development --disableFastRender",
"prod": "NODE_ENV=production npm run css && hugo server -e production"
},
"dependencies": {
"postcss": "^8.3.11",
"postcss-scss": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"autoprefixer": "^10.0.2",
"object-fit-images": "^3.2.4",
"postcss-cli": "^8.3.0",
"postcss-nested": "^5.0.1",
"postcss-object-fit-images": "^1.1.2",
"postcss-preset-env": "^10.2.4",
"tailwindcss": "^3.0.23"
}
}