-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
78 lines (78 loc) · 2.64 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "zagydraw",
"version": "0.1.0",
"description": "",
"private": true,
"author": "Zagy",
"packageManager": "pnpm@8.6.3",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint src --max-warnings=0",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@testing-library/user-event": "^14.4.3",
"@types/throttle-debounce": "^5.0.0",
"browser-fs-access": "^0.34.1",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"lucide-react": "^0.268.0",
"nanoid": "^4.0.2",
"perfect-freehand": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"roughjs": "^4.5.2",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss-animate": "^1.0.6",
"throttle-debounce": "^5.0.0",
"ts-toolbelt": "^9.6.0",
"use-debounce": "^9.0.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.15.13",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/ui": "^0.30.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"happy-dom": "^9.9.2",
"jest-canvas-mock": "2.4.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.23",
"prettier": "2.8.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1"
}
}