Files
lucko-paste/package.json

46 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
"@catppuccin/palette": "^1.7.1",
2026-02-23 20:34:19 +00:00
"@monaco-editor/react": "^4.8.0-rc.3",
2023-12-03 11:29:57 +00:00
"copy-to-clipboard": "^3.3.3",
"history": "^5.3.0",
2026-02-23 20:34:19 +00:00
"monaco-editor": "^0.55.1",
"monaco-themes": "^0.4.8",
2023-12-03 11:29:57 +00:00
"pako": "^2.1.0",
2026-02-23 20:34:19 +00:00
"react": "^19.2.4",
2023-12-03 11:29:57 +00:00
"react-device-detect": "^2.2.3",
2026-02-23 20:34:19 +00:00
"react-dom": "^19.2.4",
"styled-components": "^6.3.11",
2026-02-26 21:50:44 +00:00
"whatwg-mimetype": "^3.0.0"
2022-11-06 22:46:13 +00:00
},
"devDependencies": {
2026-02-23 20:34:19 +00:00
"@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",
2023-12-03 11:29:57 +00:00
"@types/whatwg-mimetype": "^3.0.2",
2026-02-23 20:34:19 +00:00
"@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"
2021-03-26 22:00:12 +00:00
}
}