generated from mlynch/nextjs-tailwind-ionic-capacitor-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "testtiger",
"version": "0.1.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",
"prettify": "prettier --write **/*.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",
"start": "npm install && npm run dev"
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/app": "6.0.1",
"@capacitor/camera": "6.0.2",
"@capacitor/core": "^6.1.2",
"@capacitor/ios": "^6.1.2",
"@capacitor/status-bar": "^6.0.1",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@ionic/pwa-elements": "3.3.0",
"@ionic/react": "7.7.4",
"@ionic/react-router": "7.7.4",
"@tailwindcss/typography": "0.5.15",
"ai": "3.4.33",
"classnames": "2.5.1",
"clsx": "2.1.1",
"esm-seedrandom": "3.0.5",
"next": "14.2.23",
"react": "18.2.0",
"react-cropper": "2.3.3",
"react-dom": "18.2.0",
"react-markdown": "9.0.1",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-textarea-autosize": "8.5.3",
"react-virtuoso": "4.7.1",
"react-webcam": "7.2.0",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0"
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"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.4.2"
}
}