2022-01-27 19:25:50 +00:00
|
|
|
{
|
|
|
|
"name": "liste-de-courses-www",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-28 19:26:46 +00:00
|
|
|
"bulma": "^0.9.3",
|
2022-01-27 19:25:50 +00:00
|
|
|
"core-js": "^3.6.5",
|
2022-01-28 21:21:22 +00:00
|
|
|
"vue": "^3.0.0",
|
|
|
|
"vue-class-component": "^8.0.0-0",
|
2022-01-29 12:51:57 +00:00
|
|
|
"vue-router": "^4.0.0-0",
|
|
|
|
"vuedraggable": "^4.1.0"
|
2022-01-27 19:25:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-28 21:21:22 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
|
|
"@typescript-eslint/parser": "^4.18.0",
|
2022-01-27 19:25:50 +00:00
|
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
2022-01-28 21:21:22 +00:00
|
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
2022-01-27 19:25:50 +00:00
|
|
|
"@vue/cli-service": "~4.5.0",
|
2022-01-28 21:21:22 +00:00
|
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
2022-01-27 19:25:50 +00:00
|
|
|
"eslint": "^6.7.2",
|
2022-01-28 21:21:22 +00:00
|
|
|
"eslint-plugin-vue": "^7.0.0",
|
|
|
|
"lint-staged": "^9.5.0",
|
|
|
|
"node-sass": "^4.12.0",
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
"typescript": "~4.1.5"
|
2022-01-27 19:25:50 +00:00
|
|
|
},
|
2022-01-28 21:21:22 +00:00
|
|
|
"gitHooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
2022-01-27 19:25:50 +00:00
|
|
|
},
|
2022-01-28 21:21:22 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,vue,ts,tsx}": [
|
|
|
|
"vue-cli-service lint",
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
}
|
2022-01-27 19:25:50 +00:00
|
|
|
}
|