forked from lest-day/WikitDB
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
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
{
"name": "wikitdb",
"version": "1.0.0",
"description": "None",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.18",
"@tailwindcss/postcss": "^4.1.18",
"@upstash/redis": "latest",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0",
"cookie": "^0.6.0",
"jsonwebtoken": "^9.0.2",
"lightweight-charts": "^4.2.1",
"next": "15.5.10",
"postcss": "^8.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"recharts": "^2.12.2",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"eslint": "8.51.0",
"eslint-config-next": "13.5.6"
},
"engines": {
"node": ">=18.0.0"
}
}