66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "frameapi",
|
|
"version": "1.0.0",
|
|
"author": "light22600",
|
|
"description": "a node webApi",
|
|
"main": "app.js",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@alicloud/pop-core": "^1.7.10",
|
|
"adm-zip": "^0.5.16",
|
|
"ali-oss": "^6.3.1",
|
|
"art-template": "^4.13.2",
|
|
"axios": "^0.24.0",
|
|
"cli-progress": "^3.11.2",
|
|
"crypto": "^1.0.1",
|
|
"dayjs": "1.8.24",
|
|
"echarts": "^5.1.2",
|
|
"ejs": "^2.7.1",
|
|
"excel-export": "^0.5.1",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"fs": "0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"koa": "^2.8.1",
|
|
"koa-body": "^4.1.1",
|
|
"koa-bodyparser": "^4.2.1",
|
|
"koa-router": "^7.4.0",
|
|
"koa-sslify": "^4.0.3",
|
|
"koa-static": "^5.0.0",
|
|
"koa2-cors": "^2.0.6",
|
|
"lodash": "^4.17.15",
|
|
"log4js": "^6.1.2",
|
|
"md5": "^2.2.1",
|
|
"mysql2": "^1.7.0",
|
|
"node-schedule": "^1.3.2",
|
|
"node-uuid": "^1.4.8",
|
|
"qr-image": "^3.2.0",
|
|
"redis": "^3.0.2",
|
|
"request": "^2.88.2",
|
|
"request-promise": "^4.2.6",
|
|
"sequelize": "^5.19.0",
|
|
"string-random": "^0.1.3",
|
|
"urlencode": "^1.1.0",
|
|
"uuid": "^8.3.2",
|
|
"vue-table-with-tree-grid": "^0.2.4",
|
|
"vuex-persistedstate": "^2.5.4",
|
|
"wechatpay-node-v3": "^1.2.3",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"devDependencies": {
|
|
"assert": "^2.0.0",
|
|
"cookie": "^0.5.0",
|
|
"mocha": "^10.1.0",
|
|
"nodemon": "^2.0.15",
|
|
"selenium-webdriver": "^4.6.0",
|
|
"vue2-ace-editor": "0.0.15"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"api": " nodemon ./app.js ",
|
|
"serve": "cd ./admin&&npm run serve -- --port 9095 ",
|
|
"build": "cd ./admin&&npm run build "
|
|
},
|
|
"license": "MIT"
|
|
}
|