-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 849 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 849 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
{
"name": "convex-tutorial",
"version": "0.0.0",
"scripts": {
"dev": "npm-run-all --parallel dev:backend dev:frontend",
"build": "tsc && vite build",
"dev:backend": "convex dev",
"dev:frontend": "vite --open",
"predev": "convex dev --once"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"convex": "1.23.0",
"openai": "^5.3.0",
"prettier": "3.5.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.20.0",
"@types/node": "^18.17.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.21",
"dotenv-cli": "^8.0.0",
"npm-run-all2": "^7.0.0",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "~5.0.3",
"vite": "^5.4.12"
}
}