-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
158 lines (158 loc) · 6.12 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "iseplife-spa",
"version": "1.8",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/icons-svg": "^4.2.1",
"@awesome-cordova-plugins/core": "^5.45.0",
"@awesome-cordova-plugins/device-orientation": "^5.45.0",
"@capacitor-community/media": "^5.4.1",
"@capacitor/android": "^5.0.0",
"@capacitor/app": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/filesystem": "^5.0.0",
"@capacitor/geolocation": "^5.0.0",
"@capacitor/haptics": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/keyboard": "^5.0.0",
"@capacitor/push-notifications": "^5.0.0",
"@capacitor/share": "^6.0.1",
"@capacitor/status-bar": "^5.0.0",
"@capacitor/toast": "^5.0.0",
"@capgo/capacitor-updater": "^6.1.13",
"@capgo/inappbrowser": "^6.8.13",
"@craco/craco": "^6.4.5",
"@datadog/browser-rum": "^5.16.0",
"@fingerprintjs/fingerprintjs": "^3.3.3",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ionic/core": "^6.2.4",
"@ionic/react": "^6.0.0",
"@ionic/react-router": "^6.0.0",
"@juggle/resize-observer": "^3.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@types/jest": "^26.0.20",
"@types/node": "^12.19.15",
"@types/react": "^16.14.3",
"@types/react-dom": "^16.9.10",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"antd": "^4.21.6",
"axios": "^0.27.2",
"broadcast-channel": "^4.13.0",
"craco-esbuild": "^0.5.1",
"date-fns": "^2.28.0",
"dexie": "^3.2.2",
"dexie-react-hooks": "^1.1.1",
"expiry-map": "^2.0.0",
"fast-average-color": "^9.1.1",
"favicon-notify": "^0.1.7",
"firebase": "^9.9.3",
"formik": "^2.2.9",
"i18next": "^21.8.14",
"ionicons": "^5.4.0",
"leaflet": "^1.8.0",
"lightbox-react": "^0.3.8",
"lottie-react": "^2.3.1",
"moment": "^2.29.4",
"pastel-color": "^1.0.3",
"react": "^18.2.0",
"react-big-calendar": "^1.4.2",
"react-calendar": "^3.7.0",
"react-dom": "^18.2.0",
"react-expanding-textarea": "^2.3.6",
"react-hook-form": "^7.34.2",
"react-i18next": "^11.18.1",
"react-leaflet": "^4.0.1",
"react-linkify": "^1.0.0-alpha",
"react-mount-animation": "^0.0.11",
"react-photo-gallery": "^8.0.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-useanimations": "^2.0.8",
"react-virtuoso": "^2.17.2",
"react-zoom-pan-pinch": "^2.1.3",
"recoil": "^0.7.4",
"rxjs": "^7.5.6",
"tailwindcss-textshadow": "^2.1.3",
"webp-hero": "^0.0.2"
},
"scripts": {
"ionic:build": "cross-env REACT_APP_API_URL='api.iseplife.fr' REACT_APP_HTTP_PROTOCOL='https' REACT_APP_WS_PROTOCOL='wss' REACT_APP_VERSION=$npm_package_version GENERATE_SOURCEMAP=false craco build",
"ionic:serve": "cross-env REACT_APP_VERSION=$npm_package_version craco start",
"start": "cross-env REACT_APP_STORAGE_URL_='https://iseplife-dev.s3.eu-west-3.amazonaws.com' REACT_APP_VERSION=$npm_package_version craco start",
"start_realapi": "cross-env REACT_APP_API_URL='api.iseplife.fr' REACT_APP_HTTP_PROTOCOL='https' REACT_APP_WS_PROTOCOL='wss' REACT_APP_VERSION=$npm_package_version craco start",
"build": "cross-env REACT_APP_VERSION=$npm_package_version GENERATE_SOURCEMAP=false craco build",
"build_with_sourcemap": "cross-env REACT_APP_VERSION=$npm_package_version GENERATE_SOURCEMAP=true craco build",
"build_realapi": "cross-env REACT_APP_API_URL='api.iseplife.fr' REACT_APP_HTTP_PROTOCOL='https' REACT_APP_WS_PROTOCOL='wss' REACT_APP_VERSION=$npm_package_version GENERATE_SOURCEMAP=false craco build",
"version": "echo $npm_package_version",
"upload_datadog_sourcemaps": "cross-env COMMIT_VERSION=test datadog-ci sourcemaps upload build/static/js --service=iseplife-spa --release-version=$DD_VERSION --minified-path-prefix=$DD_URL --repository-url=https://github.com/iseplife/front",
"start-sw": "yarn run build && serve build",
"test": "craco test",
"eject": "craco eject",
"ios-xcode-init": "cd ios/App && pod install",
"ios-xcode-analyze": "cd ios/App && xcodebuild -scheme App -sdk iphonesimulator15.5 -workspace App.xcworkspace clean analyze",
"build-android": "cd android && sh gradlew bundleRelease",
"prebuild-ios": "ionic capacitor build ios --no-open --no-build",
"prebuild-android": "ionic capacitor build android --no-open --no-build",
"run-android": "ionic capacitor run android --no-build"
},
"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"
]
},
"devDependencies": {
"@capacitor/cli": "^5.0.0",
"@datadog/datadog-ci": "^2.34.0",
"@ionic/cli": "^7.2.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/leaflet": "^1.7.11",
"@types/lodash": "^4.14.184",
"@types/node": "^18.0.4",
"@types/react": "^18.0.15",
"@types/react-big-calendar": "^0.38.1",
"@types/react-calendar": "^3.5.1",
"@types/react-dom": "^18.0.6",
"@types/react-leaflet": "^2.8.2",
"@types/react-linkify": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"browserslist-to-esbuild": "^1.1.1",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21",
"react-scripts": "^5.0.1",
"serve": "^14.0.1",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"workbox-expiration": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4"
},
"description": "iseplife webapp",
"packageManager": "[email protected]"
}