-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "evs",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@ai-sdk/google": "^3.0.43",
"@ai-sdk/react": "^3.0.118",
"@axiomhq/js": "^1.4.0",
"@tailwindcss/postcss": "^4.2.1",
"ai": "^6.0.116",
"babel-plugin-react-compiler": "^1.0.0",
"clsx": "^2.1.1",
"fathom-client": "^3.7.2",
"next": "^16.1.6",
"react": "^19.2.3",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.16",
"zod": "^4.3.6"
},
"scripts": {
"build": "next build",
"prettify": "prettier --write . '!scripts/choose-ev-export.json'",
"dev": "next dev"
},
"devDependencies": {
"@types/node": "^22.19.15",
"@types/react": "^19.2.14",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
}
}