38 lines
1.2 KiB
JSON
Executable File
38 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "udlbook-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://udlbook.github.io/udlbook",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build",
|
|
"clean": "rm -rf node_modules build",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"react": "^18.0.2",
|
|
"react-dom": "^18.0.2",
|
|
"react-icons": "^5.0.1",
|
|
"react-router-dom": "^6.0.2",
|
|
"react-scripts": "4.0.3",
|
|
"react-scroll": "^1.8.4",
|
|
"styled-components": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"gh-pages": "^6.1.1",
|
|
"prettier": "^3.3.1",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|