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

39 lines
1.0 KiB
JSON
Raw Permalink 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",
2022-08-26 23:47:48 +02:00
"lint": "next lint",
2022-11-08 11:40:39 +01:00
"test:e2e": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"cypress run\"",
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\""
2020-08-04 16:22:31 +02:00
},
2021-06-17 19:17:34 +02:00
"dependencies": {
"@sinclair/typebox": "0.32.13",
"clsx": "2.1.0",
2023-05-13 18:24:44 +02:00
"next": "13.2.4",
"next-themes": "0.2.1",
2023-05-13 17:00:31 +02:00
"next-translate": "2.0.5",
"react": "18.2.0",
2022-08-26 00:30:54 +02:00
"react-component-form": "file:..",
"react-dom": "18.2.0"
2020-08-04 16:22:31 +02:00
},
"devDependencies": {
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
2023-12-26 22:24:32 +01:00
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.17",
"cypress": "13.6.3",
2023-12-26 22:24:32 +01:00
"eslint": "8.56.0",
2023-05-13 18:24:44 +02:00
"eslint-config-next": "13.2.4",
2023-05-13 17:00:31 +02:00
"next-translate-plugin": "2.0.5",
"postcss": "8.4.33",
2023-12-26 22:24:32 +01:00
"start-server-and-test": "2.0.3",
"tailwindcss": "3.4.1",
2023-12-26 22:24:32 +01:00
"typescript": "5.3.3"
2020-08-04 16:22:31 +02:00
}
}