Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "projectors",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve --watch",
- "build": "vue-cli-service build --watch",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "core-js": "^3.8.3",
- "dexie": "^3.2.4",
- "lodash": "^4.17.21",
- "rxjs": "^7.8.1",
- "sweetalert2": "^11.10.5",
- "vue": "^3.2.13",
- "vue-images-loaded": "^1.1.2",
- "vuex": "^4.1.0"
- },
- "devDependencies": {
- "@babel/core": "^7.12.16",
- "@babel/eslint-parser": "^7.12.16",
- "@vue/cli-plugin-babel": "~5.0.0",
- "@vue/cli-plugin-eslint": "~5.0.0",
- "@vue/cli-service": "~5.0.0",
- "autoprefixer": "^10.4.17",
- "eslint": "^7.32.0",
- "eslint-plugin-vue": "^8.0.3",
- "postcss": "^8.4.33",
- "tailwindcss": "^3.4.1"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/vue3-essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "@babel/eslint-parser"
- },
- "rules": {
- "vue/multi-word-component-names": "off",
- "no-undef": "off",
- "vue/no-unused-components": "off",
- "no-extra-semi": "off",
- "no-unused-vars": "off",
- "no-unreachable": "off",
- "no-prototype-builtins": "off",
- "no-empty": "off",
- "no-debugger": "off",
- "no-dupe-keys": "off",
- "no-constant-condition": "off",
- "no-mixed-spaces-and-tabs": "off"
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead",
- "not ie 11"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement