-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.55 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
{
"name": "ionic-react-wordpress",
"version": "0.0.1",
"private": true,
"homepage": "./",
"dependencies": {
"@capacitor/core": "2.4.7",
"@ionic/react": "5.5.4",
"@ionic/react-hooks": "0.0.8",
"@ionic/react-router": "5.5.4",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.0.6",
"@types/jest": "27.0.1",
"@types/node": "14.17.12",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-router": "5.1.16",
"@types/react-router-dom": "5.1.8",
"ionicons": "5.4.0",
"moment": "2.29.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-responsive": "8.2.0",
"react-router": "5.2.1",
"react-router-dom": "5.2.1",
"react-scripts": "4.0.3",
"typescript": "4.1.3",
"wpapi": "1.2.2"
},
"scripts": {
"start": "ionic serve",
"build": "ionic build",
"test": "ionic test",
"cra:start": "react-scripts start",
"cra:build": "react-scripts build",
"cra:test": "react-scripts test",
"cra:eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@capacitor/cli": "2.4.7",
"@ionic/cli": "6.12.4",
"@types/react-responsive": "8.0.3",
"@types/wpapi": "1.1.1"
},
"description": "An Ionic project"
}