-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1011 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1011 Bytes
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
{
"name": "kmapper.com",
"version": "1.0.0",
"description": "These are the files for the kmapper GmbH website at https://kmapper.com.",
"scripts": {
"start": "./node_modules/.bin/webpack --watch | bundle exec jekyll serve --config _config.yml,_config_dev.yml",
"build": "./node_modules/.bin/webpack | bundle exec jekyll build",
"predeploy": "./node_modules/.bin/webpack | bundle exec jekyll build",
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyrill-martin/kmapper.com.git"
},
"author": "Cyrill Martin - kmapper GmbH",
"bugs": {
"url": "https://github.com/cyrill-martin/kmapper.com/issues"
},
"homepage": "https://github.com/cyrill-martin/kmapper.com",
"dependencies": {
"gh-pages": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"babel-loader": "^8.3.0",
"lodash": "^4.17.21",
"webpack": "^5.58.0",
"webpack-cli": "^4.10.0"
}
}