-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.67 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
54
55
{
"name": "matrix-art",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"coverage": "vitest run --coverage",
"test": "vitest",
"test:ui": "vitest --ui"
},
"dependencies": {
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz",
"buffer": "^6.0.3",
"events": "^3.3.0",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"inquirer": "^9.1.4",
"matrix-events-sdk": "^0.0.1",
"matrix-js-sdk": "^23.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.4",
"react-plock": "github:MTRNord/react-plock#MTRNord/patch-react",
"react-router-dom": "^6.7.0",
"react-spinners": "^0.13.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/events": "^3.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react-swc": "^3.0.1",
"@vitest/ui": "^0.27.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-plugin-tailwindcss": "^3.8.0",
"eslint-plugin-unicorn": "^45.0.2",
"jsdom": "^21.1.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.5",
"vite-plugin-ejs": "^1.6.4",
"vitest": "^0.27.3"
}
}