Files
triggerdotdev--trigger.dev/examples/to-do-example/package.json
T
2023-06-20 13:34:01 +01:00

29 lines
658 B
JSON

{
"name": "@examples/to-do-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@types/node": "20.3.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"eslint": "^8.24.0",
"eslint-config-next": "13.4.6",
"next": "13.3.1",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
}
}