-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.46 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
{
"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",
"test": "node --test scripts/velocity/*.test.mjs scripts/neuro-content.test.mjs scripts/neuro-publication.test.mjs scripts/blog-metadata.test.mjs scripts/radar-local.test.mjs scripts/homepage-order.test.mjs scripts/team-openings.test.mjs scripts/neuro-atlas*.test.mjs"
},
"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",
"@next/third-parties": "^15.5.20",
"d3-force": "^3.0.0",
"envalid": "^8.1.1",
"framer-motion": "^13.0.0",
"fuse.js": "^7.0.0",
"iron-session": "^8.0.4",
"next": "15.5.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-force-graph-2d": "^1.29.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/d3-force": "^3.0.10",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"gray-matter": "^4.0.3",
"jsdom": "^30.0.1",
"postcss": "^8.4.0",
"remark": "^15.0.0",
"remark-html": "^16.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}