-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.3 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
{
"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": "^6.7.0",
"tailwindcss": "^3.0.23"
},
"dependencies": {
"postcss": "^8.3.11",
"postcss-scss": "^4.0.2",
"tailwindcss": "^3.0.23"
},
"name": "cloudnative-pg",
"description": "",
"version": "1.0.0",
"main": "postcss.config.js",
"scripts": {
"css": "npx tailwindcss build -i assets/css/main.css -o assets/css/output.css",
"prod": "NODE_ENV=production npm run css && hugo server -e production",
"build": "NODE_ENV=production npm run css && hugo -e production",
"dev": "NODE_ENV=development npm run css && hugo server -D -e development --disableFastRender",
"build-dev": "NODE_ENV=development npm run css && hugo -D -e development --disableFastRender"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnterpriseDB/temp-cnp-webpage.git"
},
"author": "",
"license": "ASF v2",
"bugs": {
"url": "https://github.com/EnterpriseDB/temp-cnp-webpage/issues"
},
"homepage": "https://github.com/EnterpriseDB/temp-cnp-webpage#readme"
}