forked from diego3g/webcontainers-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "livedocs",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-javascript": "6.1.4",
"@tiptap/core": "^2.0.0-beta.209",
"@tiptap/extension-document": "2.0.0-beta.217",
"@tiptap/extension-placeholder": "2.0.0-beta.217",
"@tiptap/pm": "2.0.0-beta.217",
"@tiptap/react": "2.0.0-beta.217",
"@tiptap/starter-kit": "2.0.0-beta.217",
"@uiw/codemirror-theme-aura": "4.19.9",
"@uiw/codemirror-themes": "4.19.9",
"@uiw/react-codemirror": "4.19.9",
"@uiw/react-textarea-code-editor": "2.1.1",
"@webcontainer/api": "1.0.0",
"ansi-to-html": "0.7.2",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rocketseat/eslint-config": "1.2.0",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"eslint": "8.34.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5",
"vite": "^4.1.1"
}
}