2martens.de/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "2martens.de",
"version": "1.0.0",
"description": "My website",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.0",
"js-yaml": "3.13.1",
"popper.js": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-polyfill": "^6.26.0",
"braces": "^3.0.2",
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"del": "^4.1.1",
"fstream": "^1.0.12",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^6.0.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"gulp-util": "^3.0.8",
"localtunnel": "^1.9.2",
"micromatch": "^4.0.2",
"node-sass": "^4.12.0",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.2martens.de/2martens/2martens.de.git"
},
"author": "Jim Martens",
"license": "Apache-2.0",
"browserslist": ["last 2 versions"]
}