-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "reactjs-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"start:preview": "vite preview",
"start:local": "vite",
"test:ui": "npx playwright test --ui",
"test:noui": "npx playwright test"
},
"dependencies": {
"@mantine/core": "^7.17.1",
"@mantine/form": "^7.17.1",
"@mantine/hooks": "^7.17.1",
"@tabler/icons-react": "^3.31.0",
"axios": "^1.7.9",
"js-cookie": "^3.0.5",
"pino": "^9.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.3",
"vite": "^6.0.7"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"postcss": "^8.5.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^6.0.7"
}
}