{ "name": "fs-anxincloud-4.0", "version": "1.0.0", "description": "anxincloud-4.0", "main": "server.js", "scripts": { "test": "mocha", "start-vite": "cross-env NODE_ENV=developmentVite npm run start-params", "start": "cross-env NODE_ENV=development npm run start-params", "start-params": "node server -p 5600 -u http://localhost:4600 --apiPomsUrl http://localhost:4600 --apiAnxinyunUrl http://10.8.30.112:4100 --apiEmisUrl http://localhost:14000 --webEmisUrl http://localhost:5000 --webOaUrl http://10.8.30.161:8668 --qnak 5XrM4wEB9YU6RQwT64sPzzE6cYFKZgssdP5Kj3uu --qnsk w6j2ixR_i-aelc6I7S3HotKIX-ukMzcKmDfH6-M5 --qnbkt anxinyun-test --qndmn http://test.resources.anxinyun.cn --iotVcmpWeb https://mediaconsole.ngaiot.com --pomsMonitor http://monitor.anxinyun.cn/goto/PaEDLE84z?orgId=1 --pomsKubesphere https://k8sadmin.anxinyun.cn/ --pomsAmbari https://ambari.anxinyun.cn/ --pomsKowl https://kafka.anxinyun.cn/ --pomsPghero https://pghero.anxinyun.cn/ --pomsEs https://esc.anxinyun.cn/ --pomsNotebook https://inotebook.anxinyun.cn/ --dcWeb https://fsiot-oamss.anxinyun.cn", "deploy": "export NODE_ENV=production&& npm run build && node server", "build-dev": "cross-env NODE_ENV=development&&webpack --config webpack.config.js", "build": "cross-env NODE_ENV=production&&webpack --config webpack.config.prod.js" }, "keywords": [ "app" ], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.14.6", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.14.5", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.3", "connected-react-router": "^6.8.0", "css-loader": "^3.5.0", "express": "^4.17.1", "file-loader": "^6.0.0", "html-webpack-plugin": "^4.5.0", "immutable": "^4.0.0-rc.12", "less": "^3.12.2", "less-loader": "^7.0.2", "nprogress": "^0.2.0", "react": "^17.0.0", "react-dom": "^17.0.0", "react-redux": "^7.2.1", "react-router-dom": "^5.2.0", "react-router-redux": "^4.0.8", "redux": "^4.0.5", "redux-thunk": "^2.3.0", "style-loader": "^2.0.0", "vite": "^2.9.5" }, "dependencies": { "@douyinfe/semi-ui": "2.8.0", "@douyinfe/semi-webpack-plugin": "^2.13.0", "@micro-zoe/micro-app": "^1.0.0-alpha.1", "@peace/utils": "^0.0.64", "@semi-bot/semi-theme-fscamera": "^1.0.0", "@vitejs/plugin-react": "^1.3.1", "@vitejs/plugin-react-refresh": "^1.3.6", "ali-oss": "^6.17.1", "args": "^5.0.1", "async-busboy": "^1.1.0", "babel-polyfill": "^6.26.0", "copy-to-clipboard": "^3.3.1", "cross-env": "^7.0.3", "echarts": "^5.3.3", "echarts-for-react": "^3.0.2", "ezuikit-js": "^0.6.1", "file-saver": "^2.0.5", "fs-attachment": "^1.0.0", "fs-web-server-scaffold": "^1.0.6", "koa-better-http-proxy": "^0.2.5", "koa-proxy": "^1.0.0-alpha.3", "koa-view": "^2.1.4", "mhtml-to-word": "^1.0.4", "moment": "^2.29.3", "npm": "^7.20.6", "perfect-scrollbar": "^1.5.5", "screenfull": "5.2.0", "simplebar-react": "^3.2.4", "socket.io-client": "^1.7.4", "socket.io-parser": "^3.4.1", "superagent": "^6.1.0", "webpack": "^5.3.2", "webpack-bundle-analyzer": "^4.1.0", "webpack-cli": "^4.2.0", "webpack-dev-middleware": "^4.0.2", "webpack-dev-server": "^3.11.2", "webpack-hot-middleware": "^2.25.0" } }