forked from kilianso/mojebo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "mojebo",
"version": "1.0.0",
"description": "**Start your Jekyll project with this straightforward, minimalistic and modern boilerplate.**",
"main": "webpack.config.js",
"scripts": {
"start": "concurrently --kill-others \"webpack --watch --mode development\" \"bundle exec jekyll serve --livereload\"",
"build": "webpack -p --mode production; bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kilianso/mojebo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kilianso/mojebo/issues"
},
"homepage": "https://github.com/kilianso/mojebo#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^3.5.1",
"css-loader": "^0.28.11",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.20.3",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9"
},
"dependencies": {
"turbolinks": "^5.1.1"
}
}