-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "localmask",
"private": true,
"version": "1.0.3",
"type": "module",
"description": "A powerful, Manifest V3 Google Chrome extension designed to natively spoof your browser's Timezone, Geolocation, Locale, and Language headers.",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChosoMeister/LocalMask.git"
},
"author": "ChosoMeister",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChosoMeister/LocalMask/issues"
},
"homepage": "https://github.com/ChosoMeister/LocalMask#readme",
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@radix-ui/react-select": "^2.3.2",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.2",
"@tailwindcss/vite": "^4.3.2",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.2",
"clsx": "^2.1.1",
"lucide-react": "^1.23.0",
"postcss": "^8.5.16",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"vite": "^8.1.3"
}
}