43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "issp5-front-end",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"homepage": "https://JBB0807.github.io/ISSP5-Front-End",
|
|
"scripts": {
|
|
"dev": "vite --mode development",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-css": "^6.2.0",
|
|
"@codemirror/lang-html": "^6.4.3",
|
|
"@codemirror/lang-javascript": "^6.1.9",
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@uiw/codemirror-theme-vscode": "^4.21.9",
|
|
"@uiw/react-codemirror": "^4.21.9",
|
|
"express": "^5.1.0",
|
|
"framer-motion": "^12.9.7",
|
|
"monaco-editor": "^0.52.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^6.27.0",
|
|
"sass": "^1.86.3",
|
|
"serve-handler": "^6.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@flydotio/dockerfile": "^0.7.10",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|