-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 952 Bytes
/
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
{
"version": "0.0.1",
"name": "bingo",
"private": true,
"homepage": "https://jacokok.github.io/bingo",
"repository": {
"type": "git",
"url": "https://github.com/jacokok/bingo.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.0.6",
"@react-pdf/renderer": "^2.0.20",
"file-saver": "^2.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.3",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.4.4",
"vite": "^2.6.14",
"vite-plugin-shim-react-pdf": "^1.0.3"
}
}