2024-01-31 23:46:06 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev --turbo",
|
|
|
|
"build": "next build",
|
2024-02-01 00:58:19 +03:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "lint",
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepare": "npm run compile",
|
|
|
|
"pretest": "npm run compile",
|
|
|
|
"posttest": "npm run lint"
|
2024-01-31 23:46:06 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-01 00:58:19 +03:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
|
|
"install": "^0.13.0",
|
2024-01-31 23:46:06 +03:00
|
|
|
"next": "latest",
|
2024-02-01 00:58:19 +03:00
|
|
|
"prop-types": "^15.8.1",
|
2024-01-31 23:46:06 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-01 00:58:19 +03:00
|
|
|
"@next/eslint-plugin-next": "^14.1.0",
|
|
|
|
"@types/node": "20.8.2",
|
2024-01-31 23:46:06 +03:00
|
|
|
"@types/react": "18.2.33",
|
|
|
|
"@types/react-dom": "18.2.14",
|
2024-02-01 00:58:19 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
2024-02-03 00:34:54 +03:00
|
|
|
"autoprefixer": "^10.4.17",
|
2024-02-01 00:58:19 +03:00
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-config-next": "^14.1.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^43.0.1",
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
|
|
|
"eslint-plugin-n": "^16.6.2",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"i": "^0.3.7",
|
|
|
|
"npm": "^10.4.0",
|
2024-02-03 00:34:54 +03:00
|
|
|
"postcss": "^8.4.33",
|
2024-02-01 00:58:19 +03:00
|
|
|
"prettier": "3.2.4",
|
2024-02-03 00:34:54 +03:00
|
|
|
"tailwindcss": "^3.4.1",
|
2024-02-01 00:58:19 +03:00
|
|
|
"typescript": "~5.2.0"
|
2024-01-31 23:46:06 +03:00
|
|
|
}
|
|
|
|
}
|