37 lines
943 B
JSON
37 lines
943 B
JSON
{
|
|
"name": "jbuk-frontend",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"alertify.js": "^1.0.12",
|
|
"mapbox-gl": "^0.32.0",
|
|
"marked": "^0.3.6",
|
|
"normalize.css": "^5.0.0",
|
|
"webStorage": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-core": "^6.21.0",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-latest": "^6.16.0",
|
|
"babel-runtime": "^6.20.0",
|
|
"lint-staged": "^3.2.1",
|
|
"pre-commit": "^1.1.3",
|
|
"stylelint-config-standard": "^16.0.0",
|
|
"webpack": "^2.2.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"
|
|
]
|
|
}
|