-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"name": "anime-helper",
"version": "2.2.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@elysiajs/jwt": "^1.1.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/react": "^2.4.8",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/xml2js": "^0.4.14",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"cookie": "^1.0.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"elysia": "^1.1.22",
"framer-motion": "~11.1.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"nanoid": "^5.0.7",
"next": "14.2.15",
"postcss": "^8.4.47",
"react": "^18",
"react-dom": "^18",
"recoil": "^0.7.7",
"tailwindcss": "^3.4.14",
"xml2js": "^0.6.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18"
}
}