1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "app4vue",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "watch:standalone": "vue-cli-service serve ",
- "build:standalone": "vue-cli-service build",
- "watch:portal": "webpack-dev-server --port 9099",
- "build:portal": "webpack -p --progress",
- "lint": "vue-cli-service lint",
- "start": "npm run watch:portal"
- },
- "dependencies": {
- "@tinymce/tinymce-vue": "^2.1.0",
- "axios": "^0.19.0",
- "babel-polyfill": "^6.26.0",
- "echarts": "^4.2.1",
- "echarts-gl": "^1.1.1",
- "element-ui": "^2.11.1",
- "jquery": "^3.4.1",
- "js-base64": "^2.5.1",
- "js-cookie": "^2.2.0",
- "node-sass": "^4.12.0",
- "nprogress": "^0.2.0",
- "sass-loader": "^7.2.0",
- "single-spa-vue": "^1.1.0",
- "tinymce": "^5.0.13",
- "url-loader": "^2.1.0",
- "vue": "^2.5.16",
- "vue-router": "^3.0.1",
- "vuex": "^3.1.1"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^3.11.0",
- "@vue/cli-plugin-eslint": "^3.0.0-beta.15",
- "@vue/cli-service": "^3.11.0",
- "node-sass": "^4.12.0",
- "vue-template-compiler": "^2.5.16",
- "webpack-cli": "^3.0.8"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential"
- ],
- "rules": {},
- "parserOptions": {
- "parser": "babel-eslint"
- }
- },
- "postcss": {
- "plugins": {
- "autoprefixer": {}
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|