Files
sanasto-app/package.json
Nathan Chapman 39fac554ee 5.0.0
2024-02-22 09:53:01 -06:00

56 lines
1.4 KiB
JSON

{
"name": "nextjs-tailwind-ionic-capacitor-starter",
"version": "5.0.0",
"private": true,
"engines": {
"node": ">=18.17"
},
"scripts": {
"compile": "tsc",
"compile:watch": "tsc -w",
"build": "next build",
"dev": "next dev",
"lint": "eslint . --ext .ts,.tsx",
"preserve": "npm run build",
"serve": "npx serve out",
"presync": "npm run build",
"sync": "npx cap sync",
"android": "npx cap run android",
"ios": "npx cap run ios"
},
"dependencies": {
"@capacitor/android": "5.7.0",
"@capacitor/core": "5.7.0",
"@capacitor/ios": "5.7.0",
"@capacitor/status-bar": "5.0.7",
"@ionic/react": "7.7.3",
"@ionic/react-router": "7.7.3",
"classnames": "2.5.1",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-virtuoso": "4.7.0"
},
"devDependencies": {
"@capacitor/cli": "5.7.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@types/react-router-dom": "5.3.3",
"@types/react-router": "5.1.20",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"ionicons": "7.2.2",
"postcss": "8.4.35",
"prettier": "3.2.5",
"pullstate": "1.25",
"reselect": "5.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
}