-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
74 lines (74 loc) · 2.05 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "oneclick",
"private": true,
"version": "1.2.0",
"description": "Navigate to your favorite actions on the websites you love with just one click.",
"homepage": "https://oneclickweb.netlify.app",
"license": "Apache-2.0",
"author": "arifszn",
"repository": {
"type": "git",
"url": "https://github.com/arifszn/oneclick.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx .",
"lint:fix": "eslint --ext .js,.jsx --fix .",
"prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}'",
"prettier:fix": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'",
"build:extension:chrome": "vite build --config extension.config.js && cp public/extension-chrome-manifest.json dist/manifest.json",
"build:extension:firefox": "vite build --config extension.config.js && cp public/extension-firefox-manifest.json dist/manifest.json"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.18",
"daisyui": "^3.0.20",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.24",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react-icons": "^4.10.1",
"tailwindcss": "^3.1.8",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.16.3"
},
"keywords": [
"shortcuts",
"awesome shortcuts",
"awesome shortcut",
"awesome .new",
"awesome new shortcuts",
"create shortcuts",
".new",
"create new",
".new shortcuts",
".new website",
"dot new",
".new",
"create .new",
"vite",
"react",
"javascript",
"shortcut",
"awesome",
"one click",
"one click shortcut",
"awesome list",
"extension",
"browser extension",
"navigation",
"awesome create"
]
}