forked from ragtag-archive/archive-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "archive-browser",
"version": "0.1.0",
"private": false,
"license": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react-linkify": "^1.0.1",
"amplitude-js": "^8.21.9",
"axios": "^1.4.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.1",
"next": "13.4.9",
"nprogress": "^0.2.0",
"pretty-bytes": "^6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-linkify": "^1.0.0-alpha",
"react-query": "^3.39.3",
"react-srv3": "^1.0.3",
"sharp": "^0.32.1",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@tailwindcss/ui": "^0.7.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.4.1",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"postcss": "^8.4.25",
"postcss-preset-env": "^9.0.0",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
}
}