commit ed3f2fa665c47fc1ad2a898f06bcd00efd756358 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Mon Oct 24 14:13:45 2016 +0100 Delete bower folder commit 9166de3f0ac24c9959cf635a4e54ef063486c072 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Mon Oct 24 14:12:42 2016 +0100 populate frontend folder, gzip on different machine also produces different .gz files for existing assets commit 0b1958b01e372886f564f7c08c435c52412e3a30 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Mon Oct 24 14:11:22 2016 +0100 use frotnend asset folder instead of bower commit 60a7b81b876ebb01991ca524d0e49b81f8aefd76 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Mon Oct 24 13:53:58 2016 +0100 Move frontend package management to yarn/npm
39 lines
975 B
JSON
39 lines
975 B
JSON
{
|
|
"name": "jbuk-frontend",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
|
"license": "CC0-1.0",
|
|
"devDependencies": {
|
|
"gulp": "~3.9",
|
|
"gulp-autoprefixer": "^3.1.0",
|
|
"gulp-brotli": "^1.0.1",
|
|
"gulp-sass": "^2.3.2",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulp-zopfli": "^1.0.0",
|
|
"lint-staged": "^1.0.1",
|
|
"pre-commit": "^1.1.3",
|
|
"stylelint": "^6.6.0",
|
|
"stylelint-config-standard": "^9.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"lint-staged": "lint-staged",
|
|
"stylelint-staged": "stylelint --syntax=scss"
|
|
},
|
|
"lint-staged": {
|
|
"eslint": "resources/assets/js/*.js",
|
|
"stylelint-staged": "resources/assets/sass/**/*.scss"
|
|
},
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
],
|
|
"dependencies": {
|
|
"alertify.js": "^1.0.12",
|
|
"autolinker": "^1.2.0",
|
|
"marked": "^0.3.6",
|
|
"sanitize.css": "^4.1.0",
|
|
"store2": "^2.3.2",
|
|
"whatwg-fetch": "^1.0.0"
|
|
}
|
|
}
|