-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 969 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
{
"name": "img-pdf-app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"https": "serve dist"
},
"dependencies": {
"@sweetalert2/theme-borderless": "^5.0.7",
"@vitejs/plugin-react-refresh": "^1.3.6",
"animate.css": "^4.1.1",
"file-saver": "^2.0.5",
"images-to-pdf-package": "^1.0.5",
"jspdf": "^2.4.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-github-corner": "^2.5.0",
"react-router-dom": "^6.0.2",
"sweetalert2": "^11.1.10"
},
"devDependencies": {
"@types/file-saver": "^2.0.4",
"@types/node": "^16.11.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.4.0",
"https-localhost": "^4.7.0",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"typescript": "^4.3.2",
"vite": "^2.6.4",
"vite-plugin-pwa": "^0.11.3"
}
}