shihuojian/nodecloud
081
1{2 "name": "ndcc",3 "version": "1.0.6",4 "description": "",5 "main": "index.js",6 "scripts": {7 "testDev": "ndcc pm2",8 "testStart": "next build && cross-env NODE_ENV=production ndcc pm2",9 "dev": "node ndcc/bin.js pm2",10 "build": "next build && ncc build ndcc/server/index.js -o ndcc/lib -m",11 "start": "cross-env NODE_ENV=production NODE_PORT=3000 node ndcc/bin.js"12 },13 "author": "shihuojian@hotmail.com",14 "license": "MIT",15 "publishConfig": {16 "registry": "https://registry.npmjs.org/"17 },18 "homepage": "https://github.com/shihuojian/node_cloud.git",19 "repository": {20 "type": "git",21 "url": "git+https://github.com/shihujian/node_cloud.git"22 },23 "dependencies": {24 "@emotion/react": "^11.11.4",25 "@emotion/styled": "^11.11.5",26 "@faker-js/faker": "^9.0.3",27 "@monaco-editor/react": "^4.6.0",28 "@mui/icons-material": "^5.14.16",29 "@mui/material": "^5.14.17",30 "@mui/x-charts": "^7.3.1",31 "@mui/x-date-pickers": "^6.18.1",32 "@mui/x-date-pickers-pro": "^6.18.1",33 "@socket.io/pm2": "^5.3.0",34 "@vercel/ncc": "^0.38.1",35 "@wangeditor/editor": "^5.1.23",36 "@wangeditor/editor-for-react": "^1.0.6",37 "antd": "^5.17.0",38 "async": "^3.2.5",39 "copy-to-clipboard": "^3.3.3",40 "cross-env": "^7.0.3",41 "dayjs": "^1.11.10",42 "lodash": "^4.17.21",43 "lz-string": "^1.5.0",44 "material-ui-popup-state": "^5.0.10",45 "moment": "^2.29.4",46 "monaco-editor-webpack-plugin": "^7.1.0",47 "mui-styles": "^1.0.3",48 "next": "^14.2.16",49 "next-pwa": "^5.6.0",50 "notistack": "^3.0.1",51 "pm2": "^5.4.2",52 "react": "^18.2.0",53 "react-dom": "^18.2.0",54 "react-monaco-editor": "^0.54.0",55 "sass": "^1.69.5",56 "socket.io-client": "^4.7.5",57 "swr": "^2.2.4"58 },59 "devDependencies": {60 "@aws-sdk/client-s3": "^3.445.0",61 "@aws-sdk/s3-request-presigner": "^3.445.0",62 "@babel/preset-env": "^7.24.4",63 "@babel/preset-react": "^7.24.1",64 "@babel/register": "^7.23.7",65 "@hapi/catbox-redis": "^7.0.2",66 "@hapi/cryptiles": "^6.0.1",67 "@hapi/hapi": "^21.3.2",68 "@hapi/inert": "^7.1.0",69 "@hapi/iron": "^7.0.1",70 "@hapi/jwt": "^3.2.0",71 "@hapi/nes": "^13.0.1",72 "@hapi/subtext": "^8.1.0",73 "@socket.io/cluster-adapter": "^0.2.2",74 "@socket.io/pm2": "^5.3.0",75 "@socket.io/sticky": "^1.0.4",76 "@vercel/ncc": "^0.38.1",77 "ali-oss": "^6.18.1",78 "async": "^3.2.5",79 "chokidar": "^3.6.0",80 "cookies": "^0.9.1",81 "cron-parser": "^4.9.0",82 "cross-env": "^7.0.3",83 "dayjs": "^1.11.10",84 "hapi": "^18.1.0",85 "hapi-alive": "^2.0.4",86 "hapi-cron": "^1.1.0",87 "hapi-mongodb": "^10.0.3",88 "hapi-pulse": "^3.0.1",89 "joi": "^17.11.0",90 "lodash": "^4.17.21",91 "lz-string": "^1.5.0",92 "moment": "^2.29.4",93 "ndcc": "^1.0.7",94 "node-disk-info": "^1.3.0",95 "objectid64": "^1.0.1",96 "pidusage": "^3.0.2",97 "request": "^2.88.2",98 "simple-crypto-js": "^3.0.1",99 "socket.io": "^4.7.5",100 "xml2js": "^0.6.2"101 }102}103 