50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "skeleton",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"sideEffects": false,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"build": "remix vite:build",
|
||
|
"dev": "node ./server.js",
|
||
|
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
|
||
|
"start": "cross-env NODE_ENV=production node ./server.js",
|
||
|
"typecheck": "tsc"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@duogeeks/hello-world": "workspace:^",
|
||
|
"@remix-run/express": "^2.8.1",
|
||
|
"@remix-run/node": "^2.8.1",
|
||
|
"@remix-run/react": "^2.8.1",
|
||
|
"compression": "^1.7.4",
|
||
|
"express": "^4.18.2",
|
||
|
"isbot": "^4.1.0",
|
||
|
"morgan": "^1.10.0",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@remix-run/dev": "^2.8.1",
|
||
|
"@types/compression": "^1.7.5",
|
||
|
"@types/express": "^4.17.20",
|
||
|
"@types/morgan": "^1.9.9",
|
||
|
"@types/react": "^18.2.20",
|
||
|
"@types/react-dom": "^18.2.7",
|
||
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||
|
"@typescript-eslint/parser": "^6.7.4",
|
||
|
"cross-env": "^7.0.3",
|
||
|
"eslint": "^8.38.0",
|
||
|
"eslint-import-resolver-typescript": "^3.6.1",
|
||
|
"eslint-plugin-import": "^2.28.1",
|
||
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||
|
"eslint-plugin-react": "^7.33.2",
|
||
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||
|
"typescript": "^5.1.6",
|
||
|
"vite": "^5.1.0",
|
||
|
"vite-tsconfig-paths": "^4.2.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=18.0.0"
|
||
|
}
|
||
|
}
|