-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.95 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.95 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "imagekit-editor-dev",
"version": "3.0.1",
"description": "AI Image Editor powered by ImageKit",
"scripts": {
"prepack": "yarn build",
"build": "vite build",
"dev": "DEBUG=* vite build --watch",
"start": "vite build --watch",
"analyze": "vite build --mode analyze",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"keywords": [],
"author": {
"name": "ImageKit Developer",
"email": "developer@imagekit.io",
"url": "https://imagekit.io"
},
"peerDependencies": {
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
"@microsoft/api-extractor": "7.34.9",
"@types/lodash": "^4",
"@types/node": "^20.11.24",
"@types/react": "^17.0.2",
"@types/react-color": "^2",
"@types/react-dom": "^17.0.2",
"@vitejs/plugin-react": "^4.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.43.1",
"typescript": "4.9.3",
"vite": "^6.3.5",
"vite-plugin-dts": "5.0.0-beta.3"
},
"dependencies": {
"@chakra-ui/icons": "1.1.1",
"@chakra-ui/react": "1.8.9",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.1.1",
"@imagekit/javascript": "^5.1.0",
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.4.0/react-icons-all-files-5.4.0.tgz",
"@tanstack/react-virtual": "^3.13.12",
"framer-motion": "6.5.1",
"imagekit-javascript": "^3.0.2",
"lodash": "^4.17.21",
"react-best-gradient-color-picker": "^3.0.14",
"react-hook-form": "^7.60.0",
"react-select": "^5.2.1",
"zod": "^3.25.0",
"zustand": "4.5.7"
},
"license": "MIT"
}