-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
88 lines (88 loc) · 2.98 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
{
"name": "fat-os",
"version": "4.2.0",
"private": true,
"dependencies": {
"@babel/core": "^7.22.6",
"@capacitor/preferences": "^6.0.0",
"@ionic-native/core": "^5.36.0",
"@ionic/cli": "^7.1.1",
"@ionic/core": "^8.3.1",
"@ionic/react": "^8.3.1",
"@ionic/react-router": "^8.3.1",
"@redux-devtools/core": "^3.13.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.18.38",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-redux": "^7.1.25",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"axios": "^0.21.4",
"cordova-plugin-purchase": "^13.6.0",
"fuzzball": "^2.1.2",
"html-react-parser": "^3.0.16",
"ionicons": "^6.1.3",
"jetifier": "^2.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.3",
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.1",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"sass": "^1.63.6",
"typescript": "^4.9.5"
},
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true 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 src --ext .js,.jsx,.ts,.tsx",
"android:test": "ionic cap sync android && ionic cap open android",
"android:beta": "ionic cap sync android && (cd android && bundle exec fastlane beta)",
"android:release": "ionic cap sync android && (cd android && bundle exec fastlane release)",
"ios:release": "ionic cap sync ios && (cd ios/App && fastlane release)",
"web:release": "ionic build --prod --public-url=/fatonline"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.0.0",
"redux-devtools-extension": "^2.13.9"
},
"description": "An Ionic project"
}