Files
stats/apps/test/package.json
Carl-Gerhard Lindesvärd 48aecc4b37 format:fix
2024-03-13 08:55:24 +01:00

52 lines
1.4 KiB
JSON

{
"name": "@openpanel/test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"testing": "pnpm dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --check \"**/*.{tsx,mjs,ts,md,json}\"",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel-test/nextjs": "workspace:@openpanel/nextjs@*",
"@openpanel-test/sdk": "workspace:@openpanel/sdk@*",
"@openpanel-test/web": "workspace:@openpanel/web@*",
"next": "~14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@openpanel/eslint-config": "workspace:*",
"@openpanel/prettier-config": "workspace:*",
"@openpanel/tsconfig": "workspace:*",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.48.0",
"postcss": "^8.4.27",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"ct3aMetadata": {
"initVersion": "7.21.0"
},
"eslintConfig": {
"root": true,
"extends": [
"@openpanel/eslint-config/base",
"@openpanel/eslint-config/nextjs",
"@openpanel/eslint-config/react"
]
},
"prettier": "@openpanel/prettier-config"
}