-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 920 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 920 Bytes
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
{
"name": "reader",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@radix-ui/colors": "^0.1.7",
"clsx": "^1.1.1",
"idb-keyval": "^6.0.3",
"nanoid": "^3.1.30",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-reader": "^0.20.4",
"throttle-debounce": "^3.0.1",
"unzipit": "^1.3.5",
"wouter": "^2.8.0-alpha.1",
"zustand": "^3.5.14"
},
"devDependencies": {
"@downwindcss/text-decoration": "^1.1.0",
"@tailwindcss/forms": "^0.4.0-alpha.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/throttle-debounce": "^2.1.0",
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.3.7",
"postcss": "^8.3.11",
"tailwindcss": "^3.0.0-alpha.1",
"typescript": "^4.3.2",
"vite": "^2.6.4",
"vite-plugin-svgr": "^0.4.0"
}
}