mirror of https://github.com/ekzhang/rustpad
41 lines
1021 B
JSON
41 lines
1021 B
JSON
{
|
|
"name": "rustpad",
|
|
"type": "module",
|
|
"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",
|
|
"framer-motion": "^4.1.17",
|
|
"lodash.debounce": "^4.0.8",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"rustpad-wasm": "file:./rustpad-wasm/pkg",
|
|
"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",
|
|
"monaco-editor": "^0.31.1",
|
|
"prettier": "2.5.1",
|
|
"typescript": "~5.5.3",
|
|
"vite": "^5.3.4",
|
|
"vite-plugin-top-level-await": "^1.4.1",
|
|
"vite-plugin-wasm": "^3.3.0"
|
|
},
|
|
"overrides": {
|
|
"@swc/core": "~1.6.13"
|
|
}
|
|
}
|