-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
64 lines (64 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "gante",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development PORT=8088 node app.js",
"build": "next build",
"start": "cross-env NODE_ENV=production PORT=8088 node app.js",
"lint": "next lint",
"test": "cross-env NODE_ENV=unittest jest"
},
"dependencies": {
"@alicloud/dysmsapi20170525": "^2.0.23",
"@alicloud/openapi-client": "^0.4.5",
"@alicloud/pop-core": "^1.7.12",
"@alicloud/tea-util": "^1.4.5",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.8",
"@material-tailwind/react": "^1.2.4",
"@recoiljs/refine": "^0.1.1",
"@szhsin/react-menu": "^3.4.1",
"@teamwork/websocket-json-stream": "^2.0.0",
"autoprefix": "^1.0.1",
"axios": "^1.2.1",
"classnames": "^2.3.1",
"cookie": "^0.5.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.9",
"deferred": "^0.7.11",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"events": "^3.3.0",
"hotkeys-js": "^3.9.4",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-mongo": "^1.9.3",
"koa-router": "^12.0.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mongodb": "^4.13.0",
"next": "^13.1.6",
"node-fetch": "^3.2.10",
"ot-json1": "^1.0.2",
"postcss": "^8.4.14",
"qs": "^6.11.0",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"recoil": "^0.7.5",
"recoil-enhance": "^0.0.2",
"recoil-sharedb": "^0.1.7",
"recoil-sync": "^0.1.1",
"reconnecting-websocket": "^4.4.0",
"sharedb": "^4.0.0",
"sharedb-mongo": "^2.0.0",
"supertest": "^6.3.3",
"svg-path-generator": "^1.1.0",
"tailwindcss": "^3.1.7",
"tiny-event-manager": "^1.0.0"
}
}