Files
website/package.json
FreneticScribbler 4c7b7b479d Gulp system
Needs adding to the automation pipeline but manual will do for now...
2020-07-15 22:58:44 +01:00

30 lines
667 B
JSON

{
"name": "website",
"version": "1.0.0",
"description": "Arona Jones's Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.aronajones.com/arona/website"
},
"keywords": [
"website"
],
"author": "FreneticScribbler",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"autoprefixer": "^9.8.5",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-terser": "^1.2.0",
"node-sass": "^4.14.1"
}
}