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

32 lines
693 B
JSON
Raw Normal View History

2020-08-04 16:22:31 +02:00
{
2021-06-17 18:48:19 +02:00
"name": "example",
2022-08-26 20:19:31 +02:00
"version": "1.0.0",
"private": true,
2020-08-04 16:22:31 +02:00
"scripts": {
2022-08-26 20:19:31 +02:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
2020-08-04 16:22:31 +02:00
},
2021-06-17 19:17:34 +02:00
"dependencies": {
2022-08-26 20:19:31 +02:00
"clsx": "1.2.1",
"next": "12.2.5",
"next-themes": "0.2.0",
"next-translate": "1.5.0",
"react": "18.2.0",
2022-08-26 00:30:54 +02:00
"react-component-form": "file:..",
2022-08-26 20:19:31 +02:00
"react-dom": "18.2.0"
2020-08-04 16:22:31 +02:00
},
"devDependencies": {
2022-08-26 20:19:31 +02:00
"@types/node": "18.7.13",
2022-08-25 22:51:40 +02:00
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
2022-08-26 20:19:31 +02:00
"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"
2020-08-04 16:22:31 +02:00
}
}