mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
37 lines
1023 B
JSON
37 lines
1023 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.25.3",
|
|
"clsx": "1.2.1",
|
|
"next": "13.0.2",
|
|
"next-themes": "0.2.1",
|
|
"next-translate": "1.6.0",
|
|
"react": "file:../node_modules/react",
|
|
"react-component-form": "file:..",
|
|
"react-dom": "file:../node_modules/react-dom"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.9",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.8",
|
|
"autoprefixer": "10.4.13",
|
|
"cypress": "10.11.0",
|
|
"eslint": "8.27.0",
|
|
"eslint-config-next": "13.0.2",
|
|
"postcss": "8.4.18",
|
|
"start-server-and-test": "1.14.0",
|
|
"tailwindcss": "3.2.2",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|