forked from EsperoTech/yaade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.9 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
61
62
63
64
{
"name": "yaade-client",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@codemirror/lang-html": "^6.4.2",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/lang-markdown": "^6.1.1",
"@codemirror/lang-xml": "^6.0.2",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@hookstate/core": "^4.0.0-rc11",
"@types/jsonpath": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@uiw/codemirror-themes": "^4.21.9",
"@uiw/react-codemirror": "^4.19.9",
"allotment": "^1.10.0",
"beautify": "^0.0.8",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"framer-motion": "^6.2.8",
"json-beautify": "^1.1.1",
"jsonpath": "^1.1.1",
"luxon": "^3.3.0",
"parse-curl": "^0.2.6",
"prettier": "^2.5.1",
"random-js": "^2.1.0",
"react": "^17.0.2",
"react-command-palette": "^0.22.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.4.5",
"remark-gfm": "^3.0.1",
"usehooks-ts": "^2.4.2",
"xml-formatter": "^2.6.1"
},
"devDependencies": {
"@types/beautify": "^0.0.0",
"@types/luxon": "^3.2.0",
"@types/react": "^17.0.33",
"@types/react-command-palette": "^0.18.1",
"@types/react-dom": "^17.0.10",
"@types/react-resizable": "^1.7.4",
"@vitejs/plugin-react": "^1.0.7",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}