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
|
{
"name": "archive-browser",
"version": "0.1.0",
"license": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.20",
"axios": "^1.18.1",
"linkify-react": "^4.3.3",
"linkifyjs": "^4.3.3",
"next": "14.2.35",
"pretty-bytes": "^6.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-srv3": "^1.0.4",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@tailwindcss/ui": "^0.7.2",
"@types/node": "^18.19.130",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"postcss": "^8.5.24",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.19",
"typescript": "^4.9.5"
}
}
|