-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 865 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
{
"name": "leica-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "tsc --noEmit && vite build --mode production",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuameshi/leica-generator.git"
},
"keywords": [],
"author": "Yuameshi <[email protected]> (https://www.yuameshi.top/)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Yuameshi/leica-generator/issues"
},
"homepage": "https://github.com/Yuameshi/leica-generator",
"devDependencies": {
"@types/node": "^20.2.5",
"@vitejs/plugin-legacy": "^4.0.4",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0"
},
"dependencies": {
"exifr": "^7.1.3",
"piexifjs": "^1.0.6"
}
}