-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "research-website-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"prebuild": "node scripts/build-content.mjs",
"dev": "node scripts/build-content.mjs && next dev",
"build": "node scripts/build-content.mjs && next build",
"start": "next start",
"generate-jwk": "node scripts/generate-jwk.js"
},
"dependencies": {
"@atproto/api": "^0.18.17",
"@atproto/common-web": "^0.4.13",
"@atproto/jwk-jose": "^0.1.11",
"@atproto/oauth-client-node": "^0.3.15",
"@atproto/syntax": "^0.4.3",
"envalid": "^8.1.1",
"fuse.js": "^7.0.0",
"iron-session": "^8.0.4",
"next": "15.5.9",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"gray-matter": "^4.0.3",
"postcss": "^8.4.0",
"remark": "^15.0.0",
"remark-html": "^16.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}