Files
sanasto-app/package.json
Leo Giovanetti ab18e78039 Adding Dark mode 🌗
2020-12-25 13:05:21 -03:00

36 lines
860 B
JSON

{
"name": "nextjs-tailwind-capacitor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@capacitor/cli": "^2.4.5",
"@capacitor/core": "^2.4.5",
"@capacitor/ios": "^2.4.5",
"autoprefixer": "^10.1.0",
"capacitor-dark-mode": "^1.0.5",
"classnames": "^2.2.6",
"next": "10.0.3",
"postcss": "^8.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-virtuoso": "^1.1.1",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"ionicons": "^5.2.3",
"prettier": "^2.2.1",
"pullstate": "^1.20.5",
"react-spring": "^8.0.27",
"react-toggle": "^4.1.1",
"react-transition-group": "^4.4.1",
"react-use-gesture": "^9.0.0-beta.11",
"reselect": "^4.0.0"
}
}