LP_Bot/package.json
2023-12-06 15:01:33 +08:00

100 lines
2.4 KiB
JSON

{
"name": "lp-react",
"private": true,
"version": "0.0.1",
"type": "module",
"homepage": "./",
"scripts": {
"start": "npm run dev",
"dev": "vite --host --port 8000",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@line/liff": "^2.22.3",
"@types/lodash": "^4.14.197",
"@types/node": "^20.2.5",
"antd": "^5.11.3",
"axios": "^1.5.0",
"bootstrap": "^5.3.0",
"breakpoint-sass": "^3.0.0",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.0.0",
"events": "^3.3.0",
"firebase": "^10.5.2",
"gsap": "^3.12.2",
"immer": "^9.0.21",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"miragejs": "^0.1.47",
"moment": "^2.29.4",
"nosleep.js": "^0.12.0",
"numeral": "^2.0.6",
"path": "^0.12.7",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-fast-marquee": "^1.6.0",
"react-fitty": "^1.0.1",
"react-iframe": "^1.8.5",
"react-infinite-scroll-component": "^6.1.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.15.0",
"react-scroll": "^1.8.9",
"react-spinners": "^0.13.8",
"react-timer-hook": "^3.0.7",
"react-use": "^17.4.0",
"rxjs": "^7.8.1",
"sass": "^1.66.1",
"string-width": "^6.1.0",
"styled-components": "^5.3.6",
"swiper": "^8.4.5",
"ts-key-enum": "^2.0.12",
"use-immer": "^0.9.0",
"use-onclickoutside": "^0.4.1",
"use-reducer-async": "^2.1.1",
"uuid": "^9.0.0",
"vconsole": "^3.15.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}