-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "waifu-it-website",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@tailwindcss/line-clamp": "^0.4.4",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.16",
"axios": "^1.4.0",
"chart.js": "^4.4.3",
"dotenv": "^16.3.1",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"find-config": "^1.0.0",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"mongoose": "^7.4.2",
"next": "^14.2.4",
"postcss": "^8.4.27",
"react": "18.2.0",
"react-confirm-alert": "^3.0.6",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-query": "^3.39.3",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"sharp": "^0.33.1",
"socket.io-client": "^4.7.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.3",
"typewriter-effect": "^2.21.0"
},
"main": "index.js",
"repository": "https://github.com/WaifuAPI/website.git",
"author": "kyrea",
"license": "AGPLv3"
}