-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.71 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
{
"name": "vite-react-tailwind-starter",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.6.9",
"@codesandbox/sandpack-themes": "^2.0.21",
"@headlessui/react": "^1.7.16",
"@iconify/iconify": "^2.1.0",
"@monaco-editor/react": "^4.5.1",
"@radix-ui/react-tooltip": "^1.0.6",
"@sinm/react-file-tree": "^1.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tinymce/tinymce-react": "^4.2.0",
"@types/lodash": "^4.14.196",
"@types/uuid": "^8.3.3",
"@vitejs/plugin-react": "^4.0.3",
"dayjs": "^1.10.7",
"i18next": "^23.4.1",
"i18next-browser-languagedetector": "^7.1.0",
"interactjs": "^1.10.17",
"lodash": "^4.17.21",
"monaco-editor": "^0.41.0",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.3",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"recoil": "^0.7.5",
"shepherd.js": "^11.1.1",
"telefunc": "^0.1.58",
"tinymce": "^5",
"usehooks-ts": "^2.9.1",
"uuid": "^8.3.2",
"xterm": "^5.2.1",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"@iconify/react": "^3.1.1",
"@types/quill": "^2.0.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.3.3",
"babel-preset-es2015": "^6.24.1",
"postcss": "^8.4.16",
"sass": "^1.64.2",
"tailwindcss": "^3.3.3",
"tailwindcss-themeable": "^1.3.0",
"typescript": "^4.8.2",
"vite": "^4.4.7"
}
}