-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "tba-datasync",
"version": "0.1.0",
"private": true,
"main": "build/electron/electron-start.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"app": "npm run build && npm start",
"test": "jest"
},
"dependencies": {
"abort-controller": "^3.0.0",
"cheerio": "^1.0.0-rc.10",
"clippyjs": "^0.0.3",
"jquery": "^3.6.0",
"next": "11.1.2",
"node-fetch": "^3.0.0",
"node-json-db": "^1.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-toastify": "^8.0.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"tba-api-v3client-ts": "^3.10.0",
"ts-jest": "^27.1.4",
"use-timer": "^2.0.1"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/jest": "^27.4.1",
"@types/qs": "^6.9.7",
"@types/react": "17.0.29",
"electron": "^15.3.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"jest": "^27.5.1",
"qs": "^6.10.1",
"ts-node": "^10.7.0",
"typescript": "4.4.4"
}
}