35 lines
765 B
JSON
35 lines
765 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "1.8.0",
|
|
"@treejs/components": "0.17.0",
|
|
"@treejs/constants": "0.17.0",
|
|
"@treejs/styles": "0.17.0",
|
|
"next": "12.2.0",
|
|
"ramda": "^0.27.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-redux": "8.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.0.0",
|
|
"@types/ramda": "^0.28.14",
|
|
"@types/react": "17.0.2",
|
|
"@types/react-dom": "17.0.2",
|
|
"autoprefixer": "10.4.4",
|
|
"classnames": "2.3.1",
|
|
"eslint": "8.18.0",
|
|
"eslint-config-next": "12.2.0",
|
|
"postcss": "8.4.14",
|
|
"tailwindcss": "^3.1.4",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|