mirror of
https://github.com/byulmaru/quesdon
synced 2024-11-27 14:28:04 +09:00
90 lines
2.7 KiB
JSON
90 lines
2.7 KiB
JSON
{
|
|
"name": "quesdon",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/server/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"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",
|
|
"start": "node dist/server/index.js",
|
|
"lint": "eslint \"./src/**/*.ts\" \"./src/**/*.tsx\"",
|
|
"lint-autofix": "eslint \"./src/**/*.ts\" \"./src/**/*.tsx\" --fix"
|
|
},
|
|
"author": "rinsuki",
|
|
"license": "AGPL-3.0+",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.2",
|
|
"@types/common-tags": "^1.8.0",
|
|
"@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",
|
|
"@types/koa-static-cache": "^5.1.0",
|
|
"@types/mongoose": "^5.5.29",
|
|
"@types/node-fetch": "^2.5.3",
|
|
"@types/parse-link-header": "^1.0.0",
|
|
"@types/pug": "^2.0.4",
|
|
"@types/react": "^16.9.11",
|
|
"@types/react-dom": "^16.9.3",
|
|
"@types/react-router-dom": "^5.1.2",
|
|
"@types/reactstrap": "^8.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^2.6.1",
|
|
"@typescript-eslint/parser": "^2.6.1",
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-preset-env": "^1.7.0",
|
|
"bootstrap": "^4.3.1",
|
|
"bootswatch": "^4.3.1",
|
|
"cpx": "^1.5.0",
|
|
"css-loader": "^3.2.0",
|
|
"eslint": "^6.6.0",
|
|
"fetch-defaults": "^1.0.0",
|
|
"file-loader": "^4.2.0",
|
|
"jquery": "^3.4.1",
|
|
"megalodon": "^2.0.0",
|
|
"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",
|
|
"typescript": "^3.7.2",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"webpack": "^4.41.2",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.9.0"
|
|
},
|
|
"dependencies": {
|
|
"common-tags": "^1.8.0",
|
|
"dotenv": "^8.2.0",
|
|
"koa": "^2.11.0",
|
|
"koa-body": "^4.1.1",
|
|
"koa-mount": "^4.0.0",
|
|
"koa-pug": "^4.0.2",
|
|
"koa-router": "^7.3.0",
|
|
"koa-session": "^5.12.3",
|
|
"koa-static": "^5.0.0",
|
|
"koa-static-cache": "^5.1.1",
|
|
"mongoose": "^5.7.8",
|
|
"mongoose-autopopulate": "^0.9.1",
|
|
"node-fetch": "^2.6.0",
|
|
"oauth-1.0a": "github:rinsuki/oauth-1.0a",
|
|
"parse-link-header": "^1.0.1",
|
|
"rndstr": "^1.0.0"
|
|
}
|
|
}
|