78 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "dvcp-web-apps",
 | |
|   "version": "3.0.0",
 | |
|   "private": false,
 | |
|   "author": "kubbo",
 | |
|   "scripts": {
 | |
|     "dev": "vue-cli-service serve",
 | |
|     "lib": "npm unpublish --force&&npm publish",
 | |
|     "ui": "npm i dvcp-ui@latest",
 | |
|     "sync": "node bin/appsSync.js"
 | |
|   },
 | |
|   "files": [
 | |
|     "packages",
 | |
|     "project",
 | |
|     "components"
 | |
|   ],
 | |
|   "dependencies": {
 | |
|     "@amap/amap-jsapi-loader": "^1.0.1",
 | |
|     "@jiaminghi/c-render": "^0.4.3",
 | |
|     "@jiaminghi/charts": "^0.2.18",
 | |
|     "@jiaminghi/data-view": "^2.10.0",
 | |
|     "bin-code-editor": "^0.9.0",
 | |
|     "dayjs": "^1.8.35",
 | |
|     "dvcp-ui": "^1.42.2",
 | |
|     "echarts": "^5.1.2",
 | |
|     "hash.js": "^1.1.7",
 | |
|     "mp4box": "^0.4.1",
 | |
|     "print-js": "^1.0.63",
 | |
|     "serialize-javascript": "^6.0.0",
 | |
|     "sortablejs": "^1.12.0",
 | |
|     "vue-draggable-resizable": "^2.3.0",
 | |
|     "vue-json-editor": "^1.4.3",
 | |
|     "vue-ruler-tool": "^1.2.4",
 | |
|     "vuedraggable": "^2.24.3"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
 | |
|     "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
 | |
|     "@babel/plugin-proposal-optional-chaining": "^7.10.4",
 | |
|     "@vue/cli-plugin-babel": "^3.6.0",
 | |
|     "@vue/cli-plugin-eslint": "^3.6.0",
 | |
|     "@vue/cli-service": "^3.6.0",
 | |
|     "axios": "^0.19.2",
 | |
|     "babel-eslint": "^10.1.0",
 | |
|     "core-js": "^2.6.11",
 | |
|     "element-ui": "^2.15.9",
 | |
|     "eslint": "^5.16.0",
 | |
|     "eslint-plugin-vue": "^5.0.0",
 | |
|     "image-webpack-loader": "^6.0.0",
 | |
|     "inquirer": "^6.5.2",
 | |
|     "mockjs": "^1.1.0",
 | |
|     "readline": "^1.3.0",
 | |
|     "sass": "~1.32.12",
 | |
|     "sass-loader": "^7.3.1",
 | |
|     "uglifyjs-webpack-plugin": "^2.2.0",
 | |
|     "v-viewer": "^1.6.4",
 | |
|     "vue": "^2.6.14",
 | |
|     "vue-router": "^3.3.4",
 | |
|     "vue-style-loader": "^4.1.3",
 | |
|     "vue-template-compiler": "^2.6.14",
 | |
|     "vuex": "^3.5.1",
 | |
|     "vuex-persistedstate": "^2.7.1"
 | |
|   },
 | |
|   "vetur": {
 | |
|     "attributes": "./attributes.json"
 | |
|   },
 | |
|   "postcss": {
 | |
|     "plugins": {
 | |
|       "autoprefixer": {}
 | |
|     }
 | |
|   },
 | |
|   "browserslist": [
 | |
|     "> 1%",
 | |
|     "last 2 versions",
 | |
|     "not ie <= 8"
 | |
|   ]
 | |
| }
 |