-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 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
{
"name": "interactsh-web",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@headlessui/react": "^2.2.0",
"@vercel/analytics": "^1.4.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"date-fns": "^4.1.0",
"js-file-download": "^0.4.12",
"next": "^16.0.7",
"next-themes": "^0.4.3",
"node-rsa": "^1.1.1",
"prismjs": "^1.29.0",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-error-boundary": "^5.0.0",
"sass": "^1.83.0",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.14",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node-rsa": "^1.1.4",
"@types/prismjs": "^1.26.5",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react@rc",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^16.0.7",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}