mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 05:09:42 +08:00
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "solvable-sheep-game",
|
|
"private": false,
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:diy": "vite --config diy/diy.vite.config.ts",
|
|
"build": "tsc && vite build",
|
|
"build:diy": "tsc && vite build --config diy/diy.vite.config.ts",
|
|
"preview": "vite preview",
|
|
"prepare": "husky install",
|
|
"release:first": "standard-version -- --first-release",
|
|
"release": "standard-version --commit-all"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.3.2",
|
|
"clipboard": "^2.0.11",
|
|
"hydrogen-js-sdk": "^2.3.10",
|
|
"qrcode.react": "^3.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.1.2",
|
|
"@commitlint/config-conventional": "^17.1.0",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
"@typescript-eslint/parser": "^5.37.0",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.55.0",
|
|
"standard-version": "^9.5.0",
|
|
"stylelint": "^14.11.0",
|
|
"stylelint-config-prettier-scss": "^0.0.1",
|
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.1.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.md"
|
|
}
|