forked from akmalhisyammm/klikdarurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "klikdarurat",
"description": "Indonesian Emergency Service App",
"version": "1.0.0",
"private": true,
"author": "Kelompok C",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint src --fix && npm run format",
"format": "prettier --write src",
"release": "standard-version"
},
"dependencies": {
"@capacitor-community/filesystem-react": "^0.1.0",
"@capacitor/android": "6.1.0",
"@capacitor/app": "6.0.0",
"@capacitor/camera": "^6.0.1",
"@capacitor/core": "^6.1.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/haptics": "6.0.0",
"@capacitor/keyboard": "6.0.1",
"@capacitor/splash-screen": "^6.0.1",
"@capacitor/status-bar": "6.0.0",
"@ionic/pwa-elements": "^3.3.0",
"@ionic/react": "^8.2.4",
"@ionic/react-router": "^8.2.4",
"@react-google-maps/api": "^2.19.3",
"firebase": "^9.23.0",
"ionicons": "^7.4.0",
"node-sass": "^9.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^5.0.1",
"web-vitals": "^4.2.0",
"workbox-background-sync": "^7.1.0",
"workbox-broadcast-update": "^7.1.0",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-google-analytics": "^7.1.0",
"workbox-navigation-preload": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-range-requests": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-streams": "^7.1.0"
},
"devDependencies": {
"@capacitor/cli": "^6.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^14.5.2",
"@types/google.maps": "^3.55.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"standard-version": "^9.5.0",
"typescript": "^4"
},
"repository": {
"type": "git",
"url": "https://github.com/akmalhisyammm/klikdarurat"
},
"bugs": {
"url": "https://github.com/akmalhisyammm/klikdarurat/issues"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}