-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 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
{
"homepage": "https://Mi1ton.github.io/heic-jpeg/",
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.4",
"exif-heic-js": "github:exif-heic-js/exif-heic-js",
"exif-js-heic": "^2.3.0",
"file-saver": "^2.0.5",
"heic2any": "^0.0.4",
"jszip": "^3.10.1",
"piexifjs": "^1.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"gh-pages": "^5.0.0",
"sass": "^1.62.0",
"vite": "^4.2.0"
}
}