2023-05-29 15:40:21 +07:00
|
|
|
{
|
2023-10-16 10:39:32 +07:00
|
|
|
"name": "portfolio",
|
2023-10-19 20:02:34 +07:00
|
|
|
"version": "0.1.2",
|
2023-05-29 15:40:21 +07:00
|
|
|
"private": true,
|
2023-10-16 10:39:32 +07:00
|
|
|
"author": {
|
|
|
|
"name": "Refansa",
|
|
|
|
"email": "m.refansa.am@gmail.com",
|
|
|
|
"url": "https://github.com/Refansa"
|
|
|
|
},
|
2023-05-29 15:40:21 +07:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2023-10-16 10:39:32 +07:00
|
|
|
"lint": "next lint",
|
|
|
|
"prettier": "prettier . \"./**/*.{js,jsx,ts,tsx}\" --write"
|
2023-05-29 15:40:21 +07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-12 19:19:50 +07:00
|
|
|
"@mantine/core": "7.1.3",
|
|
|
|
"@mantine/hooks": "7.1.3",
|
2023-10-16 10:39:32 +07:00
|
|
|
"@tabler/icons-react": "^2.39.0",
|
|
|
|
"framer-motion": "^10.16.4",
|
2023-05-29 15:40:21 +07:00
|
|
|
"next": "13.4.4",
|
|
|
|
"react": "18.2.0",
|
2023-10-16 10:39:32 +07:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-intersection-observer": "^9.5.2"
|
2023-05-29 15:40:21 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "20.2.5",
|
|
|
|
"@types/react": "18.2.7",
|
|
|
|
"@types/react-dom": "18.2.4",
|
|
|
|
"eslint": "8.41.0",
|
|
|
|
"eslint-config-next": "13.4.4",
|
2023-10-16 10:39:32 +07:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-10-19 20:02:20 +07:00
|
|
|
"postcss": "^8.4.31",
|
2023-10-02 20:01:37 +07:00
|
|
|
"postcss-preset-mantine": "1.8.0",
|
2023-05-29 15:40:21 +07:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2023-10-16 10:39:32 +07:00
|
|
|
"prettier": "3.0.3",
|
2023-05-29 15:40:21 +07:00
|
|
|
"typescript": "5.0.4"
|
|
|
|
}
|
2023-10-16 10:39:32 +07:00
|
|
|
}
|