generated from zerosoul/react-starter
-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
57 lines (57 loc) · 1.36 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "image-compress-without-backend",
"version": "1.0.0",
"description": "compress image in frontend solution",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerosoul/breathe-relaxer.git"
},
"keywords": [
"compress",
"image",
"react",
"frontend",
"tool",
"tinypng"
],
"author": "tristan",
"license": "ISC",
"bugs": {
"url": "https://github.com/zerosoul/image-compress-without-backend/issues"
},
"homepage": "https://works.yangerxiao.com/icfe/",
"dependencies": {
"b64-to-blob": "^1.2.19",
"browser-image-compression": "^1.0.17",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.1",
"react-icons": "^4.3.1",
"react-refresh": "^0.11.0",
"react-share": "^4.4.0",
"styled-components": "^5.3.3",
"styled-reset": "^4.3.4"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"husky": "^7.0.4",
"lint-staged": "^12.2.0",
"vite": "^2.7.13",
"vite-react-jsx": "^1.1.2"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
}
}