ptools-v2/package.json

46 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-10-15 06:31:17 +00:00
{
2024-10-26 08:57:34 +00: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 06:31:17 +00:00
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.1.1",
2024-10-26 08:57:34 +00:00
"@monaco-editor/react": "^4.6.0",
2024-10-29 12:04:49 +00:00
"@uidotdev/usehooks": "^2.4.1",
2024-10-27 03:34:54 +00:00
"clsx": "^2.1.1",
2024-10-26 08:57:34 +00:00
"framer-motion": "^11.11.10",
2024-10-27 10:38:59 +00:00
"json5": "^2.2.3",
2024-10-28 12:33:41 +00:00
"moment": "^2.30.1",
2024-10-16 12:44:35 +00:00
"normalize.css": "^8.0.1",
2024-10-26 08:57:34 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-tooltip": "^5.28.0",
2024-10-26 08:57:34 +00:00
"recoil": "^0.7.7",
2024-10-28 12:33:41 +00:00
"strtime": "^1.1.2",
2024-10-27 10:38:59 +00:00
"styled-components": "^6.1.13",
"yaml": "^2.6.0"
2024-10-26 08:57:34 +00:00
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"sass-embedded": "^1.80.4",
"sharp": "^0.33.5",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vite-plugin-image-optimizer": "^1.1.8"
2024-10-15 06:31:17 +00:00
}
}