-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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": "plamon",
"scripts": {
"dev": "next dev",
"build": "next build",
"now-build": "npm run build",
"start": "next start",
"postinstall": "npx patch-package"
},
"devDependencies": {
"@types/node": "^15.12.0",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.3.2"
},
"dependencies": {
"@discordjs/form-data": "^3.0.1",
"@types/hex2dec": "^1.1.2",
"@types/sharp": "^0.29.5",
"axios": "^0.21.1",
"discord-api-types": "^0.26.1",
"domhandler": "^4.3.0",
"domutils": "^2.8.0",
"dotenv": "^10.0.0",
"form-data": "^4.0.0",
"hex2dec": "^1.1.2",
"htmlparser2": "^7.2.0",
"next": "^10.2.3",
"node-vibrant": "^3.2.1-alpha.1",
"patch-package": "^6.4.7",
"querystring": "^0.2.1",
"raw-body": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.30.0",
"tweetnacl": "^1.0.3",
"vercel": "^23.1.2"
}
}