ptools-v2/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2024-10-15 15:31:17 +09:00
{
2024-10-26 17:57:34 +09:00
"name": "ptools",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
2024-10-15 15:31:17 +09:00
"dependencies": {
2025-03-19 15:10:18 +09:00
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"@monaco-editor/react": "^4.7.0",
2024-10-29 21:04:49 +09:00
"@uidotdev/usehooks": "^2.4.1",
2024-10-27 12:34:54 +09:00
"clsx": "^2.1.1",
2025-03-19 15:10:18 +09:00
"framer-motion": "^11.18.2",
2024-10-27 19:38:59 +09:00
"json5": "^2.2.3",
2024-10-28 21:33:41 +09:00
"moment": "^2.30.1",
2024-10-16 21:44:35 +09:00
"normalize.css": "^8.0.1",
2024-10-26 17:57:34 +09:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-tooltip": "^5.28.0",
2024-10-26 17:57:34 +09:00
"recoil": "^0.7.7",
2024-10-28 21:33:41 +09:00
"strtime": "^1.1.2",
2025-03-19 15:10:18 +09:00
"styled-components": "^6.1.16",
"yaml": "^2.7.0"
2024-10-26 17:57:34 +09:00
},
"devDependencies": {
2025-03-19 15:10:18 +09:00
"@eslint/js": "^9.22.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
2025-01-16 09:16:14 +09:00
"monaco-editor": "^0.52.2",
2025-03-19 15:10:18 +09:00
"sass-embedded": "^1.86.0",
2024-10-26 17:57:34 +09:00
"sharp": "^0.33.5",
2025-03-19 15:10:18 +09:00
"typescript": "~5.6.3",
"typescript-eslint": "^8.26.1",
"vite": "^5.4.14",
2024-10-26 17:57:34 +09:00
"vite-plugin-image-optimizer": "^1.1.8"
2024-10-15 15:31:17 +09:00
}
}