forked from getkirby/getkirby.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 814 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
{
"name": "getkirby.com",
"description": "The entire getkirby.com website.",
"main": "index.js",
"scripts": {
"build": "npm run css && npm run js",
"css": "postcss --replace assets/css/**",
"js": "uglifyjs-folder assets/js --output assets/js --each --extension .js --config-file uglify.json"
},
"devDependencies": {
"cssnano": "^5.0.6",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"uglifyjs-folder": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getkirby/getkirby.com.git"
},
"author": "The Kirby Team <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/getkirby/getkirby.com/issues"
},
"homepage": "https://github.com/getkirby/getkirby.com#readme"
}