bw-mini-app/package.json

78 lines
2.1 KiB
JSON

{
"name": "bw-mini-app",
"version": "1.0.0",
"private": true,
"description": "图生图 风格转换 ",
"templateInfo": {
"name": "default",
"typescript": true,
"css": "None",
"framework": "React"
},
"scripts": {
"claude": "claude --dangerously-skip-permissions",
"prepare": "husky",
"dev": "vite",
"build": "vite build",
"build:check": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx --fix"
},
"browserslist": {
"development": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"production": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
]
},
"author": "",
"dependencies": {
"@reduxjs/toolkit": "^2.9.0",
"@stripe/stripe-js": "^7.9.0",
"@types/node": "^24.5.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.26.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.4.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.1.2",
"jest-environment-jsdom": "^30.1.2",
"lint-staged": "^16.1.2",
"postcss": "^8.4.38",
"stylelint": "^16.4.0",
"stylelint-config-standard": "^38.0.0",
"tailwindcss": "^4.1.12",
"ts-jest": "^29.4.1",
"typescript": "^5.4.5",
"vite": "^5.4.0"
}
}