33 lines
969 B
JSON
33 lines
969 B
JSON
{
|
|
"name": "chss",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"lint": "eslint . --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/noto-sans-symbols-2": "^4.5.9",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-draggable": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.3",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
"@typescript-eslint/parser": "^5.30.5",
|
|
"@vitejs/plugin-react": "^1.3.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"prettier": "^2.7.1",
|
|
"ts-node": "^10.8.2",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.5"
|
|
}
|
|
}
|