forked from ericc-ch/copilot-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 678 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 678 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
{
"name": "copilot-api-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite build --watch --mode development",
"build": "vite build",
"lint": "eslint --cache src"
},
"dependencies": {
"@tanstack/react-query": "^5.62.0",
"@tremor/react": "^3.18.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}