-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "azur-lane-api-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development NODE_OPTIONS='--inspect' next dev",
"doc": "typedoc --mode file --exclude ./lib/model/**/* --out docs lib",
"lint": "eslint --fix -c .eslintrc.json .",
"build": "next build",
"start": "next start",
"test": "cross-env NODE_PATH='.' uvu -r ts-node/register tests"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@octokit/rest": "^18.0.6",
"cors": "^2.8.5",
"express-rate-limit": "^5.1.3",
"joiful": "^2.0.1",
"mongoose": "^5.10.7",
"next": "9.5.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"reflect-metadata": "^0.1.13",
"snappy": "^6.3.4"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@octokit/types": "^5.5.0",
"@types/cors": "^2.8.7",
"@types/express-rate-limit": "^5.1.0",
"@types/hapi__joi": "^17.1.5",
"@types/mongoose": "^5.7.36",
"@types/react": "^16.9.49",
"@types/snappy": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^7.9.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"typedoc": "^0.19.2",
"uvu": "^0.3.3"
}
}