forked from ClearskyApp06/ClearskyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 980 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 980 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
35
36
37
38
39
{
"name": "ui",
"version": "4.9.0",
"description": "",
"scripts": {
"start": "vite --open",
"preview": "vite preview --open",
"build": "BUILD_COMMIT_HASH=\"$(git describe --always --dirty)\" vite build",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"prettier": {
"singleQuote": true
},
"dependencies": {
"@atproto/api": "^0.10.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.20",
"@mui/styles": "^5.14.20",
"@tanstack/react-query": "^5.61.4",
"@yornaath/batshit": "^0.10.1",
"ag-grid-community": "^31.0.2",
"ag-grid-react": "^31.0.3",
"fuse.js": "^7.0.0",
"iso-web": "^1.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5",
"vite": "^6.0.1"
}
}