ekster-reader/package.json
dependabot[bot] 62f38674e2
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 19:16:54 +00:00

60 lines
1.3 KiB
JSON

{
"name": "ekstereye",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@primer/css": "^14.4.0",
"bulma": "^0.7.5",
"event-source-polyfill": "0.0.16",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.21",
"micropub-helper": "^1.6.1",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"rel-parser": "github:grantcodes/rel-scraper",
"rel-scraper": "github:grantcodes/rel-scraper",
"sass-loader": "^7.3.1",
"tailwindcss": "1.1.4",
"vue": "^2.6.11",
"vue-router": "^3.4.3",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"postcss-node-sass": "^2.1.8",
"postcss-scss": "^2.1.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}