mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
37 lines
979 B
JSON
37 lines
979 B
JSON
{
|
|
"name": "example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test:e2e": "start-server-and-test \"start\" \"http://localhost:3000\" \"cypress run\"",
|
|
"test:dev": "start-server-and-test \"dev\" \"http://localhost:3000\" \"cypress open\""
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.24.42",
|
|
"clsx": "1.2.1",
|
|
"next": "12.3.1",
|
|
"next-themes": "0.2.1",
|
|
"next-translate": "1.6.0",
|
|
"react": "18.2.0",
|
|
"react-component-form": "file:..",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.7.18",
|
|
"@types/react": "18.0.20",
|
|
"@types/react-dom": "18.0.6",
|
|
"autoprefixer": "10.4.12",
|
|
"cypress": "10.8.0",
|
|
"eslint": "8.23.1",
|
|
"eslint-config-next": "12.3.1",
|
|
"postcss": "8.4.16",
|
|
"start-server-and-test": "1.14.0",
|
|
"tailwindcss": "3.1.8",
|
|
"typescript": "4.8.3"
|
|
}
|
|
}
|