37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"name": "vtwebbuild",
|
|
"version": "1.0.0",
|
|
"description": "Buildprocess for VTWeb like babble, sass and other things",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/versustune/vtweb.git"
|
|
},
|
|
"author": "Maurice Grönwoldt",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/versustune/vtweb/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/versustune/vtweb#readme",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-pro": "^5.5.0",
|
|
"@fortawesome/pro-light-svg-icons": "^5.5.0",
|
|
"@fortawesome/pro-regular-svg-icons": "^5.5.0",
|
|
"@fortawesome/pro-solid-svg-icons": "^5.5.0",
|
|
"fontawesome-svg-sprite-generator": "^1.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-clean-css": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-terser": "^1.1.7",
|
|
"merge-stream": "^1.0.1",
|
|
"node-fs-extra": "^0.8.2",
|
|
"require-dir": "^1.0.0",
|
|
"svg-sprite": "^1.4.0"
|
|
}
|
|
}
|