32 lines
837 B
JSON
32 lines
837 B
JSON
{
|
|
"name": "silphius-next",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "remix vite:build",
|
|
"dev": "remix vite:dev",
|
|
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
|
|
"start": "remix-serve ./build/server/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@remix-run/node": "^2.9.2",
|
|
"@remix-run/react": "^2.9.2",
|
|
"@remix-run/serve": "^2.9.2",
|
|
"isbot": "^4.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^2.9.2",
|
|
"eslint": "^8.38.0",
|
|
"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",
|
|
"vite": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
} |