ptools-v2/package.json
Minhyeok Park 4ac92e5fa2
All checks were successful
/ deploy_site (push) Successful in 1m33s
feat: add many transforms
2024-10-27 19:38:59 +09:00

42 lines
1.0 KiB
JSON

{
"name": "ptools",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@monaco-editor/react": "^4.6.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.10",
"json5": "^2.2.3",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recoil": "^0.7.7",
"styled-components": "^6.1.13",
"yaml": "^2.6.0"
},
"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"
}
}