45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "obanana-postman",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc -b && vite build",
|
||
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@codemirror/basic-setup": "^0.20.0",
|
||
|
"@codemirror/commands": "^6.6.0",
|
||
|
"@codemirror/lang-json": "^6.0.1",
|
||
|
"@codemirror/state": "^6.4.1",
|
||
|
"@codemirror/view": "^6.30.0",
|
||
|
"@monaco-editor/react": "^4.6.0",
|
||
|
"autoprefixer": "^10.4.20",
|
||
|
"axios": "^1.7.3",
|
||
|
"codemirror": "^5.65.17",
|
||
|
"install": "^0.13.0",
|
||
|
"npm": "^10.8.2",
|
||
|
"postcss": "^8.4.41",
|
||
|
"pretty-bytes": "^6.1.1",
|
||
|
"react": "^18.3.1",
|
||
|
"react-codemirror2": "^8.0.0",
|
||
|
"react-dom": "^18.3.1",
|
||
|
"tailwindcss": "^3.4.7",
|
||
|
"tailwindcss-animate": "^1.0.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react": "^18.3.3",
|
||
|
"@types/react-dom": "^18.3.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
||
|
"@typescript-eslint/parser": "^7.15.0",
|
||
|
"@vitejs/plugin-react": "^4.3.1",
|
||
|
"eslint": "^8.57.0",
|
||
|
"eslint-plugin-react-hooks": "^4.6.2",
|
||
|
"eslint-plugin-react-refresh": "^0.4.7",
|
||
|
"typescript": "^5.2.2",
|
||
|
"vite": "^5.3.4"
|
||
|
}
|
||
|
}
|