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",
|
2017-12-09 10:02:59 +09:00
|
|
|
"build": "tsc && cpx 'src/server/**/*.pug' dist/server/ && webpack",
|
2017-12-09 09:39:59 +09:00
|
|
|
"start": "node dist/server/index.js"
|
|
|
|
},
|
|
|
|
"author": "rinsuki",
|
|
|
|
"license": "AGPL-3.0+",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/koa": "^2.0.42",
|
|
|
|
"@types/koa-mount": "^2.0.19",
|
|
|
|
"@types/koa-pug": "^3.0.3",
|
|
|
|
"@types/koa-router": "^7.0.27",
|
|
|
|
"@types/koa-session": "^3.0.6",
|
|
|
|
"@types/koa-static": "^3.0.2",
|
|
|
|
"@types/mongoose": "^4.7.28",
|
|
|
|
"@types/node-fetch": "^1.6.7",
|
|
|
|
"@types/page": "^1.5.32",
|
2017-12-11 14:52:07 +09:00
|
|
|
"@types/parse-link-header": "^1.0.0",
|
2018-01-19 03:31:13 +09:00
|
|
|
"@types/react": "^16.0.34",
|
|
|
|
"@types/react-dom": "^16.0.3",
|
|
|
|
"@types/react-router-dom": "^4.2.3",
|
|
|
|
"@types/reactstrap": "^5.0.10",
|
2017-12-09 09:39:59 +09:00
|
|
|
"@types/riot": "^3.6.1",
|
2018-01-19 05:17:11 +09:00
|
|
|
"@types/xdate": "^0.8.28",
|
2017-12-09 10:28:58 +09:00
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
|
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
2018-01-20 19:32:57 +09:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2017-12-09 09:39:59 +09:00
|
|
|
"bootstrap": "^4.0.0-beta.2",
|
|
|
|
"cpx": "^1.5.0",
|
|
|
|
"css-loader": "^0.28.7",
|
|
|
|
"fetch-defaults": "^1.0.0",
|
|
|
|
"file-loader": "^1.1.5",
|
|
|
|
"jquery": "^3.2.1",
|
|
|
|
"page": "^1.7.1",
|
|
|
|
"popper.js": "^1.12.9",
|
2018-01-19 03:31:13 +09:00
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0",
|
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"reactstrap": "^5.0.0-alpha.4",
|
2017-12-09 09:39:59 +09:00
|
|
|
"riot": "^3.7.4",
|
|
|
|
"riot-tag-loader": "^1.0.0",
|
|
|
|
"style-loader": "^0.19.0",
|
|
|
|
"ts-loader": "^3.2.0",
|
|
|
|
"typescript": "^2.6.2",
|
2018-01-20 19:12:24 +09:00
|
|
|
"uglifyjs-webpack-plugin": "^1.1.6",
|
2017-12-13 21:49:20 +09:00
|
|
|
"webpack": "^3.10.0",
|
|
|
|
"xdate": "^0.8.2"
|
2017-12-09 09:39:59 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"koa": "^2.4.1",
|
|
|
|
"koa-body": "^2.5.0",
|
|
|
|
"koa-mount": "^3.0.0",
|
|
|
|
"koa-pug": "^3.0.0-2",
|
|
|
|
"koa-router": "^7.3.0",
|
|
|
|
"koa-session": "^5.5.1",
|
|
|
|
"koa-static": "^4.0.2",
|
2018-01-23 22:44:44 +09:00
|
|
|
"koa-static-cache": "^5.1.1",
|
2017-12-09 09:39:59 +09:00
|
|
|
"mongoose": "^4.13.6",
|
2017-12-27 12:55:36 +09:00
|
|
|
"mongoose-autopopulate": "^0.6.0",
|
2017-12-09 09:39:59 +09:00
|
|
|
"node-fetch": "^1.7.3",
|
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"
|
|
|
|
}
|
|
|
|
}
|