Files
lucko-paste/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2021-03-26 22:00:12 +00:00
{
"name": "paste",
"version": "0.1.0",
"private": true,
2025-01-05 12:02:59 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write '**/*.ts' '**/*.tsx' '**/*.css'"
},
2021-03-26 22:00:12 +00:00
"dependencies": {
2025-01-05 12:02:59 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
2023-12-03 11:29:57 +00:00
"@monaco-editor/react": "^4.6.0",
2025-01-05 12:02:59 +00:00
"@catppuccin/palette": "^1.7.1",
2023-12-03 11:29:57 +00:00
"copy-to-clipboard": "^3.3.3",
"history": "^5.3.0",
2024-12-08 22:11:46 +00:00
"monaco-editor": "^0.52.0",
2023-05-08 21:18:58 +01:00
"monaco-themes": "^0.4.4",
2023-12-03 11:29:57 +00:00
"pako": "^2.1.0",
"react-device-detect": "^2.2.3",
2024-12-08 22:11:46 +00:00
"styled-components": "^6.1.13",
2022-11-06 22:46:13 +00:00
"whatwg-mimetype": "^3.0.0"
},
"devDependencies": {
2025-01-05 12:02:59 +00:00
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
2023-12-03 11:29:57 +00:00
"@types/pako": "^2.0.3",
"@types/whatwg-mimetype": "^3.0.2",
2025-01-05 12:02:59 +00:00
"@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",
2024-12-08 22:11:46 +00:00
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0"
2021-03-26 22:00:12 +00:00
}
}