1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00
react-component-form/example/package.json
2022-08-26 20:19:31 +02:00

32 lines
693 B
JSON

{
"name": "example",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "1.2.1",
"next": "12.2.5",
"next-themes": "0.2.0",
"next-translate": "1.5.0",
"react": "18.2.0",
"react-component-form": "file:..",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "8.4.16",
"tailwindcss": "3.1.8",
"typescript": "4.8.2"
}
}