-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 982 Bytes
/
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
{
"name": "deweblist",
"description": "Explore the many awesome decentralized websites. Developed by RSS3.",
"version": "1.0.0",
"license": "CC0 1.0 Universal",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/blueimp-md5": "^2.18.0",
"blueimp-md5": "^2.19.0",
"clsx": "^1.2.1",
"html-to-text": "^8.2.1",
"moment": "^2.29.4",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"rss-parser": "^3.12.0"
},
"devDependencies": {
"@types/html-to-text": "^8.1.1",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}