46 lines
1.2 KiB
JSON
46 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": {
|
|
"@catppuccin/palette": "^1.7.1",
|
|
"@monaco-editor/react": "^4.8.0-rc.3",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"history": "^5.3.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"monaco-themes": "^0.4.8",
|
|
"pako": "^2.1.0",
|
|
"react": "^19.2.4",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^19.2.4",
|
|
"styled-components": "^6.3.11",
|
|
"whatwg-mimetype": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^25.3.0",
|
|
"@types/pako": "^2.0.4",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/whatwg-mimetype": "^3.0.2",
|
|
"@vitejs/plugin-react-swc": "^4.2.3",
|
|
"eslint": "^10.0.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.3.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.56.1",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|