-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.68 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "jekyll-vue-template",
"version": "2.0.0",
"description": "A starter template for Jekyll projects with Vue.js and Vue Single File Components, complete with webpack.",
"main": "index.js",
"scripts": {
"install-all": "bundle install & npm install",
"update-all": "bundle update & npm update",
"start-jk": "bundle exec jekyll serve --watch --incremental",
"build-jk": "bundle exec jekyll build",
"start-js": "webpack --watch",
"build-js": "webpack --progress --hide-modules",
"build": "yarn run build-js ; yarn run build-jk"
},
"keywords": [
"jekyll",
"vue",
"ssg"
],
"author": "Christopher Murphy",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"fslightbox": "^3.3.1",
"sass": "^1.57.1",
"simple-jekyll-search": "^1.10.0",
"vue": "^2.7.14",
"vue-cal": "^3.11.0",
"vue-load-image": "^0.2.0",
"vue-zoomer": "^0.3.10",
"vuetify": "^2.6.13"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"babel-loader": "^8.3.0",
"browser-sync": "^2.27.11",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"eslint": "^8.30.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.8.0",
"html-webpack-plugin": "^3.2.0",
"sass-loader": "^8.0.2",
"vue-loader": "^15.10.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.7.14",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}