-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "quikkdesign",
"private": true,
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-css": "^6.1.1",
"@codemirror/lang-html": "^6.4.3",
"@codemirror/lang-javascript": "^6.1.5",
"@codemirror/language": "^6.6.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.3",
"@emmetio/codemirror6-plugin": "^0.2.0",
"@lezer/highlight": "^1.1.4",
"@replit/codemirror-css-color-picker": "^6.0.0",
"@uiw/react-codemirror": "^4.19.11",
"beautiful-react-hooks": "^4.3.0",
"clsx": "^1.2.1",
"file-saver": "^2.0.5",
"framer-motion": "^10.11.2",
"iframe-resizer": "^4.3.6",
"iframe-resizer-react": "^1.1.0",
"jszip": "^3.10.1",
"prettier": "^2.8.7",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable": "^3.0.5",
"react-simple-resizer": "^2.1.0",
"sass": "link:@codemirror/legacy-modes/mode/sass",
"vite-plugin-svgr": "^2.4.0",
"zustand": "^4.3.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.1",
"vite": "^4.3.1"
}
}