test/apps/web/package.json
2024-05-08 00:24:43 +08:00

41 lines
1.2 KiB
JSON

{
"name": "@3rapp/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "pnpm lint:es && pnpm lint:style",
"lint:es": "next lint --fix",
"lint:style": "stylelint \"**/*.css\" --fix --cache --cache-location node_modules/.cache/stylelint/"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@3rapp/code-config": "workspace:*",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-mixins": "^10.0.1",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.1.2",
"stylelint": "^16.5.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}