45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "paste",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write '**/*.ts' '**/*.tsx' '**/*.css'"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@catppuccin/palette": "^1.7.1",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"history": "^5.3.0",
|
|
"monaco-editor": "^0.52.0",
|
|
"monaco-themes": "^0.4.4",
|
|
"pako": "^2.1.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"styled-components": "^6.1.13",
|
|
"whatwg-mimetype": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@types/pako": "^2.0.3",
|
|
"@types/whatwg-mimetype": "^3.0.2",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.14.0",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.18.2",
|
|
"vite": "^6.0.5",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-organize-imports": "^4.1.0"
|
|
}
|
|
}
|