-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.08 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.08 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "element-admin",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-admin.git"
},
"bugs": {
"url": "https://github.com/element-hq/element-admin/issues"
},
"license": "SEE LICENSE IN README.md",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"serve": "vite preview",
"knip": "knip && knip --production",
"lint": "oxlint && stylelint 'src/**/*.css' && oxfmt --check",
"fix": "oxlint --fix && stylelint --fix 'src/**/*.css' && oxfmt",
"i18n:extract": "formatjs extract --throws --format crowdin 'src/**/*.{ts,tsx}' --out-file translations/extracted/en.json && oxfmt translations/extracted/en.json",
"i18n:download": "localazy download && pnpm i18n:normalize && oxfmt translations/translated/",
"i18n:normalize": "node scripts/i18n-normalize-plurals.mjs",
"i18n:compile": "pnpm i18n:normalize && formatjs compile-folder --format crowdin --ast translations/translated/ translations/compiled/ && oxfmt translations/compiled",
"openapi-ts": "openapi-ts",
"prepare": "husky",
"browserslist": "browserslist",
"test": "playwright test"
},
"dependencies": {
"@floating-ui/react": "0.27.19",
"@fontsource/inconsolata": "5.2.8",
"@fontsource/inter": "5.2.8",
"@formatjs/intl-localematcher": "0.8.10",
"@js-temporal/polyfill": "0.5.1",
"@radix-ui/react-dialog": "1.1.17",
"@tanstack/query-persist-client-core": "5.101.1",
"@tanstack/react-pacer": "0.22.1",
"@tanstack/react-query": "5.101.1",
"@tanstack/react-router": "1.170.16",
"@tanstack/react-table": "8.21.3",
"@tanstack/react-virtual": "3.14.3",
"@vector-im/compound-design-tokens": "10.2.2",
"@vector-im/compound-web": "9.6.0",
"classnames": "2.5.1",
"idb-keyval": "6.2.5",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-error-boundary": "6.1.2",
"react-hot-toast": "2.6.0",
"react-intl": "10.1.13",
"semver": "7.8.5",
"use-broadcast-ts": "2.0.1",
"valibot": "1.4.1",
"vaul": "1.1.2",
"zustand": "5.0.14"
},
"devDependencies": {
"@axe-core/playwright": "4.12.1",
"@formatjs/cli": "6.16.11",
"@formatjs/icu-messageformat-parser": "3.5.11",
"@formatjs/unplugin": "1.1.19",
"@hey-api/openapi-ts": "0.99.0",
"@localazy/cli": "2.0.11",
"@playwright/test": "1.61.1",
"@rolldown/plugin-babel": "0.2.3",
"@tailwindcss/vite": "4.3.1",
"@tanstack/devtools-vite": "0.8.1",
"@tanstack/eslint-plugin-query": "5.101.1",
"@tanstack/eslint-plugin-router": "1.162.0",
"@tanstack/react-devtools": "0.10.8",
"@tanstack/react-pacer-devtools": "0.7.1",
"@tanstack/react-query-devtools": "5.101.1",
"@tanstack/react-router-devtools": "1.167.0",
"@tanstack/router-plugin": "1.168.18",
"@tsconfig/strictest": "2.0.8",
"@tsconfig/vite-react": "8.0.6",
"@types/babel__core": "7.20.5",
"@types/node": "26.0.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/semver": "7.7.1",
"@vitejs/plugin-react": "6.0.3",
"babel-plugin-react-compiler": "1.0.0",
"browserslist": "4.28.4",
"eslint-plugin-formatjs": "6.4.15",
"eslint-plugin-react-hooks": "7.1.1",
"husky": "9.1.7",
"knip": "6.20.0",
"lint-staged": "17.0.8",
"oxfmt": "0.56.0",
"oxlint": "1.71.0",
"oxlint-tsgolint": "0.23.0",
"stylelint": "17.14.0",
"stylelint-config-standard": "40.0.0",
"stylelint-config-tailwindcss": "1.0.1",
"tailwindcss": "4.3.1",
"typescript": "6.0.3",
"vite": "8.1.0"
},
"lint-staged": {
"*": [
"oxfmt"
],
"*.{ts,tsx,js,jsx}": [
"oxlint --fix"
],
"*.css": [
"stylelint --fix"
]
},
"knip": {
"entry": [
"src/base.css!",
"src/prerender.tsx!"
],
"project": [
"src/**/*!"
],
"ignore": [
"src/api/mas/api/**/*",
"src/api/synapse.ts"
]
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}