-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
59 lines (59 loc) · 1.59 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
{
"name": "ddg-email-panel",
"version": "1.2.0",
"description": "DDG Email Panel is the open source unofficial DuckDuckGo Email Protection panel.",
"author": "Whatk <i@whatk.me>",
"homepage": "https://github.com/whatk233/ddg-email-panel",
"keywords": [
"duckduckgo",
"duckduckgo-email",
"nextjs",
"react"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/whatk233/ddg-email-panel.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.6",
"autoprefixer": "^10.4.16",
"cookies-next": "^2.1.2",
"jotai": "^1.13.1",
"next": "13.5.6",
"next-connect": "1.0.0-next.3",
"next-i18next": "^12.1.0",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@types/node": "18.7.13",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "8.23.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.10.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwind-scrollbar": "^2.1.0",
"typescript": "4.8.2"
}
}