-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
48
{
"name": "proxy-iras",
"version": "0.1.0",
"private": true,
"author": {
"name": "Agun <firedev99>",
"email": "firethedev@gmail.com",
"url": "https://www.instagram.com/tripyy_land/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@vercel/postgres": "^0.5.1",
"atob": "^2.1.2",
"cookie": "^0.5.0",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^10.15.0",
"googleapis": "^124.0.0",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"next": "13.4.12",
"nextjs-progressbar": "^0.0.16",
"pdf-parse": "^1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@types/atob": "^2.1.2",
"@types/cookie": "^0.5.1",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.199",
"@types/node": "^20.10.4",
"@types/pdf-parse": "^1.1.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"typescript": "^5.1.6"
}
}