-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ui",
"version": "4.12.0",
"description": "",
"scripts": {
"start": "vite --open",
"preview": "vite preview --open",
"build": "BUILD_COMMIT_HASH=\"$(git describe --always --dirty)\" vite build",
"typecheck": "tsc --noEmit",
"stylelint": "stylelint \"src/**/*.css\"",
"stylelint:fix": "stylelint --fix \"src/**/*.css\"",
"eslint": "eslint \"src\"",
"eslint:fix": "eslint --fix \"src\""
},
"keywords": [],
"author": "",
"license": "ISC",
"prettier": {
"singleQuote": true
},
"dependencies": {
"@atproto/api": "^0.13.0",
"@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.64.1",
"@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",
"p-queue": "npm:@nmann/p-queue@^8.1.1",
"punycode2": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
"typescript": "^5",
"vite": "^6.2.1"
}
}