-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1021 Bytes
/
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
{
"name": "stir-trek-6",
"version": "6.2.0",
"private": true,
"dependencies": {
"@capacitor/ios": "6.0.0",
"@capacitor/preferences": "^6.0.0",
"@ionic/react": "^8.0.0-rc.2",
"@ionic/react-router": "^8.0.0-rc.2",
"@types/node": "^18.19.19",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"date-fns": "^3.3.1",
"ionicons": "^7.2.2",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-markdown": "^8.0.3",
"react-query": "^3.36.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.0",
"typescript": "^4.1.3"
},
"scripts": {
"build": "react-scripts build",
"serve": "ionic serve"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.0.0"
}
}