-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.09 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": "cmi-raj",
"version": "0.1.0",
"description": "Teachings of Christ Mind: The Raj Material",
"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"
],
"author": "Rick Mercer",
"homepage": "https://www.christmind.info/raj",
"repository": "github:rmercer33/cmi-raj",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"concurrently": "^4.1.2",
"css-loader": "^2.1.1",
"eslint": "^6.8.0",
"file-loader": "^3.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}