41 lines
992 B
JSON
41 lines
992 B
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": "^6.1.12",
|
|
"@ionic/react-router": "^6.1.12",
|
|
"autoprefixer": "^10.2.6",
|
|
"classnames": "^2.2.6",
|
|
"next": "^12.2.0",
|
|
"postcss": "^8.3.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-virtuoso": "^1.1.1",
|
|
"tailwindcss": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^4.0.0",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-next": "^11.0.0",
|
|
"ionicons": "^5.2.3",
|
|
"prettier": "^2.2.1",
|
|
"pullstate": "1.24",
|
|
"react-use-gesture": "^9.1.3",
|
|
"reselect": "^4.0.0"
|
|
}
|
|
} |