73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "bamboo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon",
|
|
"start": "node lib/main.js",
|
|
"server": "cross-env NODE_ENV=development nodemon bin/main.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-proposal-decorators": "^7.17.9",
|
|
"@babel/plugin-transform-runtime": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/register": "^7.5.5",
|
|
"art-template": "^4.13.2",
|
|
"babel-plugin-webpack-alias": "^2.1.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-register": "^6.26.0",
|
|
"cross-env": "^5.2.0",
|
|
"ejs": "^2.6.2",
|
|
"koa": "^2.7.0",
|
|
"koa-art-template": "^1.1.1",
|
|
"koa-bodyparser": "^4.2.1",
|
|
"koa-router": "^7.4.0",
|
|
"koa-session": "^5.12.2",
|
|
"koa-static": "^5.0.0",
|
|
"koa-views": "^6.2.0",
|
|
"koa-webpack": "^6.0.0",
|
|
"koa-webpack-middleware": "^1.0.7",
|
|
"nodeenv": "^1.0.0",
|
|
"nodemon": "^1.19.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/node": "^7.16.8",
|
|
"@babel/plugin-proposal-decorators": "^7.18.2",
|
|
"@babel/polyfill": "^7.4.4",
|
|
"@babel/preset-env": "^7.16.8",
|
|
"@babel/runtime": "^7.5.5",
|
|
"ajv": "^8.11.0",
|
|
"babel-loader": "^8.2.3",
|
|
"bamboo_smf": "^1.0.5",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"glob": "^8.0.1",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-json-error": "^3.1.2",
|
|
"koa-logger": "^2.0.1",
|
|
"koa-redis": "^4.0.1",
|
|
"log4js": "^6.4.4",
|
|
"mysql2": "^2.3.3",
|
|
"node-schedule": "^2.1.0",
|
|
"object-path": "^0.11.8",
|
|
"parameter": "^3.6.0",
|
|
"pm2": "^5.1.2",
|
|
"require-all": "^3.0.0",
|
|
"require-directory": "^2.1.1",
|
|
"sequelize": "^6.18.0",
|
|
"shelljs": "^0.8.5",
|
|
"sqlite3": "^5.0.2",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "3.3.10",
|
|
"webpack-node-externals": "^3.0.0",
|
|
"xe-utils": "^3.5.4"
|
|
}
|
|
}
|