50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "nextjs-tailwind-capacitor",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^4.0.0",
|
|
"@capacitor/core": "^4.0.0",
|
|
"@capacitor/ios": "^4.0.0",
|
|
"@capacitor/status-bar": "^4.0.0",
|
|
"@ionic/react": "^7.0.1",
|
|
"@ionic/react-router": "^7.0.1",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/node": "^12.19.15",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-router": "^5.1.11",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"classnames": "^2.5.1",
|
|
"next": "^13.2.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router": "^5.3.4",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-virtuoso": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^4.0.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-next": "^13.2.4",
|
|
"ionicons": "^6.0.3",
|
|
"postcss": "^8.4.18",
|
|
"prettier": "^2.2.1",
|
|
"pullstate": "1.24",
|
|
"react-use-gesture": "^9.1.3",
|
|
"reselect": "^5.1.0",
|
|
"tailwindcss": "^3.2.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|