2017-12-09 09:39:59 +09:00
|
|
|
{
|
|
|
|
"name": "quesdon",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2018-05-11 04:41:27 +09:00
|
|
|
"build": "npm-run-all build:*",
|
|
|
|
"build:ts": "tsc",
|
|
|
|
"build:webpack": "webpack",
|
|
|
|
"dev": "npm-run-all -p dev:*",
|
|
|
|
"dev:node": "sleep 1; node-dev dist/server/index.js",
|
|
|
|
"dev:tsc": "tsc -w --preserveWatchOutput",
|
|
|
|
"dev:webpack-dev-server": "webpack-dev-server",
|
2019-10-31 19:02:07 +09:00
|
|
|
"start": "node dist/server/index.js",
|
|
|
|
"lint": "eslint \"./src/**/*.ts\" \"./src/**/*.tsx\"",
|
|
|
|
"lint-autofix": "eslint \"./src/**/*.ts\" \"./src/**/*.tsx\" --fix"
|
2017-12-09 09:39:59 +09:00
|
|
|
},
|
|
|
|
"author": "rinsuki",
|
|
|
|
"license": "AGPL-3.0+",
|
|
|
|
"devDependencies": {
|
2019-11-11 19:30:26 +09:00
|
|
|
"@babel/core": "^7.7.2",
|
2019-11-06 13:05:17 +09:00
|
|
|
"@types/common-tags": "^1.8.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"@types/dotenv": "^8.2.0",
|
|
|
|
"@types/koa": "^2.0.51",
|
|
|
|
"@types/koa-mount": "^4.0.0",
|
|
|
|
"@types/koa-pug": "^4.0.0",
|
|
|
|
"@types/koa-router": "^7.0.42",
|
|
|
|
"@types/koa-session": "^5.10.1",
|
|
|
|
"@types/koa-static": "^4.0.1",
|
2019-11-06 13:05:17 +09:00
|
|
|
"@types/koa-static-cache": "^5.1.0",
|
|
|
|
"@types/mongoose": "^5.5.29",
|
|
|
|
"@types/node-fetch": "^2.5.3",
|
2017-12-11 14:52:07 +09:00
|
|
|
"@types/parse-link-header": "^1.0.0",
|
2019-11-06 19:44:38 +09:00
|
|
|
"@types/pug": "^2.0.4",
|
2019-10-31 18:53:38 +09:00
|
|
|
"@types/react": "^16.9.11",
|
|
|
|
"@types/react-dom": "^16.9.3",
|
2019-11-06 13:05:17 +09:00
|
|
|
"@types/react-router-dom": "^5.1.2",
|
2019-10-31 18:53:38 +09:00
|
|
|
"@types/reactstrap": "^8.0.6",
|
2019-11-06 13:05:17 +09:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.6.1",
|
|
|
|
"@typescript-eslint/parser": "^2.6.1",
|
2017-12-09 10:28:58 +09:00
|
|
|
"babel-core": "^6.26.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"babel-loader": "^8.0.6",
|
2018-05-21 08:27:41 +09:00
|
|
|
"babel-preset-env": "^1.7.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"bootstrap": "^4.3.1",
|
|
|
|
"bootswatch": "^4.3.1",
|
2017-12-09 09:39:59 +09:00
|
|
|
"cpx": "^1.5.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"css-loader": "^3.2.0",
|
2019-10-31 18:42:34 +09:00
|
|
|
"eslint": "^6.6.0",
|
2017-12-09 09:39:59 +09:00
|
|
|
"fetch-defaults": "^1.0.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"file-loader": "^4.2.0",
|
|
|
|
"jquery": "^3.4.1",
|
2019-11-06 13:05:17 +09:00
|
|
|
"megalodon": "^2.0.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"moment": "^2.24.0",
|
|
|
|
"node-dev": "^4.0.0",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"page": "^1.11.5",
|
|
|
|
"popper.js": "^1.16.0",
|
|
|
|
"react": "^16.11.0",
|
|
|
|
"react-dom": "^16.11.0",
|
|
|
|
"react-router-dom": "^5.1.2",
|
|
|
|
"reactstrap": "^8.1.1",
|
|
|
|
"style-loader": "^1.0.0",
|
|
|
|
"ts-loader": "^6.2.1",
|
2019-11-06 13:05:17 +09:00
|
|
|
"typescript": "^3.7.2",
|
2019-11-11 19:30:26 +09:00
|
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"webpack": "^4.41.2",
|
|
|
|
"webpack-cli": "^3.3.10",
|
|
|
|
"webpack-dev-server": "^3.9.0"
|
2017-12-09 09:39:59 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-11-06 13:05:17 +09:00
|
|
|
"common-tags": "^1.8.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"koa": "^2.11.0",
|
|
|
|
"koa-body": "^4.1.1",
|
|
|
|
"koa-mount": "^4.0.0",
|
|
|
|
"koa-pug": "^4.0.2",
|
2017-12-09 09:39:59 +09:00
|
|
|
"koa-router": "^7.3.0",
|
2019-10-31 18:53:38 +09:00
|
|
|
"koa-session": "^5.12.3",
|
|
|
|
"koa-static": "^5.0.0",
|
2018-01-23 22:44:44 +09:00
|
|
|
"koa-static-cache": "^5.1.1",
|
2019-11-06 13:05:17 +09:00
|
|
|
"mongoose": "^5.7.8",
|
2019-10-31 18:53:38 +09:00
|
|
|
"mongoose-autopopulate": "^0.9.1",
|
|
|
|
"node-fetch": "^2.6.0",
|
2018-01-21 02:26:52 +09:00
|
|
|
"oauth-1.0a": "github:rinsuki/oauth-1.0a",
|
2017-12-11 14:52:07 +09:00
|
|
|
"parse-link-header": "^1.0.1",
|
2017-12-09 09:39:59 +09:00
|
|
|
"rndstr": "^1.0.0"
|
|
|
|
}
|
|
|
|
}
|