forked from get-convex/convex-tour-chat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 766 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
{
"name": "convex-tour-chat-0",
"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 --run init --until-success"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"convex": "1.16.0",
"prettier": "3.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.26.2"
},
"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",
"npm-run-all": "^4.1.5",
"typescript": "~5.0.3",
"vite": "5.2.10"
}
}