You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.6 KiB
Plaintext
65 lines
1.6 KiB
Plaintext
11 months ago
|
{
|
||
|
"name": "SDKToolbarVue2",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & vue-cli-service serve --open",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint",
|
||
|
"dev_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run serve\n"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"caniuse-lite": "^1.0.30001282",
|
||
|
"core-js": "^3.6.4",
|
||
|
"dayjs": "^1.10.7",
|
||
|
"element-ui": "^2.13.0",
|
||
|
"gojs": "^2.1.9",
|
||
|
"jquery": "^3.4.1",
|
||
|
"jsplumb": "^2.15.6",
|
||
|
"moment": "^2.29.1",
|
||
|
"vue": "^2.6.11",
|
||
|
"vue-router": "^3.1.5",
|
||
|
"vuex": "^3.1.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
||
|
"@types/jsplumb": "^2.5.7",
|
||
|
"@vue/cli-plugin-babel": "^4.2.0",
|
||
|
"@vue/cli-plugin-eslint": "^4.2.0",
|
||
|
"@vue/cli-plugin-router": "^4.2.0",
|
||
|
"@vue/cli-plugin-vuex": "^4.2.0",
|
||
|
"@vue/cli-service": "^4.2.0",
|
||
|
"babel-eslint": "^10.0.3",
|
||
|
"babel-plugin-component": "^1.1.1",
|
||
|
"bootstrap": "^5.1.3",
|
||
|
"eslint": "^6.7.2",
|
||
|
"eslint-plugin-vue": "^6.1.2",
|
||
|
"less": "^3.11.1",
|
||
|
"less-loader": "^5.0.0",
|
||
|
"sass": "1.26.2",
|
||
|
"sass-loader": "8.0.2",
|
||
|
"vue-template-compiler": "^2.6.11"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:vue/essential",
|
||
|
"eslint:recommended"
|
||
|
],
|
||
|
"rules": {
|
||
|
"no-console": "off",
|
||
|
"no-mixed-spaces-and-tabs": 0
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"parser": "babel-eslint"
|
||
|
}
|
||
|
},
|
||
|
"postcss": {
|
||
|
"plugins": {
|
||
|
"autoprefixer": {}
|
||
|
}
|
||
|
}
|
||
|
}
|