-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.18 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": "cmi-wom",
"version": "0.1.0",
"description": "Teachings of Christ Mind: Way of Mastery",
"main": "index.js",
"scripts": {
"base:dev:webpack": "webpack --mode development",
"base:dev:jekyll": "JEKYLL_ENV=development bundle exec jekyll build --config ./_config.prod.yml",
"base:prod:webpack": "webpack --mode production",
"base:prod:jekyll": "JEKYLL_ENV=production bundle exec jekyll build --config ./_config.prod.yml",
"watch": "webpack --mode development --watch",
"jekyll": "JEKYLL_ENV=development bundle exec jekyll s",
"start": "npm run jekyll & npm run watch"
},
"keywords": [
"cmi",
"wom"
],
"author": "Rick Mercer",
"homepage": "https://wom.christmind.info/",
"repository": "github:rmercer33/cmi-wom",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^4.1.2",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}