forked from viveknigam3003/canvas-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.77 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
{
"name": "canvas-editor",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"postinstall": "patch-package && script/fabricBuilder.sh"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@ffmpeg/core": "^0.12.5",
"@ffmpeg/ffmpeg": "^0.12.9",
"@ffmpeg/util": "^0.12.1",
"@mantine/core": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@minoru/react-dnd-treeview": "^3.4.4",
"@reduxjs/toolkit": "^1.9.7",
"@tabler/icons-react": "^2.40.0",
"@types/fontfaceobserver": "^2.1.3",
"axios": "^1.6.1",
"deep-diff": "^1.0.2",
"diff": "^5.1.0",
"fabric": "^5.3.0",
"fontfaceobserver": "^2.3.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"redux-saga": "^1.2.3"
},
"devDependencies": {
"@types/deep-diff": "^1.0.5",
"@types/diff": "^5.0.8",
"@types/fabric": "^5.3.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@viveknigam3003/quickdocs": "^0.1.9",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"patch-package": "^8.0.0",
"prettier": "^3.1.0",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-svgr": "^4.2.0"
}
}