mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 08:57:58 +03:00
94 lines
2.3 KiB
JSON
94 lines
2.3 KiB
JSON
{
|
|
"name": "tachi-client",
|
|
"version": "0.1.0-see-project-root",
|
|
"private": true,
|
|
"license": "AGPL3",
|
|
"scripts": {
|
|
"dev": "vite --open",
|
|
"build": "vite build",
|
|
"lint": "eslint src",
|
|
"lint-fix": "eslint src --fix",
|
|
"preview": "vite build && vite preview",
|
|
"typecheck": "tsc -b"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all",
|
|
"not ie <= 11"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version",
|
|
"last 1 edge version",
|
|
"not ie <= 11"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.1.0",
|
|
"@fortawesome/fontawesome-free": "5.13.0",
|
|
"@fullcalendar/core": "^6.0.0",
|
|
"@fullcalendar/daygrid": "^6.0.0",
|
|
"@fullcalendar/react": "^6.0.0",
|
|
"@nivo/bar": "0.79.1",
|
|
"@nivo/colors": "0.79.1",
|
|
"@nivo/core": "0.79.0",
|
|
"@nivo/line": "0.79.1",
|
|
"@nivo/tooltip": "0.79.0",
|
|
"@types/lodash": "4.14.172",
|
|
"@types/natural-compare": "^1.4.1",
|
|
"@types/react-google-recaptcha": "2.1.2",
|
|
"csstype": "3.1.1",
|
|
"d3-scale": "3.3.0",
|
|
"deepmerge": "4.2.2",
|
|
"dotenv": "6.2.0",
|
|
"fast-json-stable-hash": "^1.0.3",
|
|
"formik": "2.2.9",
|
|
"fs-extra": "7.0.1",
|
|
"hash.js": "1.1.7",
|
|
"humanize-duration": "3.27.0",
|
|
"json-2-csv": "3.14.4",
|
|
"lodash": "4.17.21",
|
|
"luxon": "2.0.1",
|
|
"nanoid": "3.1.23",
|
|
"natural-compare": "^1.4.0",
|
|
"pretty-bytes": "5.6.0",
|
|
"prop-types": "15.6.0",
|
|
"prudence": "0.10.0",
|
|
"react": "17.0.2",
|
|
"react-async": "10.0.1",
|
|
"react-bootstrap": "2.9.0-beta.0",
|
|
"react-dom": "17.0.2",
|
|
"react-google-recaptcha": "2.1.0",
|
|
"react-hot-toast": "2.0.0",
|
|
"react-markdown": "7.0.1",
|
|
"react-query": "3.18.1",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "5.1.2",
|
|
"react-select": "^5.6.1",
|
|
"rg-stats": "1.1.0",
|
|
"sync-fetch": "^0.3.1",
|
|
"tachi-common": "workspace:../common",
|
|
"vite-plugin-html": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/history": "4.7.11",
|
|
"@types/humanize-duration": "3.25.1",
|
|
"@types/luxon": "1.27.1",
|
|
"@types/react": "17.0.13",
|
|
"@types/react-dom": "17.0.8",
|
|
"@types/react-router-bootstrap": "0.26.1",
|
|
"@types/react-router-dom": "5.1.7",
|
|
"@vitejs/plugin-react": "^2.0.1",
|
|
"bootstrap-scss": "^5.3.0",
|
|
"sass": "1.64.1",
|
|
"typescript": "4.9.4",
|
|
"vite": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "20",
|
|
"pnpm": "8"
|
|
}
|
|
} |