-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.31 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
{
"name": "digitalservice.github.io",
"version": "0.0.2",
"description": "Simple page to show the projects of digitalservice at a glance",
"main": "gulpfile.babel.js",
"devDependencies": {
"@digitalservice4germany/style-dictionary": "^2.0.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.4",
"js-yaml": "^4.1.0",
"postcss": "^8.4.40",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.7"
},
"scripts": {
"dev": "bundle exec jekyll serve --config _config.yml,_config.dev.yml --livereload --incremental",
"build": "JEKYLL_ENV=production NODE_ENV=production bundle exec jekyll build --config _config.yml,_config.dev.yml",
"build:production": "JEKYLL_ENV=production NODE_ENV=production bundle exec jekyll build --config _config.yml",
"build:opencode": "JEKYLL_ENV=production NODE_ENV=production bundle exec jekyll build --config _config.yml,_config.opencode.yml",
"docs:markdown": "node ./update-projects-md.js"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalservice4germany/digitalservice.github.io.git"
},
"author": "Christian Kaatz<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalservice4germany/digitalservice.github.io/issues"
},
"publishConfig": {
"access": "public"
}
}