forked from ekzhang/rustpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "rustpad",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@monaco-editor/react": "^4.3.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.0.2",
"@radix-ui/react-select": "^1.2.1",
"allotment": "^1.17.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"framer-motion": "^4.1.17",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.216.0",
"monaco-vim": "^0.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"rustpad-wasm": "file:./rustpad-wasm/pkg",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"use-local-storage-state": "^13.0.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.3",
"autoprefixer": "^10.4.14",
"monaco-editor": "^0.31.1",
"postcss": "^8.4.23",
"prettier": "2.5.1",
"tailwindcss": "^3.3.2",
"typescript": "~4.5.4",
"vite": "^2.7.7"
}
}