-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
49
50
51
52
53
{
"name": "react-drawboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.3",
"@radix-ui/react-radio-group": "^1.1.1",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.0.2",
"browser-fs-access": "^0.33.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"compressorjs": "^1.2.1",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.1",
"fast-memoize": "^2.5.2",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"nanoid": "^4.0.1",
"perfect-freehand": "^1.2.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hotkeys-hook": "^4.3.7",
"react-i18next": "^12.2.2",
"react-icons": "^4.7.1",
"roughjs": "^4.5.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"prettier": "^3.1.0",
"typescript": "^4.9.3",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.16.3",
"vitest": "^0.34.6"
}
}