-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.31 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
{
"name": "felixwiedemann",
"version": "1.1.0",
"description": "Website of Felix Wiedemann (Cinematographer)",
"homepage": "https://github.com/agorilla/felixwiedemann#readme",
"scripts": {
"start": "npm run dev",
"dev": "gulp watch webpack & ./node_modules/.bin/http-server dist --push-state -s -c-1 -o",
"prod": "gulp clean:dist && gulp copy && NODE_ENV=production webpack && npm run sitemap",
"upload": "gulp ssh:check && npm run prod && npm run zip && gulp ssh:deploy && gulp clean:upload",
"sitemap": "node ./scripts/sitemap.js",
"zip": "node ./scripts/zip.js"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"lazysizes": "^4.1.3",
"promise-polyfill": "7.1.0",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"archiver": "^4.0.1",
"autoprefixer": "^8.0.0",
"babel-loader": "^8.0.2",
"css-loader": "^0.28.11",
"css-mqpacker": "^7.0.0",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"gulp-ssh": "^0.7.0",
"gulp-watch": "^5.0.0",
"html-inline-css-webpack-plugin": "^1.2.1",
"html-webpack-plugin": "^3.2.0",
"md5-file": "^4.0.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"node-sass-glob-importer": "^5.2.0",
"node-sass-json-importer": "^3.2.0",
"postcss-load-config": "^2.0.0",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"prerender-spa-plugin": "^3.0.0",
"recursive-readdir": "^2.2.2",
"sass-loader": "^7.0.1",
"sitemap": "^1.13.0",
"spa-http-server": "^0.9.0",
"style-loader": "^0.21.0",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^4.19.0",
"webpack-cli": "^2.0.10",
"webpack-livereload-plugin": "^2.3.0",
"webpack-md5-hash": "0.0.6",
"webpack-stream": "^4.0.3"
},
"browserslist": [
"last 3 version",
"Explorer >= 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/agorilla/felixwiedemann.git"
},
"author": "Simon Koch <agorilla@me.com>",
"bugs": {
"url": "https://github.com/agorilla/felixwiedemann/issues"
},
"license": "UNLICENSED"
}