This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
transporte/package.json

41 lines
1.1 KiB
JSON

{
"name": "transporte",
"version": "1.0.0",
"description": "Trouver la porte la mieux appropriée dans le métro lillois pour sortir le plus vite possible.",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"bootstrap": "^4.4.1",
"bootswatch": "^4.3.1",
"core-js": "^3.4.5",
"jquery": "^3.4.1",
"popper.js": "^1.16.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-airbnb": "^5.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.1",
"eslint-plugin-vue": "^6.0.1",
"vue-template-compiler": "^2.6.10"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Lucidiot/transporte.git"
},
"author": "Lucidiot <lucidiot@protonmail.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/Lucidiot/transporte/issues"
},
"homepage": "https://gitlab.com/Lucidiot/transporte#readme"
}