58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "digital-wavetrace",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"bson": "^6.8.0",
|
|
"core-js": "^3.8.3",
|
|
"element-plus": "^2.6.3",
|
|
"lodash.get": "^4.4.2",
|
|
"mitt": "^3.0.1",
|
|
"onml": "^2.1.0",
|
|
"stream": "^0.0.2",
|
|
"vue": "^3.2.13",
|
|
"vue-draggable-plus": "^0.5.2",
|
|
"vue-i18n": "^9.9.1",
|
|
"w3c-keyname": "^2.2.8",
|
|
"waveql": "^1.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"ignore-loader": "^0.1.2",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-vue-components": "^0.26.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"no-undef": "off",
|
|
"no-redeclare": "off"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
]
|
|
}
|