plane/apps/app/package.json
Vamsi Kurama 38c4d8e708
Merge pull request #18 from venplane/stage-release
build: bumped next version from 12.2.2 to 13
2022-12-01 03:00:34 +05:30

47 lines
1.1 KiB
JSON

{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@lexical/list": "^0.6.4",
"@lexical/react": "^0.6.4",
"@lexical/utils": "^0.6.4",
"axios": "^1.2.0",
"js-cookie": "^3.0.1",
"lexical": "^0.6.4",
"next": "13",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.40.0",
"swr": "^1.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.190",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-color": "^3.0.6",
"@types/react-dom": "18.0.9",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
}
}