-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
{
"name": "chess9billion60",
"private": true,
"version": "0.2.0",
"scripts": {
"dev": "vite",
"start": "node -r esm -r ts-node/register src/server.ts",
"serve": "node -r esm -r ts-node/register src/server.ts",
"build": "tsc && vite build",
"deps": "depcruise src --exclude \"src/assets|src/css\" --include-only \"^src\" --config --output-type dot | dot -T svg > dep.svg",
"heroku": "npm run build && nodemon heroku local",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.199.0",
"@types/koa-static": "^4.0.2",
"axios": "^0.27.2",
"boardgame.io": "^0.50.1",
"csstype": "^3.1.1",
"dotenv": "^16.0.3",
"esm": "^3.2.25",
"gapi-script": "^1.2.0",
"howler": "^2.2.3",
"js-cookie": "^3.0.1",
"koa-static": "^5.0.0",
"nanoid": "^4.0.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-google-login": "^5.2.2",
"react-icons": "^4.6.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite-plugin-pwa": "^0.14.0"
},
"devDependencies": {
"@aws-sdk/types": "^3.198.0",
"@types/howler": "^2.2.7",
"@types/js-cookie": "^3.0.2",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react-modal": "^3.13.1",
"@vitejs/plugin-react": "^2.2.0",
"nodemon": "^2.0.20",
"vite": "^3.2.0"
}
}