| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "bdlg-scheduler",
- "version": "1.0.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint",
- "deploy": "Copy-Item -Path C:\\Users\\Clovis\\Desktop\\code\\javascript\\bdlg-scheduler\\dist\\* -Destination C:\\Users\\Clovis\\Desktop\\code\\java\\bdlg.planner\\src\\main\\resources\\static -PassThru -Force"
- },
- "dependencies": {
- "dayjs": "^1.10.4",
- "fuse.js": "^6.4.6",
- "jc-timeline": "git+http://gitlab.jaquin.fr/clovis/jc-timeline.git",
- "lodash": "^4.17.21",
- "postcss": "^8.2.13",
- "uuid": "^8.3.2",
- "vue": "^3.0.0",
- "vue-class-component": "^8.0.0-0",
- "vue-router": "^4.0.0-0",
- "vuex": "^4.0.0"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.168",
- "@types/materialize-css": "^1.0.9",
- "@types/uuid": "^8.3.0",
- "@typescript-eslint/eslint-plugin": "^4.18.0",
- "@typescript-eslint/parser": "^4.18.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-typescript": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/compiler-sfc": "^3.0.0",
- "@vue/eslint-config-prettier": "^6.0.0",
- "@vue/eslint-config-typescript": "^7.0.0",
- "eslint": "^6.7.2",
- "eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-vue": "^7.0.0",
- "node-sass": "^5.0.0",
- "prettier": "^2.2.1",
- "sass": "^1.32.8",
- "sass-loader": "^10.1.1",
- "tslib": "^2.2.0",
- "typescript": "~4.1.5",
- "webpack-bundle-analyzer": "^4.4.1"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/vue3-essential",
- "eslint:recommended",
- "@vue/typescript/recommended",
- "@vue/prettier",
- "@vue/prettier/@typescript-eslint"
- ],
- "parserOptions": {
- "ecmaVersion": 2020
- },
- "rules": {
- "prettier/prettier": [
- "error",
- {
- "endOfLine": "auto",
- "printWidth": 100
- }
- ]
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|