-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
32 lines (32 loc) · 843 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
{
"name": "react-epub-reader",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/icons": "^5.0.0-beta.5",
"@material-ui/lab": "^5.0.0-alpha.44",
"epubjs": "^0.3.88",
"html-to-text": "^8.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-file-reader-input": "^2.0.0"
},
"devDependencies": {
"@types/html-to-text": "^8.0.1",
"@types/node": "^16.11.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-file-reader-input": "^2.0.1",
"@vitejs/plugin-react": "^1.0.0",
"less": "^4.1.1",
"typescript": "^4.3.2",
"vite": "^2.5.4"
}
}