-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1015 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1015 Bytes
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
{
"name": "React Template",
"version": "1.0.0",
"type": "module",
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-codemirror": "1.0.8",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4",
"vite": "^3.0.4"
},
"dependencies": {
"@ant-design/icons": "5.2.5",
"@codemirror/lang-javascript": "6.2.1",
"@lark-base-open/js-sdk": "^0.2.1",
"@lezer/highlight": "1.1.6",
"@uiw/codemirror-themes": "4.21.12",
"@uiw/react-codemirror": "4.21.12",
"antd": "^5.7.3",
"codemirror": "6.0.1",
"i18next": "^23.4.6",
"jsqr": "1.4.0",
"react-codemirror": "1.0.0",
"react-i18next": "^13.2.2",
"simplemde": "1.11.2"
}
}