50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "next_test",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^3.5.0",
|
|
"framer-motion": "^11.0.14",
|
|
"ky": "^1.2.2",
|
|
"next": "14.1.3",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18",
|
|
"react-circular-progressbar": "^2.1.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18",
|
|
"react-input-mask": "^2.0.4",
|
|
"react-rangeslider": "^2.2.0",
|
|
"react-swipeable": "^7.0.1",
|
|
"react-transition-group": "^4.4.5",
|
|
"usehooks-ts": "^3.0.1",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-input-mask": "^3.0.5",
|
|
"@types/react-rangeslider": "^2.2.7",
|
|
"@types/react-swipeable": "^5.2.0",
|
|
"@types/react-swipeable-views": "^0.13.5",
|
|
"@types/react-transition-group": "^4.4.10",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.3",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|