-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.64 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.64 KB
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": "metacleaner",
"version": "1.0.0",
"description": "Easily remove metadata from your images with our online tool, MetaCleaner. Preserve your privacy by stripping out EXIF data from your photos in seconds.",
"keywords": [
"metadata removal",
"image optimization",
"privacy",
"image processing",
"exif data",
"remove metadata"
],
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"husky": "^8.0.0",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"process": "^0.11.10",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.3.2",
"vite-plugin-pwa": "^0.14.7"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"format": "prettier --write src/**/*.{ts,tsx}",
"lint": "eslint --fix src/**/*.{ts,tsx}",
"test": "npm run format && npm run lint"
},
"author": "@slimcandy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/slimcandy/removemetaonline.git"
},
"bugs": {
"url": "https://github.com/slimcandy/removemetaonline/issues"
},
"homepage": "https://metacleaner.js.garden"
}