forked from jitka/jekyll-theme-pirati
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
93 lines (93 loc) · 2.79 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "jekyll-theme-pirati",
"version": "8.4.7",
"description": "Basic theme for Czech pirate party",
"main": "index.js",
"scripts": {
"test": "echo 'test'",
"start": "npm run dev",
"clean": "rm -rf _site",
"dev": "npm run clean && npm run jekyll:dev",
"build": "npm run clean && npm run jekyll",
"build:stage": "npm run clean && npm run jekyll:stage",
"jekyll": "cross-env JEKYLL_ENV=production bundle exec jekyll build --config config/_config.yml",
"jekyll:dev": "cross-env JEKYLL_ENV=development bundle exec jekyll serve --config config/_config.yml,config/_config.dev.yml --watch --livereload -H 0.0.0.0 -P 4000",
"publish": "gulp publishGem"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pirati-web/jekyll-theme-pirati.git"
},
"keywords": [
"pirati",
"jekyll",
"theme"
],
"author": "Česká Pirátská Strana",
"contributors": [
{
"name": "Jitka Novotná",
"email": "[email protected]"
},
{
"name": "Filip Vařecha",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pirati-web/jekyll-theme-pirati/issues"
},
"homepage": "https://github.com/pirati-web/jekyll-theme-pirati#readme",
"devDependencies": {
"autoprefixer": "^8.6.2",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"concurrently": "^3.5.1",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"eslint": "^4.19.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"gulp": "^4.0.0",
"gulp-replace": "^1.0.0",
"gulp-run": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"modularscale-sass": "^3.0.5",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglify-es": "^3.3.9",
"uglify-js": "^3.4.0",
"url-loader": "^1.0.1",
"vue-devtools": "^4.1.4",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dashboard": "^2.0.0",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"foundation-sites": "^6.2.3",
"jquery": "^3.3.1",
"leaflet.markercluster": "^1.3.0",
"polylabel": "^1.0.2",
"smoothscroll-polyfill": "^0.4.3",
"throttle-debounce": "^2.0.0",
"v-autocomplete": "^1.8.2",
"vue": "^2.5.16",
"vue-googlemaps": "^0.1.1",
"vue-resource": "^1.5.1",
"vue2-leaflet": "^1.0.2"
}
}