forked from Pbatch/CameraChessWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.03 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
65
{
"name": "camera-chess",
"description": "Camera Chess web app",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"tsc": "tsc",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"license": "MIT",
"dependencies": {
"@bity/oauth2-auth-code-pkce": "^2.13.0",
"@capacitor/core": "^5.4.0",
"@popperjs/core": "^2.11.8",
"@react-hook/window-size": "^3.1.1",
"@reduxjs/toolkit": "^1.9.7",
"@tensorflow/tfjs-backend-webgl": "^4.15.0",
"@tensorflow/tfjs-converter": "^4.15.0",
"@tensorflow/tfjs-core": "^4.15.0",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/redux": "^3.6.0",
"@types/redux-persist": "^4.3.1",
"bootstrap": "^5.3.0",
"chess.js": "^1.0.0-beta.6",
"delaunator": "^5.0.0",
"iframe-resizer-react": "^1.1.0",
"mathjs": "^11.11.1",
"normalize.css": "^8.0.1",
"numeric": "^1.2.6",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-chessboard": "^4.3.4",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-faq-component": "^1.3.4",
"react-redux": "^8.1.3",
"react-router-dom": "^6.21.0",
"react-social-icons": "^6.7.0",
"redux-persist": "^6.0.0",
"vectorious": "^6.1.12",
"vite-plugin-pwa": "^0.17.4"
},
"devDependencies": {
"@types/delaunator": "^5.0.2",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/vectorious": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"gh-pages": "^5.0.0",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-bundle-visualizer": "^1.0.0"
}
}