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",
|
2022-04-06 23:52:50 +02:00
|
|
|
"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",
|
|
|
|
"test:e2e": "start-server-and-test \"start\" \"http://localhost:3000\" \"cypress run\"",
|
|
|
|
"test:dev": "start-server-and-test \"dev\" \"http://localhost:3000\" \"cypress open\""
|
2020-08-04 16:22:31 +02:00
|
|
|
},
|
2021-06-17 19:17:34 +02:00
|
|
|
"dependencies": {
|
2022-11-08 11:28:57 +01:00
|
|
|
"@sinclair/typebox": "0.25.3",
|
2022-08-26 20:19:31 +02:00
|
|
|
"clsx": "1.2.1",
|
2022-11-08 11:28:57 +01:00
|
|
|
"next": "13.0.2",
|
2022-09-21 09:33:09 +02:00
|
|
|
"next-themes": "0.2.1",
|
|
|
|
"next-translate": "1.6.0",
|
2022-11-08 11:28:57 +01:00
|
|
|
"react": "file:../node_modules/react",
|
2022-08-26 00:30:54 +02:00
|
|
|
"react-component-form": "file:..",
|
2022-11-08 11:28:57 +01:00
|
|
|
"react-dom": "file:../node_modules/react-dom"
|
2020-08-04 16:22:31 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-08 11:28:57 +01:00
|
|
|
"@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",
|
2022-08-26 23:47:48 +02:00
|
|
|
"start-server-and-test": "1.14.0",
|
2022-11-08 11:28:57 +01:00
|
|
|
"tailwindcss": "3.2.2",
|
2022-10-03 21:23:17 +02:00
|
|
|
"typescript": "4.8.4"
|
2020-08-04 16:22:31 +02:00
|
|
|
}
|
|
|
|
}
|