Files
node-factorio-recipes/package.json
2022-08-19 19:06:36 +02:00

59 lines
1.8 KiB
JSON

{
"name": "factorio-recipes-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "tsc --noEmit && prettier --write --loglevel warn . && eslint --fix . && stylelint --fix **/*.css",
"eslint:fix": "eslint --fix .",
"stylelint:fix": " stylelint --fix **/*.css",
"prepare": "husky install",
"fetch-data": "tsc -p tsconfig.node.json && node scripts-dist/fetch/index.js",
"fetch-translations": "tsc -p tsconfig.node.json && node scripts-dist/translations/index.js"
},
"dependencies": {
"classnames": "^2.3.1",
"deepcopy": "^2.1.0",
"env-var": "^7.1.1",
"jsonschema": "^1.4.1",
"mongodb": "^4.8.1",
"next": "12.2.4",
"next-superjson-plugin": "^0.3.0",
"pako": "^2.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-intl": "^6.0.5",
"react-select": "^5.4.0",
"react-tooltip": "^4.2.21",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"@types/node": "18.6.4",
"@types/node-fetch": "^2.6.2",
"@types/pako": "^2.0.0",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/seedrandom": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"json-schema-to-typescript": "^11.0.2",
"lint-staged": "^13.0.3",
"node-fetch": "2",
"node-html-parser": "^5.4.2-0",
"prettier": "^2.7.1",
"stylelint": "^14.10.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard": "^27.0.0",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
}
}