-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
46
{
"name": "linke-website-admin",
"version": "1.0.1",
"description": "linke website with admin",
"private": true,
"scripts": {
"client": "cd admin && yarn start",
"server": "nodemon index.js",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
"build": "cd admin && npm run local-build && cd ../official-website && npm run local-build"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@koa/cors": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"jsonwebtoken": "^8.5.1",
"koa": "^2.10.0",
"koa-body": "^4.1.1",
"koa-jwt": "^3.6.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"mongodb": "^3.3.3",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "2.6.0",
"babel-eslint": "^10.0.3",
"concurrently": "^5.0.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "^3.0.2",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0"
},
"author": "ETBox",
"license": "MIT",
"main": "index.js"
}