-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "nextjs-tailwind-capacitor",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=12"
},
"scripts": {
"dev": "next dev",
"build": "tsc && 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",
"classnames": "^2.3.2",
"next": "^13.4.13",
"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",
"@types/node": "^20.10.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"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": "^4.0.0",
"tailwindcss": "^3.2.0",
"typescript": "^5.3.3"
}
}