inventur/package.json
2020-01-13 16:09:25 +01:00

52 lines
1.2 KiB
JSON

{
"name": "inventar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "encore production --progress",
"watch": "encore dev --watch",
"dev": "encore dev",
"csfix": "eslint app/js --ext .js,.vue, --fix"
},
"repository": {
"type": "git",
"url": "https://git.chrosey.de/chrosey/inventur.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"core-js": "^3.6.1",
"gsap": "^3.0.4",
"materialize-css": "^1.0.0",
"moment": "^2.24.0",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/runtime": "^7.7.7",
"@symfony/webpack-encore": "^0.28.2",
"babel-eslint": "^10.0.3",
"css-loader": "^2.1.1",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.1.2",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack-notifier": "^1.8.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}