-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 870 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 870 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
36
37
38
{
"name": "voidnull-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@iconscout/react-unicons": "^2.2.5",
"@tailwindcss/postcss": "^4.0.0",
"@tippyjs/react": "^4.2.6",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.23",
"axios": "^1.13.2",
"crypto-js": "^4.2.0",
"formidable": "^3.5.4",
"next": "16.0.10",
"nprogress": "^0.2.0",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"swr": "^2.3.8",
"tailwindcss": "^4.1.18",
"validator": "^13.15.23",
"webhook-discord": "^3.7.8"
},
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"keywords": [],
"author": "voidnull",
"license": "MIT",
"description": ""
}