You've already forked xteink-flasher
mirror of
https://github.com/crosspoint-reader/xteink-flasher.git
synced 2026-04-29 10:25:18 -07:00
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "xteink-flasher",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "yarn eslint --max-warnings 0 --cache && yarn prettier --check . && yarn tsc",
|
|
"lint:fix": "yarn eslint --max-warnings 0 --cache --fix && yarn prettier --write .",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^3.32.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@vercel/functions": "^3.4.1",
|
|
"classnames": "^2.5.1",
|
|
"crc": "^4.3.2",
|
|
"esptool-js": "patch:esptool-js@npm%3A0.5.7#~/.yarn/patches/esptool-js-npm-0.5.7-bd6223d76a.patch",
|
|
"next": "16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-icons": "^5.5.0",
|
|
"react-window": "^2.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^2.0.2",
|
|
"@eslint/js": "^9.39.2",
|
|
"@stylistic/eslint-plugin": "^5.7.1",
|
|
"@types/dom-serial": "^1.0.6",
|
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.10.11",
|
|
"@types/react": "^19.2.13",
|
|
"@types/react-dom": "^19.2.3",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-airbnb-extended": "^2.3.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import-x": "^4.16.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"globals": "^16.5.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.54.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"yarn eslint --cache --fix --max-warnings 0 --no-warn-ignored",
|
|
"yarn prettier --write"
|
|
]
|
|
},
|
|
"packageManager": "yarn@4.11.0"
|
|
}
|