-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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": "library-ui",
"version": "1.0.0",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"lint": "eslint .",
"test": "npx playwright test",
"test:debug": "npx playwright test --ui"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"@eslint/js": "^9.12.0",
"@iconify-icon/react": "^2.1.0",
"@playwright/test": "^1.48.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"pre-commit": "^1.2.2",
"vite": "^5.4.9"
},
"dependencies": {
"@mantine/carousel": "^7.13.3",
"@mantine/core": "^7.13.3",
"@mantine/form": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/modals": "^7.13.3",
"@mantine/notifications": "^7.13.3",
"@mantine/spotlight": "^7.13.3",
"@reduxjs/toolkit": "^2.3.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.7",
"embla-carousel-react": "^7.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-i18next": "^15.0.3",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0"
}
}