-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "blueprint",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --host --port 3000",
"test": "vitest",
"build": "vite build",
"preview": "vite preview --host"
},
"dependencies": {
"@mantine/carousel": "8.2.8",
"@mantine/code-highlight": "8.2.8",
"@mantine/core": "8.2.8",
"@mantine/hooks": "8.2.8",
"@mantine/spotlight": "8.2.8",
"@tabler/icons-react": "^3.34.1",
"@tanstack/react-query": "^5.85.9",
"embla-carousel-react": "^8.6.0",
"immer": "^10.1.3",
"js-convert-case": "^4.2.0",
"motion": "^12.29.2",
"nextstepjs": "^2.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^5.0.0",
"vitest": "^3.2.4",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tanstack/eslint-config": "^0.3.4",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.5.0",
"jiti": "^2.6.1",
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.48.1",
"vite": "^7.1.4"
}
}