84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"name": "silphius-next",
|
|
"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",
|
|
"storybook": "storybook dev -p 11337 --no-open",
|
|
"test": "vitest app"
|
|
},
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^3.0.0-beta2",
|
|
"@pixi/filter-adjustment": "^5.1.1",
|
|
"@pixi/filter-color-matrix": "^7.4.2",
|
|
"@pixi/filter-glow": "^5.2.1",
|
|
"@pixi/layers": "^2.1.0",
|
|
"@pixi/lights": "^4.1.0",
|
|
"@pixi/particle-emitter": "^5.0.8",
|
|
"@pixi/react": "^7.1.2",
|
|
"@pixi/spritesheet": "^7.4.2",
|
|
"@pixi/tilemap": "^4.1.0",
|
|
"@react-hook/resize-observer": "^2.0.1",
|
|
"@remix-run/express": "^2.11.2",
|
|
"@remix-run/node": "^2.11.2",
|
|
"@remix-run/react": "^2.11.2",
|
|
"@remix-run/serve": "^2.11.2",
|
|
"alea": "^1.0.1",
|
|
"compression": "^1.7.4",
|
|
"cross-env": "^7.0.3",
|
|
"express": "^4.19.2",
|
|
"idb-keyval": "^6.2.1",
|
|
"immutable": "^5.0.2",
|
|
"isbot": "^4.1.0",
|
|
"kefir": "^3.8.8",
|
|
"morgan": "^1.10.0",
|
|
"pixi.js": "^7.4.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-tabs": "^6.0.2",
|
|
"remark-mdx": "^3.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"simplex-noise": "^4.0.1",
|
|
"sylvite": "^1.0.6",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit-parents": "^6.0.1",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^1.5.0",
|
|
"@remix-run/dev": "^2.11.2",
|
|
"@storybook/addon-essentials": "^8.1.6",
|
|
"@storybook/addon-interactions": "^8.1.6",
|
|
"@storybook/addon-links": "^8.1.6",
|
|
"@storybook/blocks": "^8.1.6",
|
|
"@storybook/react": "^8.1.6",
|
|
"@storybook/react-vite": "^8.1.6",
|
|
"@storybook/test": "^8.1.6",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@vitest/browser": "^2.0.5",
|
|
"@vitest/coverage-v8": "^2.0.5",
|
|
"autoprefixer": "^10.4.19",
|
|
"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",
|
|
"image-size": "^1.1.1",
|
|
"jimp": "^1.6.0",
|
|
"playwright": "^1.47.0",
|
|
"postcss": "^8.4.38",
|
|
"storybook": "^8.1.6",
|
|
"vite": "^5.1.0",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"packageManager": "npm@10.5.2",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|