Last active
March 14, 2023 10:10
-
-
Save coeneivan/41693d75d8db6836dcec1ae624f18bd2 to your computer and use it in GitHub Desktop.
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/firebase-admin/lib/security-rules/security-rules.d.ts","entries":[{"id":"hgIh.ts","source":"Workspace Edit","timestamp":1663505947173}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/KasA/KasA/.vscode/launch.json","entries":[{"id":"BxVD.json","timestamp":1668251832335}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/layouts/nonHome.tsx","entries":[{"id":"AgWK.tsx","timestamp":1674634077153},{"id":"2oKn.tsx","timestamp":1674634224285},{"id":"UO11.tsx","timestamp":1676568128418},{"id":"HxAl.tsx","timestamp":1676568157938},{"id":"Y6wK.tsx","timestamp":1676568228445},{"id":"DFTW.tsx","timestamp":1676568239792},{"id":"RQYc.tsx","source":"undoRedo.source","timestamp":1676568247241},{"id":"7uzl.tsx","timestamp":1676568252526},{"id":"Pjuk.tsx","timestamp":1676568265065},{"id":"QMMa.tsx","timestamp":1676568286023},{"id":"xe3z.tsx","timestamp":1676568301261},{"id":"TuRO.tsx","timestamp":1676568319434},{"id":"R4QZ.tsx","timestamp":1676568345136},{"id":"Gake.tsx","timestamp":1676611160398},{"id":"kYcF.tsx","timestamp":1676611256744},{"id":"8ONq.tsx","timestamp":1676611279960},{"id":"9R2H.tsx","timestamp":1676611298335},{"id":"lWBa.tsx","source":"undoRedo.source","timestamp":1676611300381},{"id":"70WS.tsx","timestamp":1676611306161},{"id":"ahsP.tsx","timestamp":1676611329328},{"id":"SLXp.tsx","timestamp":1676611357859},{"id":"LwsN.tsx","source":"undoRedo.source","timestamp":1676611373191},{"id":"1Gsu.tsx","timestamp":1676611436638},{"id":"07Ie.tsx","timestamp":1676611485497}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "out", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/firebase.json","entries":[{"id":"xDLJ.json","timestamp":1673972770371},{"id":"zY8x.json","timestamp":1674061238029},{"id":"TSMq.json","timestamp":1674456711777},{"id":"5vhr.json","timestamp":1674457196406},{"id":"AHcI.json","source":"undoRedo.source","timestamp":1674464029627},{"id":"Ye9Q.json","timestamp":1674634502898},{"id":"c1ll.json","timestamp":1674634502899},{"id":"Of2k.json","timestamp":1674636547456},{"id":"a3sI.json","timestamp":1674640459651},{"id":"U5EP.json","timestamp":1676785217459},{"id":"YZ4Y.json","timestamp":1676792679067},{"id":"EzuQ.json","timestamp":1676793502951},{"id":"U0u3.json","timestamp":1676796189198},{"id":"UnH5.json","timestamp":1676796852572},{"id":"snKe.json","source":"undoRedo.source","timestamp":1676796930187},{"id":"SeGb.json","timestamp":1676797089518},{"id":"7XUA.json","timestamp":1677226305644},{"id":"FxYA.json","timestamp":1677226305646},{"id":"RziE.json","timestamp":1677226305647},{"id":"Toik.json","timestamp":1677226305686},{"id":"yqOq.json","timestamp":1677226459142},{"id":"hFV7.json","timestamp":1678430852176},{"id":"GiDJ.json","timestamp":1678433428818}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"firestore": { | |
"rules": "firestore.rules", | |
"indexes": "firestore.indexes.json" | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"frameworksBackend": { | |
"region": "europe-west1" | |
} | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
], | |
"extensions": { | |
"storage-resize-images": "firebase/[email protected]", | |
"firestore-send-email": "firebase/[email protected]" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"firestore": { | |
"rules": "firestore.rules", | |
"indexes": "firestore.indexes.json" | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "out", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
], | |
"extensions": { | |
"storage-resize-images": "firebase/[email protected]", | |
"firestore-send-email": "firebase/[email protected]" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "out", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
}, | |
"hosting": { | |
"port": 5002 | |
}, | |
"functions": { | |
"port": 5001 | |
}, | |
"pubsub": { | |
"port": 8085 | |
}, | |
"eventarc": { | |
"port": 9299 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "public", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"rewrites": [ | |
{ | |
"source": "**", | |
"function": "nextServer" | |
} | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
], | |
"extensions": { | |
"firestore-send-email": "firebase/[email protected]" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
}, | |
"hosting": { | |
"port": 5002 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
}, | |
"hosting": { | |
"port": 5000 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
}, | |
"hosting": { | |
"port": 5002 | |
}, | |
"functions": { | |
"port": 5001 | |
}, | |
"pubsub": { | |
"port": 8085 | |
}, | |
"eventarc": { | |
"port": 9299 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "public", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"rewrites": [ | |
{ | |
"source": "**", | |
"function": "nextServer" | |
} | |
] | |
}, | |
"functions": [ | |
{ | |
"source": ".", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
] | |
} | |
], | |
"extensions": { | |
"firestore-send-email": "firebase/[email protected]" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
}, | |
"hosting": { | |
"port": 5000 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "out", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
}, | |
"functions": { | |
"port": 5001 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"functions": { | |
"source": "functions" | |
}, | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "out", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": true | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
}, | |
"storage": { | |
"port": 9199 | |
} | |
}, | |
"storage": { | |
"rules": "storage.rules" | |
}, | |
"hosting": { | |
"public": "public", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"rewrites": [ | |
{ | |
"source": "**", | |
"function": "nextServer" | |
} | |
] | |
}, | |
"functions": [ | |
{ | |
"source": "functions", | |
"codebase": "default", | |
"ignore": [ | |
"node_modules", | |
".git", | |
"firebase-debug.log", | |
"firebase-debug.*.log" | |
], | |
"predeploy": [ | |
"npm --prefix \"$RESOURCE_DIR\" run lint", | |
"npm --prefix \"$RESOURCE_DIR\" run build" | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"functions": { | |
"source": "functions" | |
}, | |
"emulators": { | |
"firestore": { | |
"port": 8081 | |
}, | |
"ui": { | |
"enabled": false | |
}, | |
"singleProjectMode": true, | |
"auth": { | |
"port": 9999 | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/bp/services/converters.ts","entries":[{"id":"C3GX.ts","source":"Update import from \"firebase/firestore/lite\"","timestamp":1655012446214}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/google-gax/build/src/clientInterface.d.ts","entries":[{"id":"HGHT.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/react-use/lib/useAsyncRetry.d.ts","entries":[{"id":"TYxZ.ts","source":"Workspace Edit","timestamp":1649488785599}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/endpoints.ts","entries":[{"id":"JvEF.ts","timestamp":1664250173675},{"id":"6WKy.ts","timestamp":1664251226462},{"id":"WZ7D.ts","timestamp":1664251328936},{"id":"0AhL.ts","timestamp":1664251402107}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Proswimlab/types/invoice.ts","entries":[{"id":"SifF.ts","timestamp":1663413904634},{"id":"8bn7.ts","timestamp":1663414747237}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplannr/apps/admin/src/layouts/default.tsx","entries":[{"id":"1K4x.tsx","timestamp":1678687634568}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"c":["pages/account","webpack"],"r":[],"m":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/pages/%5Blocale%5D/account/reservations.tsx","entries":[{"id":"7Uzf.tsx","timestamp":1666338645561},{"id":"dUKM.tsx","timestamp":1666932885124},{"id":"x9Qd.tsx","timestamp":1668095824980},{"id":"vrU4.tsx","timestamp":1668239425704},{"id":"h1jB.tsx","source":"undoRedo.source","timestamp":1668239478056},{"id":"h1U9.tsx","timestamp":1669705115771},{"id":"CpvI.tsx","timestamp":1669705145833},{"id":"SEpy.tsx","timestamp":1669705179553},{"id":"R7K9.tsx","timestamp":1669705189680},{"id":"40vr.tsx","timestamp":1669976421542},{"id":"A3bQ.tsx","timestamp":1669979062890},{"id":"uCeX.tsx","timestamp":1670137328453},{"id":"ASWu.tsx","timestamp":1670584651266},{"id":"KP15.tsx","timestamp":1670584678615},{"id":"KmqO.tsx","timestamp":1670782371848},{"id":"KZZh.tsx","timestamp":1670782389106},{"id":"BPP3.tsx","timestamp":1670782502730},{"id":"vJ3y.tsx","timestamp":1670830788703},{"id":"fEDD.tsx","timestamp":1670910894549},{"id":"k8dz.tsx","timestamp":1670943115247},{"id":"knt1.tsx","timestamp":1670943177967},{"id":"vxAi.tsx","timestamp":1670944454207},{"id":"n7x0.tsx","timestamp":1670944956728},{"id":"MGgJ.tsx","timestamp":1670944979499},{"id":"SHwI.tsx","timestamp":1670945182002},{"id":"qU6u.tsx","timestamp":1670945217334},{"id":"sKOh.tsx","timestamp":1670945267131},{"id":"IsrJ.tsx","timestamp":1671099558182},{"id":"xv2P.tsx","timestamp":1671347948946},{"id":"ebWR.tsx","timestamp":1671427694803},{"id":"mxuQ.tsx","source":"searchReplace.source","timestamp":1673504661121},{"id":"vRfl.tsx","source":"searchReplace.source","timestamp":1673508339607},{"id":"v7UE.tsx","timestamp":1674197071315},{"id":"vXKY.tsx","timestamp":1674201600891},{"id":"j6td.tsx","timestamp":1674201626810},{"id":"aulp.tsx","timestamp":1674882763148},{"id":"Qy2w.tsx","timestamp":1674882835578},{"id":"7Cs7.tsx","timestamp":1674882866404},{"id":"taui.tsx","timestamp":1674882938878},{"id":"9pmi.tsx","timestamp":1674882952065},{"id":"4Biy.tsx","timestamp":1674882962529},{"id":"Yy6Q.tsx","timestamp":1674882988607},{"id":"wiUE.tsx","timestamp":1674883052803},{"id":"HYJE.tsx","source":"undoRedo.source","timestamp":1674883096081},{"id":"bnPE.tsx","timestamp":1677224954909},{"id":"nbMB.tsx","timestamp":1677224995368},{"id":"OtRj.tsx","timestamp":1678260033274},{"id":"3glU.tsx","timestamp":1678260396517},{"id":"zIS7.tsx","timestamp":1678260449701},{"id":"dg4i.tsx","timestamp":1678260486508}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/%40types/react-select/src/Creatable.d.ts","entries":[{"id":"WNbb.ts","source":"Workspace Edit","timestamp":1649488785598}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/src/store/availabilitySlice.ts","entries":[{"id":"4n7A.ts","timestamp":1661922415247},{"id":"xw2D.ts","timestamp":1661922445093},{"id":"nCmw.ts","timestamp":1661924114209},{"id":"eOrv.ts","timestamp":1661927440152},{"id":"oOr1.ts","timestamp":1661927491640},{"id":"WqxQ.ts","timestamp":1661927575642},{"id":"Caby.ts","timestamp":1661927586831},{"id":"HYzG.ts","timestamp":1661927741696},{"id":"SCz6.ts","timestamp":1661928312335},{"id":"wlcl.ts","timestamp":1661931304929},{"id":"Q3Js.ts","timestamp":1661931391497},{"id":"0OQK.ts","timestamp":1661931422757},{"id":"whVC.ts","timestamp":1661931468241},{"id":"9Ka7.ts","timestamp":1661931482780},{"id":"Tk8S.ts","timestamp":1661931505675},{"id":"SLEv.ts","timestamp":1661931517597},{"id":"h7K0.ts","timestamp":1661931631163},{"id":"1hQx.ts","source":"undoRedo.source","timestamp":1661931641988},{"id":"Mqh0.ts","timestamp":1661931682777},{"id":"ixZB.ts","timestamp":1661933654508},{"id":"mWKW.ts","timestamp":1661934328516},{"id":"RnoD.ts","timestamp":1661934349383},{"id":"bEyL.ts","timestamp":1661934490340},{"id":"1qZG.ts","timestamp":1661934595248},{"id":"cy7r.ts","timestamp":1661934721946},{"id":"pgq9.ts","timestamp":1661938405451},{"id":"83u5.ts","timestamp":1662266081530},{"id":"GCQj.ts","timestamp":1662266168422},{"id":"3O8B.ts","timestamp":1662266194684},{"id":"OvMk.ts","timestamp":1662266742425},{"id":"ltRH.ts","timestamp":1662267050133},{"id":"bqFg.ts","timestamp":1662267085169},{"id":"kraG.ts","timestamp":1662267118924},{"id":"lvh7.ts","timestamp":1662267165650},{"id":"AHam.ts","timestamp":1662448828618},{"id":"9JPz.ts","source":"undoRedo.source","timestamp":1662449515351},{"id":"tu7h.ts","timestamp":1662880352382},{"id":"ueKP.ts","timestamp":1662880380319},{"id":"NIQl.ts","timestamp":1662886221533},{"id":"cvt2.ts","timestamp":1662886688899},{"id":"GrTD.ts","timestamp":1662886854966},{"id":"Tvqr.ts","source":"Workspace Edit","timestamp":1662962540554}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/Desktop/temp/otters0800.json","entries":[{"id":"FMSK.json","source":"textFileCreate.source","timestamp":1649222627978}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"usersToAdd":[{ | |
"name": "Jelle Van de Vyver", | |
"email":"[email protected]" | |
}, | |
{ | |
"name": "Eleana Colpaert", | |
"email":"[email protected]" | |
}, | |
{ | |
"name": "Amber Hofmans", | |
"email":"[email protected]" | |
}, | |
{ | |
"name": "Guillaume De Vetter", | |
"email":"[email protected]" | |
}, | |
{ | |
"name": "Maurice Sonneville", | |
"email":"[email protected]" | |
}, | |
{ | |
"name": "Elise Van de Ven", | |
"email":"[email protected]" | |
}, | |
{ | |
"name": "Eliana Dhondt", | |
"email":"[email protected]" | |
}, | |
{ | |
"name": "Finn Janssens", | |
"email":"[email protected]" | |
} | |
], | |
"productId": "01FHWXMBJ1Z3044Z2EEYWWJKT1", | |
"locationId": "01EKCBPC4FVACCA210EW6J8BBN", | |
"cycleGroup": "01FHWXMBJ1Z3044Z2EEYWWJKT1-01EKCBPC4FVACCA210EW6J8BBN-08:15" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/migration/trainerAv.ts","entries":[{"id":"juas.ts","timestamp":1664167283635},{"id":"Epgj.ts","timestamp":1664167955396},{"id":"JJt6.ts","timestamp":1664168047206},{"id":"LS0f.ts","timestamp":1664168065056},{"id":"AOoR.ts","timestamp":1664168188329}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/potr/android/gradle.properties","entries":[{"id":"Xj12.properties","timestamp":1674731812928}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/%40types/react-select/src/utils.d.ts","entries":[{"id":"gGcF.ts","source":"Workspace Edit","timestamp":1649488785976}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/%40types/react-select/src/components/Group.d.ts","entries":[{"id":"Ubwc.ts","source":"Workspace Edit","timestamp":1649488785765}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/store/addressSlice.ts","entries":[{"id":"SqPA.ts","timestamp":1665125219017},{"id":"r0BK.ts","timestamp":1665125485370},{"id":"q0q5.ts","timestamp":1665125651575},{"id":"ydCN.ts","timestamp":1665236111894},{"id":"caI5.ts","timestamp":1665236150921},{"id":"XChu.ts","timestamp":1665460172844},{"id":"sCdV.ts","timestamp":1665465477757},{"id":"wr5V.ts","source":"searchReplace.source","timestamp":1666254325625},{"id":"2097.ts","timestamp":1666327608497},{"id":"k8Y8.ts","timestamp":1666327812011},{"id":"XZiO.ts","timestamp":1666328201741},{"id":"3EvN.ts","timestamp":1666328263007},{"id":"ixZj.ts","timestamp":1666328346477},{"id":"pgDJ.ts","timestamp":1666328483578},{"id":"AiML.ts","timestamp":1666328519496},{"id":"ci7f.ts","timestamp":1666328857099},{"id":"4Qhy.ts","timestamp":1666328878632},{"id":"Qq0L.ts","timestamp":1666328998654},{"id":"FUfq.ts","timestamp":1666329030030},{"id":"TbEu.ts","timestamp":1666329126527},{"id":"Dr6r.ts","timestamp":1666329165793},{"id":"T7TO.ts","timestamp":1666329253870},{"id":"7EZQ.ts","timestamp":1666329280103},{"id":"HD8h.ts","timestamp":1666329582858},{"id":"B5EO.ts","timestamp":1666329714795},{"id":"wqLn.ts","timestamp":1666329764409},{"id":"oAea.ts","timestamp":1666332295867},{"id":"SQvB.ts","timestamp":1666595518240},{"id":"vWu5.ts","timestamp":1669115855003},{"id":"jGMX.ts","timestamp":1669115972168},{"id":"06TH.ts","timestamp":1669116258589},{"id":"t6Ia.ts","timestamp":1669116277841},{"id":"pbG2.ts","timestamp":1669116328709},{"id":"mHVq.ts","timestamp":1670052745868},{"id":"5RJ8.ts","timestamp":1670052776254},{"id":"4rWn.ts","source":"searchReplace.source","timestamp":1670053959302},{"id":"0RHE.ts","timestamp":1670054668389},{"id":"U6F1.ts","timestamp":1670133478809},{"id":"UB4c.ts","timestamp":1670494694966},{"id":"Nvqn.ts","source":"searchReplace.source","timestamp":1670597724185}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/orders/shipments/OrderShipmentsBinder.d.ts","entries":[{"id":"xIbb.ts","source":"Workspace Edit","timestamp":1656399529070}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/public/locales/en/kids.json","entries":[{"id":"V3qe.json","timestamp":1653198260439},{"id":"jgaQ.json","timestamp":1653626312980},{"id":"jiVA.json","timestamp":1653626342324},{"id":"OmDY.json","timestamp":1653627603555},{"id":"WIB2.json","timestamp":1653630083964}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"safe_swim":"Safety in the water for kids" | |
,"safe_swim_description":"Would you like to teach your children how to swim in a cool and scientifically proven way? Then you can come to us. With our personal approach we ensure that your child immediately feels safe in the water" | |
,"see_how_we_work":"VIEW OUR APPROACH" | |
,"see_offer":"DISCOVER OUR LESSONS" | |
,"our_approach":"OUR APPROACH" | |
,"how_we_work":"How we work" | |
,"how_we_work_description":"This is the path that each child will follow in our swimming school." | |
,"read_more":"READ MORE" | |
,"introductory_lesson":"Introductory lesson" | |
,"introductory_lesson_description":"You first schedule an introductory lesson. This is a private lesson where your child comes for the first time and gets to know the instructor and the new environment. At the same time we can assess the level." | |
,"learn_to_swim":"Learning to Swim" | |
,"learn_to_swim_description":"After the introduction lesson, your child can take private lessons or group lessons. The lessons are scheduled through our online platform." | |
,"your_child_can_swim":"Your child can swim" | |
,"your_child_can_swim_description":"After following our program, your child can swim backstroke, breaststroke and freestyle correctly. Early exits are always possible" | |
,"offer":"OUR LESSONS" | |
,"offer_sub":"Our Kids lessons" | |
,"price_for_one_lesson":"Price for 1 lesson" | |
,"duration_30":"Duration: 30min" | |
,"private_lesson":"Private lesson" | |
,"defining_needs":"Defining the needs of your child" | |
,"introduction_talk":"Introduction talk with the parents" | |
,"after_this":"After this lesson, your kid can start with group or private lessens" | |
,"inc_insurance":"Including: insurance, swimming lane" | |
,"5_private_lessons":"5 private lessons" | |
,"price_for_five_lessons":"Price for 5 lessons" | |
,"subscribe":"Subscribe" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"safe_swim":"Safety in the water for kids" | |
,"safe_swim_description":"Would you like to teach your children how to swim in a cool and scientifically proven way? Then you can come to us. With our personal approach we ensure that your child immediately feels safe in the water" | |
,"see_how_we_work":"VIEW OUR APPROACH" | |
,"see_offer":"DISCOVER OUR LESSONS" | |
,"our_approach":"OUR APPROACH" | |
,"how_we_work":"How we work" | |
,"how_we_work_description":"This is the path that each child will follow in our swimming school." | |
,"read_more":"READ MORE" | |
,"introductory_lesson":"Introductory lesson" | |
,"introductory_lesson_description":"You first schedule an introductory lesson. This is a private lesson where your child comes for the first time and gets to know the instructor and the new environment. At the same time we can assess the level." | |
,"learn_to_swim":"Learning to Swim" | |
,"learn_to_swim_description":"After the introduction lesson, your child can take private lessons or group lessons. The lessons are scheduled through our online platform." | |
,"your_child_can_swim":"Your child can swim" | |
,"your_child_can_swim_description":"After following our program, your child can swim backstroke, breaststroke and freestyle correctly. Early exits are always possible" | |
,"offer":"OUR LESSONS" | |
,"offer_sub":"Our Kids lessons" | |
,"price_for_one_lesson":"Price for 1 lesson" | |
,"duration_30":"Duration: 30min" | |
,"private_lesson":"Private lesson" | |
,"defining_needs":"Defining the needs of your child" | |
,"introduction_talk":"Introduction talk with the parents" | |
,"after_this":"After this lesson, your kid can start with group or private lessens" | |
,"inc_insurance":"Including: insurance, swimming lane" | |
,"5_private_lessons":"5 private lessons" | |
,"price_for_five_lessons":"Price for 5 lessons" | |
,"subscribe":"Subscribe" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"safe_swim":"Safety in the water for kids" | |
,"safe_swim_description":"Would you like to teach your children how to swim in a cool and scientifically proven way? Then you can come to us. With our personal approach we ensure that your child immediately feels safe in the water" | |
,"see_how_we_work":"VIEW OUR APPROACH" | |
,"see_offer":"DISCOVER OUR LESSONS" | |
,"our_approach":"OUR APPROACH" | |
,"how_we_work":"How we work" | |
,"how_we_work_description":"This is the path that each child will follow in our swimming school." | |
,"read_more":"READ MORE" | |
,"introductory_lesson":"Introductory lesson" | |
,"introductory_lesson_description":"You first schedule an introductory lesson. This is a private lesson where your child comes for the first time and gets to know the instructor and the new environment. At the same time we can assess the level." | |
,"learn_to_swim":"Learning to Swim" | |
,"learn_to_swim_description":"After the introduction lesson, your child can take private lessons or group lessons. The lessons are scheduled through our online platform." | |
,"your_child_can_swim":"Your child can swim" | |
,"your_child_can_swim_description":"After following our program, your child can swim backstroke, breaststroke and freestyle correctly. Early exits are always possible" | |
,"offer":"OUR LESSONS" | |
,"offer_sub":"Our Kids lessons" | |
,"price_for_one_lesson":"Price for 1 lesson" | |
,"duration_30":"Duration: 30min" | |
,"private_lesson":"Private lesson" | |
,"defining_needs":"Defining the needs of your child" | |
,"introduction_talk":"Introduction talk with the parents" | |
,"after_this":"After this lesson, your kid can start with group or private lessens" | |
,"inc_insurance":"Including: insurance, swimming lane" | |
,"5_private_lessons":"5 private lessons" | |
,"price_for_five_lessons":"Price for 5 lessons" | |
,"subscribe":"Subscribe" | |
,"offer_group":"" | |
,"offer_private":"" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"safe_swim":"Safety in the water for kids" | |
,"safe_swim_description":"Would you like to teach your children how to swim in a cool and scientifically proven way? Then you can come to us. With our personal approach we ensure that your child immediately feels safe in the water" | |
,"see_how_we_work":"VIEW OUR APPROACH" | |
,"see_offer":"DISCOVER OUR LESSONS" | |
,"our_approach":"OUR APPROACH" | |
,"how_we_work":"How we work" | |
,"how_we_work_description":"This is the path that each child will follow in our swimming school." | |
,"read_more":"READ MORE" | |
,"introductory_lesson":"Introductory lesson" | |
,"introductory_lesson_description":"You first schedule an introductory lesson. This is a private lesson where your child comes for the first time and gets to know the instructor and the new environment. At the same time we can assess the level." | |
,"learn_to_swim":"Learning to Swim" | |
,"learn_to_swim_description":"After the introduction lesson, your child can take private lessons or group lessons. The lessons are scheduled through our online platform." | |
,"your_child_can_swim":"Your child can swim" | |
,"your_child_can_swim_description":"After following our program, your child can swim backstroke, breaststroke and freestyle correctly. Early exits are always possible" | |
,"offer":"OUR LESSONS" | |
,"offer_sub":"Our Kids lessons" | |
,"price_for_one_lesson":"Price for 1 lesson" | |
,"duration_30":"Duration: 30min" | |
,"private_lesson":"Private lesson" | |
,"defining_needs":"Defining the needs of your child" | |
,"introduction_talk":"Introduction talk with the parents" | |
,"inc_insurance":"Including: insurance, swimming lane" | |
,"5_private_lessons":"5 private lessons" | |
,"price_for_five_lessons":"Price for 5 lessons" | |
,"subscribe":"Subscribe" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"safe_swim":"Safety in the water for kids" | |
,"safe_swim_description":"Would you like to teach your children how to swim in a cool and scientifically proven way? Then you can come to us. With our personal approach we ensure that your child immediately feels safe in the water" | |
,"see_how_we_work":"VIEW OUR APPROACH" | |
,"see_offer":"DISCOVER OUR LESSONS" | |
,"our_approach":"OUR APPROACH" | |
,"how_we_work":"How we work" | |
,"how_we_work_description":"This is the path that each child will follow in our swimming school." | |
,"read_more":"READ MORE" | |
,"introductory_lesson":"Introductory lesson" | |
,"introductory_lesson_description":"You first schedule an introductory lesson. This is a private lesson where your child comes for the first time and gets to know the instructor and the new environment. At the same time we can assess the level." | |
,"learn_to_swim":"Learning to Swim" | |
,"learn_to_swim_description":"After the introduction lesson, your child can take private lessons or group lessons. The lessons are scheduled through our online platform." | |
,"your_child_can_swim":"Your child can swim" | |
,"your_child_can_swim_description":"After following our program, your child can swim backstroke, breaststroke and freestyle correctly. Early exits are always possible" | |
,"offer":"OUR LESSONS" | |
,"price_for_one_lesson":"Price for 1 lesson" | |
,"duration_30":"Duration: 30min" | |
,"private_lesson":"Private lesson" | |
,"defining_needs":"Defining the needs of your child" | |
,"introduction_talk":"Introduction talk with the parents" | |
,"after_this":"After this lesson, your kid can start with group or private lessens" | |
,"inc_insurance":"Including: insurance, swimming lane" | |
,"5_private_lessons":"5 private lessons" | |
,"price_for_five_lessons":"Price for 5 lessons" | |
,"subscribe":"Subscribe" | |
,"group_lesson":"Group lessons" | |
,"duration_45":"Duration: 45min" | |
,"9_lessons":"9 group lessons" | |
,"price_for_9_lessons":"for 9 lessons" | |
,"certificate":"With certificate" | |
,"offer_group":"Group lessons" | |
,"offer_private":"Private lessons" | |
,"extra_info":"Follow a Introductory lesson first" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/client/tsconfig.json","entries":[{"id":"Yij3.json","timestamp":1677152085857},{"id":"flIC.json","timestamp":1677152103324},{"id":"xML8.json","timestamp":1677152169075}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"lib": [ | |
"dom", | |
"dom.iterable", | |
"esnext" | |
], | |
"allowJs": true, | |
"skipLibCheck": true, | |
"strict": false, | |
"forceConsistentCasingInFileNames": true, | |
"noEmit": true, | |
"incremental": true, | |
"esModuleInterop": true, | |
"module": "esnext", | |
"moduleResolution": "node", | |
"resolveJsonModule": true, | |
"isolatedModules": true, | |
"jsx": "preserve" | |
}, | |
"include": [ | |
"next-env.d.ts", | |
"**/*.ts", | |
"**/*.tsx" | |
], | |
"exclude": [ | |
"node_modules" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"lib": [ | |
"dom", | |
"dom.iterable", | |
"esnext" | |
], | |
"allowJs": true, | |
"skipLibCheck": true, | |
"strict": false, | |
"forceConsistentCasingInFileNames": true, | |
"noEmit": true, | |
"incremental": true, | |
"esModuleInterop": true, | |
"module": "esnext", | |
"moduleResolution": "node", | |
"resolveJsonModule": true, | |
"isolatedModules": true, | |
"jsx": "preserve" | |
}, | |
"include": [ | |
"next-env.d.ts", | |
"**/*.ts", | |
"**/*.tsx" | |
], | |
"exclude": [ | |
"node_modules" | |
], | |
"paths": { | |
"@t/*": ["../../types/*"], | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"lib": [ | |
"dom", | |
"dom.iterable", | |
"esnext" | |
], | |
"allowJs": true, | |
"skipLibCheck": true, | |
"strict": false, | |
"forceConsistentCasingInFileNames": true, | |
"noEmit": true, | |
"incremental": true, | |
"esModuleInterop": true, | |
"module": "esnext", | |
"moduleResolution": "node", | |
"resolveJsonModule": true, | |
"isolatedModules": true, | |
"jsx": "preserve" | |
}, | |
"include": [ | |
"next-env.d.ts", | |
"**/*.ts", | |
"**/*.tsx" | |
], | |
"exclude": [ | |
"node_modules" | |
], | |
"paths": { | |
"@/*": ["./src/*"], | |
"@t/*": ["../../types/*"], | |
"@assets/*": ["assets/*"], | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/react-use/lib/useKey.d.ts","entries":[{"id":"jA45.ts","source":"Workspace Edit","timestamp":1649488785599}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/declaration.d.ts","entries":[{"id":"HXw1.ts","timestamp":1674116965583}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/src/common/_Api.ts","entries":[{"id":"97gQ.ts","timestamp":1649053426389},{"id":"X8DR.ts","timestamp":1649055161938},{"id":"JHqC.ts","timestamp":1649055177191},{"id":"Tl1Z.ts","timestamp":1649055225376},{"id":"y5x3.ts","timestamp":1649055246477},{"id":"liUf.ts","timestamp":1651378212317},{"id":"RHir.ts","timestamp":1651378692265},{"id":"VxiK.ts","timestamp":1651383161532},{"id":"mj0y.ts","timestamp":1651383228317},{"id":"XXHb.ts","timestamp":1651383486998},{"id":"uFr2.ts","timestamp":1651383512260},{"id":"yRon.ts","timestamp":1651661744165},{"id":"olDZ.ts","timestamp":1651732353055},{"id":"XDvv.ts","timestamp":1651732719397},{"id":"jTd9.ts","timestamp":1654497650161},{"id":"Je5x.ts","timestamp":1654497681011},{"id":"WbwW.ts","timestamp":1654498000180},{"id":"fQKt.ts","timestamp":1656398159159},{"id":"E0Cq.ts","source":"moved.source","timestamp":1656399315283},{"id":"k78t.ts","timestamp":1656489341415},{"id":"DsbY.ts","timestamp":1656567923648},{"id":"uvot.ts","timestamp":1656567990782},{"id":"gl2Z.ts","timestamp":1656569516976},{"id":"68Z1.ts","timestamp":1656569533259},{"id":"TVh7.ts","timestamp":1656572749510},{"id":"DYSh.ts","timestamp":1658990099884},{"id":"ORJF.ts","timestamp":1660028570518},{"id":"l91X.ts","timestamp":1660083865092},{"id":"s81E.ts","source":"renamed.source","timestamp":1660261897707}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/firebase-functions/lib/v2/params/index.d.ts","entries":[{"id":"XlpM.ts","source":"Workspace Edit","timestamp":1663505947174}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/customers/mandates/CustomerMandatesBinder.d.ts","entries":[{"id":"QX8p.ts","source":"Workspace Edit","timestamp":1656399529073}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"c":["webpack"],"r":[],"m":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/dbl/src/serices/ss.ts","entries":[{"id":"tqo6.ts","timestamp":1676356435530},{"id":"4TsC.ts","timestamp":1676357602316},{"id":"hinJ.ts","timestamp":1676358118801},{"id":"tAVp.ts","timestamp":1676358467671},{"id":"kiSJ.ts","timestamp":1676358552452}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/data/posts/eerste-zwemles-wat-moet-ik-als-ouder-doen.md","entries":[{"id":"YWMi.md","timestamp":1655122049279},{"id":"A4BV.md","timestamp":1655122078678},{"id":"wiaq.md","timestamp":1655122616946},{"id":"UtWl.md","timestamp":1655122652599},{"id":"l7iS.md","timestamp":1655152858766}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"dev": "tsc --watch", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "npm run build && firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"axios": "^0.27.2", | |
"firebase": "^9.8.4", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"md5": "^2.3.0", | |
"mysql": "^2.18.1", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@types/md5": "^2.3.2", | |
"@types/mysql": "^2.15.21", | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"firebase-tools": "^11.1.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"version": "0.0.1", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc ./src ", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"dev": "tsc --watch", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase": "^9.8.4", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"mysql": "^2.18.1", | |
"node-fetch": "^3.2.10", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@types/mysql": "^2.15.21", | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"firebase-tools": "^11.1.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts ./functions", | |
"build": "tsc", | |
"dev": "tsc --watch", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "npm run build && firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"@slack/bolt": "^3.12.2", | |
"algoliasearch": "^4.14.3", | |
"all": "^0.0.0", | |
"axios": "^0.27.2", | |
"firebase": "^9.8.4", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^4.2.1", | |
"ical-generator": "^3.6.0", | |
"lodash.debounce": "^4.0.8", | |
"luxon": "^3.0.3", | |
"md5": "^2.3.0", | |
"mysql": "^2.18.1", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0", | |
"uuid": "^9.0.0" | |
}, | |
"devDependencies": { | |
"@types/md5": "^2.3.2", | |
"@types/mysql": "^2.15.21", | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"firebase-tools": "^11.1.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/package.json","entries":[{"id":"wlZJ.json","timestamp":1663506514655},{"id":"hcTI.json","timestamp":1663506641350},{"id":"2Ovb.json","timestamp":1663510131613},{"id":"8t1P.json","timestamp":1663510562000},{"id":"T0s4.json","timestamp":1663510583810},{"id":"knrN.json","timestamp":1663510646569},{"id":"8Cic.json","timestamp":1663511845098},{"id":"tMBy.json","timestamp":1663512119961},{"id":"t9gL.json","timestamp":1663512184408},{"id":"WcYJ.json","timestamp":1663912538412},{"id":"7dOf.json","timestamp":1676875551176},{"id":"XdV6.json","timestamp":1676875551177},{"id":"e3y5.json","timestamp":1676875551177},{"id":"p1y2.json","timestamp":1676875551177},{"id":"E824.json","timestamp":1676881302251},{"id":"jh4x.json","timestamp":1676881322653}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.18.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3" | |
}, | |
"devDependencies": { | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts", | |
"build": "tsc", | |
"dev": "tsc --watch", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "npm run build && firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"@slack/bolt": "^3.12.2", | |
"algoliasearch": "^4.14.3", | |
"all": "^0.0.0", | |
"axios": "^0.27.2", | |
"firebase": "^9.8.4", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^4.2.1", | |
"ical-generator": "^3.6.0", | |
"lodash.debounce": "^4.0.8", | |
"luxon": "^3.0.3", | |
"md5": "^2.3.0", | |
"mysql": "^2.18.1", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0", | |
"uuid": "^9.0.0" | |
}, | |
"devDependencies": { | |
"@types/md5": "^2.3.2", | |
"@types/mysql": "^2.15.21", | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"firebase-tools": "^11.1.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"dev": "tsc --watch", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"axios": "^0.27.2", | |
"firebase": "^9.8.4", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"mysql": "^2.18.1", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@types/mysql": "^2.15.21", | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"firebase-tools": "^11.1.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc ./src/index.ts", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.2.0", | |
"firebase-functions": "^3.21.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"typescript": "^4.6.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.2.0", | |
"firebase-functions": "^3.21.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"typescript": "^4.6.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"dev": "tsc --watch", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3", | |
"firebase": "^9.8.4", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"firebase-tools": "^11.1.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.18.0", | |
"luxon": "^3.0.3", | |
"puppeteer": "^17.1.3" | |
}, | |
"devDependencies": { | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"type": "module", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"dev": "tsc --watch", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase": "^9.8.4", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.0.3", | |
"mysql": "^2.18.1", | |
"node-fetch": "^3.2.10", | |
"puppeteer": "^17.1.3", | |
"stripe": "^10.7.0" | |
}, | |
"devDependencies": { | |
"@types/mysql": "^2.15.21", | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"firebase-tools": "^11.1.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/aws-sdk/lib/credentials/credential_provider_chain.d.ts","entries":[{"id":"MytO.ts","source":"Workspace Edit","timestamp":1656399528867}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/firebase-admin/lib/machine-learning/machine-learning-namespace.d.ts","entries":[{"id":"Yds6.ts","source":"Workspace Edit","timestamp":1663505947173}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/cypress/support/mail.js","entries":[{"id":"ruGq.js","source":"Add async modifier to containing function","timestamp":1666292751755},{"id":"sGap.js","timestamp":1666292789290},{"id":"MyoO.js","timestamp":1666292812065}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/app/manage/page.tsx","entries":[{"id":"wSSx.tsx","timestamp":1673971928817},{"id":"1dV4.tsx","source":"moved.source","timestamp":1673971939238},{"id":"d1dQ.tsx","timestamp":1673972123195},{"id":"Fh3M.tsx","timestamp":1673972150786},{"id":"8PoX.tsx","timestamp":1673972163591},{"id":"TSRM.tsx","timestamp":1673972175868},{"id":"qzbc.tsx","timestamp":1673972196556},{"id":"4Dc4.tsx","timestamp":1673972237303},{"id":"5Mht.tsx","timestamp":1673972462272},{"id":"4mjC.tsx","timestamp":1673972485732},{"id":"NH2J.tsx","timestamp":1673972507354},{"id":"Aaxv.tsx","timestamp":1673972551113},{"id":"34Z9.tsx","timestamp":1673972575079},{"id":"fBIN.tsx","timestamp":1673973381922},{"id":"EKgv.tsx","timestamp":1673973453952},{"id":"QNDJ.tsx","timestamp":1673973512290},{"id":"Vx1x.tsx","timestamp":1673973573737},{"id":"Wh35.tsx","timestamp":1673973596282},{"id":"D8Ax.tsx","timestamp":1673973695861},{"id":"M0zt.tsx","timestamp":1673974976984},{"id":"OtMD.tsx","timestamp":1673975018151},{"id":"3KY5.tsx","timestamp":1673975078723},{"id":"vPBN.tsx","source":"undoRedo.source","timestamp":1673975170805},{"id":"kNhF.tsx","timestamp":1673975422355},{"id":"DXtK.tsx","source":"Add import from \"@/components/manage/services\"","timestamp":1673975438643},{"id":"tILI.tsx","source":"Update import from \"react\"","timestamp":1673975510756},{"id":"92Ft.tsx","timestamp":1673977765156},{"id":"humy.tsx","timestamp":1673977779799},{"id":"bN9A.tsx","timestamp":1673977790813},{"id":"D1OK.tsx","timestamp":1673977812837},{"id":"nOGS.tsx","timestamp":1673978040508},{"id":"HIZr.tsx","timestamp":1673978064165},{"id":"fBrV.tsx","source":"Workspace Edit","timestamp":1674062396228},{"id":"yr6D.tsx","timestamp":1674063393207}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/firebase-admin/lib/app/lifecycle.d.ts","entries":[{"id":"Fq4Z.ts","source":"Workspace Edit","timestamp":1663505947174}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/payments/PaymentsBinder.d.ts","entries":[{"id":"0cqA.ts","source":"Workspace Edit","timestamp":1656399529070}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/aws-sdk/lib/service.d.ts","entries":[{"id":"vlFJ.ts","source":"Workspace Edit","timestamp":1656399528867}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"c":["webpack"],"r":[],"m":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/%40grpc/grpc-js/build/src/server-call.d.ts","entries":[{"id":"1cYM.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/manager/next.config.js","entries":[{"id":"kwwz.js","timestamp":1667367495756},{"id":"fOKk.js","timestamp":1667367559226}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/google-auth-library/build/src/auth/refreshclient.d.ts","entries":[{"id":"4vfo.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/layouts/app.tsx","entries":[{"id":"Qm7X.tsx","timestamp":1677495097205},{"id":"iPxr.tsx","timestamp":1677495202250},{"id":"Npwe.tsx","timestamp":1677495223364},{"id":"GIZZ.tsx","timestamp":1677495247852},{"id":"pD4H.tsx","timestamp":1677495257979},{"id":"ERuV.tsx","timestamp":1677496803288},{"id":"LtsX.tsx","timestamp":1677496879187},{"id":"qVqT.tsx","timestamp":1677496949209},{"id":"lAcS.tsx","source":"undoRedo.source","timestamp":1677497084926},{"id":"BFW3.tsx","timestamp":1677497650530}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/common/templates/mail/paymentLink.html","entries":[{"id":"xpSJ.html","source":"textFileCreate.source","timestamp":1665122706495}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/%40types/react-select/src/components/Placeholder.d.ts","entries":[{"id":"KThF.ts","source":"Workspace Edit","timestamp":1649488785658}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplannr/apps/admin/src/service/analitycs.ts","entries":[{"id":"JC5k.ts","timestamp":1678441736217}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/profiles/ProfilesBinder.d.ts","entries":[{"id":"KXgT.ts","source":"Workspace Edit","timestamp":1656399529071}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/google-gax/build/src/fallbackServiceStub.d.ts","entries":[{"id":"783d.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/react-use/lib/useKeyPressEvent.d.ts","entries":[{"id":"T8on.ts","source":"Workspace Edit","timestamp":1649488785993}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/profiles/parameters.d.ts","entries":[{"id":"xICD.ts","source":"Workspace Edit","timestamp":1656399529069}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/Binder.d.ts","entries":[{"id":"gZ2Q.ts","source":"Workspace Edit","timestamp":1656399529430}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/bp/.nuxtignore","entries":[{"id":"mZlw","timestamp":1655720235207},{"id":"PMLp","timestamp":1655720696575},{"id":"Dlns","timestamp":1655720818524}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/data/posts/zwemlessenkkinderen-wachtebeke.md","entries":[{"id":"NVmo.md","timestamp":1655106782138},{"id":"avqA.md","timestamp":1655106807244},{"id":"Vj8F.md","timestamp":1655106838040},{"id":"DZx0.md","source":"moved.source","timestamp":1655108325683},{"id":"ziG0.md","source":"moved.source","timestamp":1655108413816},{"id":"hO3O.md","source":"moved.source","timestamp":1655108509079},{"id":"muPH.md","source":"moved.source","timestamp":1655108546488},{"id":"86Zk.md","timestamp":1655111821657},{"id":"5o6u.md","timestamp":1655112021750},{"id":"E3dm.md","timestamp":1655120467200},{"id":"wUCe.md","timestamp":1655122062033}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/migration/categories.ts","entries":[{"id":"yZKP.ts","timestamp":1663993239597}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/reservation/updateReservation.ts","entries":[{"id":"6w7n.ts","timestamp":1663656687044},{"id":"rWKH.ts","timestamp":1663657225108},{"id":"opZq.ts","timestamp":1663657305649},{"id":"gVXY.ts","timestamp":1663657511347},{"id":"qb7G.ts","timestamp":1663657945081},{"id":"AUHu.ts","timestamp":1663658090849},{"id":"SfRm.ts","timestamp":1663658997178},{"id":"djFB.ts","timestamp":1663659106228},{"id":"WfU8.ts","timestamp":1663659457372},{"id":"YkfO.ts","timestamp":1663659610132},{"id":"aU2L.ts","timestamp":1663659825822},{"id":"JAUP.ts","timestamp":1664077249707},{"id":"R2oC.ts","timestamp":1664077335282},{"id":"ySYZ.ts","timestamp":1664694746305},{"id":"Q35Z.ts","timestamp":1664694786929},{"id":"LxSi.ts","timestamp":1664695559776},{"id":"Huck.ts","timestamp":1664695673334},{"id":"jHAK.ts","timestamp":1664695760573},{"id":"fBrJ.ts","timestamp":1666089508964},{"id":"fIOX.ts","timestamp":1666089524906},{"id":"YP9r.ts","timestamp":1666090408317},{"id":"MNKt.ts","timestamp":1666237965530},{"id":"ZatK.ts","timestamp":1666238186324},{"id":"YV4B.ts","timestamp":1666326580072},{"id":"YUoT.ts","timestamp":1666593251507},{"id":"WnIR.ts","timestamp":1668094483525},{"id":"K3r0.ts","timestamp":1668095175915},{"id":"WK2P.ts","timestamp":1668095552845},{"id":"Z0bi.ts","timestamp":1668095574803},{"id":"lrej.ts","timestamp":1668095948048},{"id":"HLkT.ts","timestamp":1669659600343},{"id":"sQMO.ts","timestamp":1670136792431},{"id":"hve3.ts","timestamp":1670653178142},{"id":"ScOY.ts","timestamp":1670653333589},{"id":"5whd.ts","timestamp":1670656819865},{"id":"1eDh.ts","source":"searchReplace.source","timestamp":1670827618875},{"id":"fGzt.ts","source":"searchReplace.source","timestamp":1670828078329},{"id":"Kq1m.ts","timestamp":1671271813697},{"id":"woer.ts","timestamp":1671271830121},{"id":"71xN.ts","timestamp":1672119345938},{"id":"1Yhp.ts","timestamp":1672295240459},{"id":"YLkM.ts","timestamp":1673243604776},{"id":"9l4l.ts","timestamp":1673243703970},{"id":"E488.ts","timestamp":1673260373926},{"id":"ZbZ8.ts","timestamp":1673260465740},{"id":"iyHk.ts","timestamp":1674894198423},{"id":"RxAu.ts","timestamp":1674895948129},{"id":"YiIz.ts","timestamp":1674897135259},{"id":"Qch5.ts","timestamp":1678259714634},{"id":"XFm3.ts","timestamp":1678259741040}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplannr/packages/shared/src/collectionNames.ts","entries":[{"id":"4Bty.ts","timestamp":1678442087508}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/%40types/mdurl/index.d.ts","entries":[{"id":"CGF3.ts","source":"Workspace Edit","timestamp":1649488785580}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/prod-config/proswimteam.js","entries":[{"id":"rm0J.js","timestamp":1671770367649},{"id":"4x9y.js","timestamp":1674214324355}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/google-gax/build/src/operationsClient.d.ts","entries":[{"id":"JCJb.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"site": "", | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"rewrites": [ | |
{ | |
"source": "**", | |
"destination": "/index.html" | |
} | |
], | |
"frameworksBackend": { | |
"region": "europe-west1" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"site": "", | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"frameworksBackend": { | |
"region": "europe-west1" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"site": "", | |
"source": ".", | |
"public": "public", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"frameworksBackend": { | |
"region": "europe-west1" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplanner-clone/firebase.json","entries":[{"id":"BGuO.json","timestamp":1678527303755},{"id":"u7Ym.json","timestamp":1678527477644},{"id":"4j8R.json","timestamp":1678528277599},{"id":"75XV.json","timestamp":1678528547022},{"id":"gt5C.json","timestamp":1678529514754},{"id":"FUUy.json","timestamp":1678529642194},{"id":"fNVt.json","timestamp":1678529905824}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"public": "out", | |
"cleanUrls": true, | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"public": "public", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"site": "", | |
"source": ".", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"frameworksBackend": { | |
"region": "europe-west1" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/storage.rules","entries":[{"id":"PiGR.rules","timestamp":1662612123445},{"id":"hfu2.rules","timestamp":1662787483474},{"id":"x77z.rules","timestamp":1662788188350},{"id":"I3SV.rules","timestamp":1662788202264},{"id":"euQc.rules","timestamp":1662788220100},{"id":"xjNx.rules","timestamp":1662788247604},{"id":"eJ9r.rules","timestamp":1662788268449},{"id":"exaI.rules","timestamp":1662789066977},{"id":"CMpm.rules","timestamp":1662789081367}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplanner-clone/src/components/PrimaryFeatures.tsx","entries":[{"id":"PFpB.tsx","timestamp":1678456941605}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/cypress/e2e/auth/inviteUser.ts","entries":[{"id":"ixHL.ts","timestamp":1666288842204},{"id":"Bk3B.ts","source":"renamed.source","timestamp":1676265059263}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/cypress/e2e/auth/inviteUser.js","entries":[{"id":"mkra.js","timestamp":1666288538600},{"id":"j1q8.js","timestamp":1666288560494},{"id":"PERB.js","timestamp":1666288588578},{"id":"2y61.js","timestamp":1666288602353},{"id":"eq0k.js","timestamp":1666288636473},{"id":"uWaU.js","source":"renamed.source","timestamp":1666288902225},{"id":"RnFP.js","timestamp":1666290022755},{"id":"v3Pc.js","timestamp":1666290413918},{"id":"1H0k.js","timestamp":1666291524009},{"id":"In1z.js","timestamp":1666291771708},{"id":"Lu4o.js","timestamp":1666292469383},{"id":"xmeV.js","timestamp":1666292505147},{"id":"Naa5.js","timestamp":1666292588909},{"id":"3tQn.js","source":"Add async modifier to containing function","timestamp":1666292751755},{"id":"1ZGh.js","timestamp":1666292789290},{"id":"bd7n.js","timestamp":1666292864965},{"id":"ZdiH.js","source":"undoRedo.source","timestamp":1666292908027},{"id":"5fWf.js","timestamp":1666293604561},{"id":"0TGi.js","timestamp":1666293837340},{"id":"MEnR.js","timestamp":1666293942273},{"id":"ZbZG.js","timestamp":1666294084454},{"id":"7vWh.js","timestamp":1666294110076},{"id":"VVSL.js","timestamp":1666294154496},{"id":"Kqdl.js","timestamp":1666294191387},{"id":"RQbM.js","timestamp":1666294244095},{"id":"LiqE.js","timestamp":1666294526599},{"id":"fMYt.js","timestamp":1666294812392},{"id":"x058.js","timestamp":1666592467069},{"id":"zjc0.js","timestamp":1666593251507},{"id":"ZANB.js","timestamp":1669034135683},{"id":"G7B5.js","timestamp":1669034167307},{"id":"WegX.js","timestamp":1669034225663}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/backend/migrations/5_level_%26_comments.js","entries":[{"id":"v6IR.js","timestamp":1654491960258},{"id":"16Jk.js","timestamp":1654493491121}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"c":["pages/_app","webpack"],"r":[],"m":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/%40grpc/grpc-js/build/src/load-balancer-outlier-detection.d.ts","entries":[{"id":"1Y7b.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/.env","entries":[{"id":"n6T9.local","timestamp":1663343112422},{"id":"6FTR.local","timestamp":1663343131834},{"id":"G8Xe","source":"renamed.source","timestamp":1663386952422}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"personal_info":"Personal details" | |
,"firstname":"Name" | |
,"lastname":"Surname" | |
,"street":"Street" | |
,"number":"House number" | |
,"postalcode":"Postal code" | |
,"city":"City/town" | |
,"country":"Country" | |
,"account_details":"Account details" | |
,"email":"Email" | |
,"password":"Password" | |
,"repeat_password":"Repeat password" | |
,"phone":"Phone number" | |
,"account_members":"Account members" | |
,"birthday":"Birth date" | |
,"child_or_friend":"Child or friend" | |
,"nota":"Notes" | |
,"family":"Family" | |
,"friend":"Friend" | |
,"add_family":"add a family member or friend" | |
,"edit":"SAVE CHANGES" | |
,"logoff": "LOGOUT" | |
,"by_adding": "Door uw kinderen, familieleden of vrienden toe te voegen is het mogelijk om met één account meerde reservaties te maken." | |
,"register": "Register" | |
,"register_now": "Register now" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/family/onFamilyDelete.ts","entries":[{"id":"wdpp.ts","timestamp":1673522411227}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/.vscode/launch.json","entries":[{"id":"xRCd.json","timestamp":1674020570385}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "node", | |
"request": "attach", | |
"name": "Debug", | |
"port": 9229, | |
"outfiles": [ | |
"${workspaceFolder}/functions/lib/functions/src/**/*.js" | |
], | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/%40grpc/grpc-js/build/src/client-interceptors.d.ts","entries":[{"id":"IT06.ts","source":"Workspace Edit","timestamp":1663505947176}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/style/Sidebar.css","entries":[{"id":"d6lg.css","timestamp":1666932743761},{"id":"b8Vy.css","timestamp":1666932756878}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/weblighting-site/src/app/blog/%5Bslug%5D/page.tsx","entries":[{"id":"mJDy.tsx","timestamp":1673943428876},{"id":"ShHw.tsx","source":"moved.source","timestamp":1673943827387},{"id":"ryIT.tsx","timestamp":1673943924241},{"id":"Xgku.tsx","timestamp":1673945840769},{"id":"BLRL.tsx","timestamp":1673946628985}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/weblighting-site/src/app/blog/post/page.mdx","entries":[{"id":"010z.mdx","source":"renamed.source","timestamp":1673943378163},{"id":"wx8f.mdx","source":"renamed.source","timestamp":1673943389835}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/components/reviews/reviewCard.tsx","entries":[{"id":"sg2E.tsx","source":"Workspace Edit","timestamp":1676698314422},{"id":"UyWv.tsx","source":"searchReplace.source","timestamp":1676699132562},{"id":"GNFo.tsx","timestamp":1678431497864}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/backup/proswimlab/frontend/src/pages/admin/invoices.tsx","entries":[{"id":"altG.tsx","timestamp":1666851575852}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplanner-clone/src/components/Logo.tsx","entries":[{"id":"29g0.tsx","timestamp":1674930995822},{"id":"1V4L.tsx","timestamp":1674931155363},{"id":"ckvU.tsx","timestamp":1674931277557},{"id":"yJUX.tsx","timestamp":1674931508590}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/react-use/lib/useAsyncFn.d.ts","entries":[{"id":"DR4k.ts","source":"Workspace Edit","timestamp":1649488785599}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"noImplicitReturns": true, | |
"noUnusedLocals": true, | |
"outDir": "lib", | |
"sourceMap": true, | |
"strict": false, | |
"target": "es2017" | |
}, | |
"compileOnSave": true, | |
"include": [ | |
"src" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/tsconfig.json","entries":[{"id":"D26f.json","timestamp":1663506421731},{"id":"OFby.json","timestamp":1663511694814}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"noImplicitReturns": true, | |
"noUnusedLocals": true, | |
"outDir": "lib", | |
"sourceMap": true, | |
"strict": true, | |
"target": "es2017" | |
}, | |
"compileOnSave": true, | |
"include": [ | |
"src", "src/**/*" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/views/admin/AdminCalendar.tsx","entries":[{"id":"brfS.tsx","timestamp":1651985264867},{"id":"VYZX.tsx","timestamp":1651985786693},{"id":"jFwC.tsx","timestamp":1651985807783},{"id":"1jCE.tsx","timestamp":1651985884386},{"id":"eOhT.tsx","timestamp":1651985924219},{"id":"SnwB.tsx","source":"undoRedo.source","timestamp":1651987035013},{"id":"aGjG.tsx","timestamp":1651987134164},{"id":"vAjc.tsx","timestamp":1651988646179},{"id":"mcZE.tsx","timestamp":1651989546045},{"id":"ht5B.tsx","timestamp":1651989572647},{"id":"S0sW.tsx","timestamp":1651989602203},{"id":"DZy3.tsx","timestamp":1651989654560},{"id":"7JO1.tsx","timestamp":1651989778301},{"id":"21MC.tsx","timestamp":1651989829006},{"id":"BKHu.tsx","source":"undoRedo.source","timestamp":1651989838437}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/refunds/RefundsBinder.d.ts","entries":[{"id":"hhR8.ts","source":"Workspace Edit","timestamp":1656399529050}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/firestore.rules","entries":[{"id":"Ov6M.rules","timestamp":1673971549852},{"id":"kd2R.rules","timestamp":1676669597175},{"id":"GBnW.rules","timestamp":1676696730721},{"id":"Vm15.rules","timestamp":1676697746568}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"c":["pages/_app","webpack"],"r":[],"m":["./src/img/check-dark.svg","./src/img/check-light.svg","./src/img/team/06 Noah.png"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config/*", "../../translations/*", "../../assets/*",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["./src/assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": [ | |
"./src/", | |
"../../config/*", | |
"../../translations/*", | |
"../../assets/*", | |
], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": [ | |
"./src/*" | |
], | |
"@translations/*": [ | |
"../../translations/*" | |
], | |
"@config/*": [ | |
"../../config/*" | |
], | |
"@assets/*": [ | |
"../../assets/*" | |
], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../translations/*", "../../assets/*",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["./src/", "../../config/", "../../translations/", "../../assets/",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../translations", "../../assets",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../translations", "../../assets",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../translations", "../../assets",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@trans/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplannr/apps/admin/tsconfig.json","entries":[{"id":"IT1g.json","source":"Workspace Edit","timestamp":1678438418067},{"id":"UZpA.json","timestamp":1678687992570},{"id":"nsfO.json","timestamp":1678688099351},{"id":"HyqC.json","timestamp":1678688174833},{"id":"LUDz.json","timestamp":1678691969590},{"id":"LINx.json","timestamp":1678692952137},{"id":"Wd9n.json","timestamp":1678693938712},{"id":"oA0g.json","timestamp":1678693960705},{"id":"0qhf.json","timestamp":1678694034124},{"id":"mOHU.json","timestamp":1678694045977},{"id":"A6ZO.json","timestamp":1678695329957},{"id":"BHQI.json","timestamp":1678695341702},{"id":"Cg4F.json","timestamp":1678695359551},{"id":"BvB7.json","source":"undoRedo.source","timestamp":1678695382531},{"id":"AjGc.json","timestamp":1678695463686},{"id":"REPi.json","timestamp":1678695570138},{"id":"omAq.json","timestamp":1678695617730},{"id":"ukC5.json","timestamp":1678695790266},{"id":"j8dr.json","timestamp":1678695820898},{"id":"6866.json","timestamp":1678695865233}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config"], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config"] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": [ | |
"./src/", | |
"../../config/*", | |
"../../translations/*", | |
"../../assets/*", | |
], | |
"settings": { | |
"import/resolver": { | |
"alias": { | |
"map": [ | |
[ | |
"@translations", | |
"../../translations" | |
], | |
[ | |
"@config", | |
"../../config" | |
], | |
[ | |
"@assets", | |
"../../assets" | |
], | |
], | |
"extensions": [ | |
".js", | |
".jsx", | |
".ts", | |
".tsx", | |
".css" | |
] | |
} | |
} | |
}, | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": [ | |
"./src/*" | |
], | |
"@translations/*": [ | |
"../../translations/*" | |
], | |
"@config/*": [ | |
"../../config/*" | |
], | |
"@assets/*": [ | |
"../../assets/*" | |
], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../translations", "../../assets",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../availabilities.tsx", "../../availabilities.tsx"], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config/*", "../../translations/*", "../../assets/*",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config"], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@t/*": ["../../translations/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../translations", "../../assets",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["./src/assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["./src/", "../../config/*", "../../translations/*", "../../assets/*",], | |
"settings": { | |
"import/resolver": { | |
"node": { | |
"extensions": [".js", ".jsx", ".ts", ".tsx", ".css"] | |
} | |
} | |
}, | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["./src/", "../../config/*", "../../translations/*", "../../assets/*",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["./src/", "../../config/*", "../../translations/*", "../../assets/*",], | |
"settings": { | |
"import/resolver": { | |
"node": { | |
"extensions": [".js", ".jsx", ".ts", ".tsx", ".css"] | |
} | |
}, | |
"alias": { | |
"map": [ | |
["@translations", "../../translations"], | |
["@config", "../../config"], | |
["@assets", "../../assets"], | |
], | |
"extensions": [".js", ".jsx", ".ts", ".tsx", ".css"] | |
} | |
}, | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"], | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["../../assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config"], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@translations/*": ["../../translations"] | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "tsconfig/vite.json", | |
"include": ["src", "../../config", "../../translations", "../../assets",], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"@translations/*": ["../../translations/*"], | |
"@config/*": ["../../config/*"], | |
"@assets/*": ["./assets/*"], | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/scraper/menu.txt","entries":[{"id":"2XqD.txt","timestamp":1674036936930}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/customers/payments/parameters.d.ts","entries":[{"id":"8iFO.ts","source":"Workspace Edit","timestamp":1656399529071}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/weblighting/.vscode/settings.json","entries":[{"id":"jJm0.json","timestamp":1659365709236},{"id":"F1WZ.json","timestamp":1662653816934}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorCustomizations": { | |
"activityBar.activeBackground": "#3e5475", | |
"activityBar.activeBorder": "#2a161e", | |
"activityBar.background": "#3e5475", | |
"activityBar.foreground": "#e7e7e7", | |
"activityBar.inactiveForeground": "#e7e7e799", | |
"activityBarBadge.background": "#2a161e", | |
"activityBarBadge.foreground": "#e7e7e7", | |
"sash.hoverBorder": "#3e5475", | |
"statusBar.background": "#2c3c54", | |
"statusBar.foreground": "#e7e7e7", | |
"statusBarItem.hoverBackground": "#3e5475", | |
"statusBarItem.remoteBackground": "#2c3c54", | |
"statusBarItem.remoteForeground": "#e7e7e7", | |
"titleBar.activeBackground": "#2c3c54", | |
"titleBar.activeForeground": "#e7e7e7", | |
"titleBar.inactiveBackground": "#2c3c5499", | |
"titleBar.inactiveForeground": "#e7e7e799", | |
"commandCenter.border": "#e7e7e799" | |
}, | |
"peacock.color": "#2C3C54" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorCustomizations": { | |
"activityBar.activeBackground": "#3e5475", | |
"activityBar.activeBorder": "#2a161e", | |
"activityBar.background": "#3e5475", | |
"activityBar.foreground": "#e7e7e7", | |
"activityBar.inactiveForeground": "#e7e7e799", | |
"activityBarBadge.background": "#2a161e", | |
"activityBarBadge.foreground": "#e7e7e7", | |
"sash.hoverBorder": "#3e5475", | |
"statusBar.background": "#2c3c54", | |
"statusBar.foreground": "#e7e7e7", | |
"statusBarItem.hoverBackground": "#3e5475", | |
"statusBarItem.remoteBackground": "#2c3c54", | |
"statusBarItem.remoteForeground": "#e7e7e7", | |
"titleBar.activeBackground": "#2c3c54", | |
"titleBar.activeForeground": "#e7e7e7", | |
"titleBar.inactiveBackground": "#2c3c5499", | |
"titleBar.inactiveForeground": "#e7e7e799" | |
}, | |
"peacock.color": "#2C3C54" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"adult_offer": "Aanbod voor volwassenen" | |
,"adult_offer_description": "Wil je zelf goed leren zwemmen of je techniek verfijnen op een wetenschappelijk onderbouwde manier? Bekijk dan hier ons aanbod voor volwassenen!" | |
,"discover_group_lessons": "Ontdek onze groepslessen" | |
,"discover_private_lessons": "Ontdek onze privélessen" | |
,"offer": "ONS AANBOD" | |
,"group_lessons": "Onze groepslessen" | |
,"private_lessons": "Onze privelessen" | |
,"start_2_crawl": "Start 2 crawl" | |
,"price_for_9_lessons": "Prijs voor 9 lessen" | |
,"duration_1": "Duur: 1h." | |
,"max_5": "Max 5 zwemmers per lesgever" | |
,"goal_start": "Doel: 50m crawl zwemmen" | |
,"incl_start": "Inclusief: zwembaan, verzekering" | |
,"crawl_2_enjoy": "Crawl 2 enjoy" | |
,"max_6": "Max 6 zwemmers per lesgever" | |
,"continuation_of": "Volgt verder op “Start 2 crawl”" | |
,"goal_enjoy": "Doel: Verbeteren van de crawltechniek" | |
,"crawl_2_succeed": "Crawl 2 succeed" | |
,"max_4": "Max 4 zwemmers per lesgever" | |
,"incl_succeed": "Inclusief techniekanalyse" | |
,"goal_succeed": "Breng je zwemslag naar een hoger niveau" | |
,"personal_coaching": "Personal Coaching" | |
,"price_for_one_lesson":"Prijs voor 1 les" | |
,"duration_1_30": "Duur: 1,5h." | |
,"one_on_one": "1 op 1" | |
,"your_goal": "Wij werken samen naar jouw doelen" | |
,"inc_insurance":"Inclusief verzekering, zwembaan" | |
,"technique_analysis": "Techniekanalyse" | |
,"price_for_one_analysis":"Prijs voor 1 analyse" | |
,"private_lesson":"Privéles" | |
,"analysis_description":"Nauwkeurige Analyse van je zwemtechniek boven en onderwater" | |
,"analysis_description_2":"Uitgebreide documentatie van al je werkpunten" | |
,"subscribe":"Inschrijven" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/types/calendarEvent.ts","entries":[{"id":"sc6O.ts","timestamp":1662975465761}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Proswimlab/src/service/_firebase.ts","entries":[{"id":"nCCc.ts","timestamp":1663405545618}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/2ndscreen/tailwind.config.js","entries":[{"id":"3XA0.js","timestamp":1673005404079}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/google-auth-library/build/src/auth/externalclient.d.ts","entries":[{"id":"SP4V.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplannr/apps/admin/src/service/firebase.ts","entries":[{"id":"IJ8S.ts","timestamp":1678438418083},{"id":"lO7H.ts","timestamp":1678438944363},{"id":"yhvV.ts","timestamp":1678439177408},{"id":"S8oO.ts","timestamp":1678441736192}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/data/methods/data.d.ts","entries":[{"id":"kZ27.ts","source":"Workspace Edit","timestamp":1656399529430}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/common/templates/mail/reservationChanged.html","entries":[{"id":"0r7w.html","timestamp":1664225079120},{"id":"Ry8M.html","source":"moved.source","timestamp":1664254917139},{"id":"Hcnv.html","timestamp":1668609798460},{"id":"EM6Q.html","timestamp":1668619423505},{"id":"Hh9O.html","timestamp":1670654488749}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/%40grpc/grpc-js/build/src/experimental.d.ts","entries":[{"id":"AgEg.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"c":["webpack"],"r":[],"m":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/react-use/lib/useAsync.d.ts","entries":[{"id":"qzHe.ts","source":"Workspace Edit","timestamp":1649488785993}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/functions/src/common/date.ts","entries":[{"id":"HtH1.ts","timestamp":1676784951674},{"id":"pUOu.ts","timestamp":1678431785686}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/service/stripeService.ts","entries":[{"id":"t6jw.ts","timestamp":1663912873588},{"id":"2JpE.ts","timestamp":1665032934313}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/temp/platform/.github/workflows/release-demo.yml","entries":[{"id":"zEiU.yml","timestamp":1673347065908}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/backup/proswimlab/frontend/src/components/Popup.tsx","entries":[{"id":"heO7.tsx","source":"searchReplace.source","timestamp":1658655462847},{"id":"8kFv.tsx","source":"searchReplace.source","timestamp":1658655823309},{"id":"YmOb.tsx","source":"searchReplace.source","timestamp":1662613769182},{"id":"ihzc.tsx","source":"searchReplace.source","timestamp":1664942376057}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"simple":{ | |
"id":"01G2XZ11C6C51BGPE0EWJXENE9", | |
"title":"Kennismakingsles" | |
}, | |
"cycle":{ | |
"id": "01G2XZ4NHFYM2P0R99XQ4Z1B8G", | |
"title": "Cycle" | |
}, | |
"packet": { | |
"id": "01G2XZ8PZ8W3GDJP564HTANTMH", | |
"title": "Packet" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"simple":"01ENT8WQ5VZWHTCMZ7K8ZTXBVW", | |
"cycle":"01G2XZ4NHFYM2P0R99XQ4Z1B8G", | |
"packet":"01ENT8WQ5VZWHTCMZ7K8ZTXBVW" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"simple":{ | |
"id":"01G2XZ11C6C51BGPE0EWJXENE9", | |
"title":"Kennismakingsles" | |
}, | |
"cycle":{ | |
"id": "01G2XZ4NHFYM2P0R99XQ4Z1B8G", | |
"title": "cycle" | |
}, | |
"packet": { | |
"id": "01G2XZ8PZ8W3GDJP564HTANTMH", | |
"title": "packet" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/cypress/fixtures/products.json","entries":[{"id":"MP9P.json","timestamp":1652418635075},{"id":"7gEW.json","timestamp":1652420671910},{"id":"ETGn.json","timestamp":1652420896599},{"id":"rDTo.json","timestamp":1652421087578},{"id":"7iYt.json","timestamp":1652421176894},{"id":"6FhX.json","timestamp":1652504737152}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"simple":"01ENT8WQ5VZWHTCMZ7K8ZTXBVW", | |
"cycle":"01G2XZ4NHFYM2P0R99XQ4Z1B8G", | |
"packet":"01G2XZ8PZ8W3GDJP564HTANTMH" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"simple":"01ENT8WQ5VZWHTCMZ7K8ZTXBVW", | |
"cycle":"01ENT8WQ5VZWHTCMZ7K8ZTXBVW", | |
"packet":"01ENT8WQ5VZWHTCMZ7K8ZTXBVW" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"simple":"01G2XZ11C6C51BGPE0EWJXENE9", | |
"cycle":"01G2XZ4NHFYM2P0R99XQ4Z1B8G", | |
"packet":"01G2XZ8PZ8W3GDJP564HTANTMH" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/weblighting-site/src/components/home/whoWeAre.tsx","entries":[{"id":"y926.tsx","timestamp":1673892458863},{"id":"xyuE.tsx","timestamp":1673892493789},{"id":"reNm.tsx","timestamp":1673892507502},{"id":"IDvJ.tsx","source":"undoRedo.source","timestamp":1673892509791},{"id":"5gai.tsx","timestamp":1673892512882},{"id":"bDky.tsx","timestamp":1673892588974},{"id":"dNo2.tsx","timestamp":1673892622744},{"id":"lG3j.tsx","timestamp":1673892650741},{"id":"LmaR.tsx","timestamp":1673892695387},{"id":"ztvM.tsx","timestamp":1673892748795},{"id":"7Tmm.tsx","timestamp":1673892770969},{"id":"fuAu.tsx","timestamp":1673892792742},{"id":"EOf2.tsx","timestamp":1673892810117},{"id":"4NJv.tsx","timestamp":1673892828117},{"id":"dYMi.tsx","timestamp":1673892846074},{"id":"Kvi6.tsx","timestamp":1673892877035},{"id":"gjMj.tsx","source":"undoRedo.source","timestamp":1673892885433},{"id":"auGB.tsx","timestamp":1673893485608},{"id":"03yW.tsx","timestamp":1673932768678},{"id":"rbNQ.tsx","timestamp":1673934273006},{"id":"vuMH.tsx","timestamp":1673934485776},{"id":"6FSV.tsx","timestamp":1673934510046},{"id":"q6po.tsx","timestamp":1673934529669},{"id":"N9cq.tsx","timestamp":1673937363230},{"id":"xtxO.tsx","timestamp":1673937401547}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/components/loadingBar.tsx","entries":[{"id":"lWyy.tsx","timestamp":1677514338978},{"id":"DwzZ.tsx","timestamp":1677514351184},{"id":"WGAp.tsx","timestamp":1677514462161},{"id":"bptw.tsx","timestamp":1677570380108},{"id":"WnTn.tsx","timestamp":1677570500783}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/availability/checkAvailabilityOnTrainerAvailabilityChange.ts","entries":[{"id":"0mXz.ts","timestamp":1665473774316},{"id":"Zjpv.ts","timestamp":1665474716703},{"id":"GAOP.ts","timestamp":1665485302381},{"id":"xwen.ts","timestamp":1665485459957},{"id":"4aJ7.ts","timestamp":1665485504675},{"id":"tcoG.ts","timestamp":1665485544174},{"id":"WjRc.ts","timestamp":1666078169928},{"id":"IeRF.ts","timestamp":1666078352633},{"id":"QWCC.ts","timestamp":1669960036188},{"id":"7j8F.ts","timestamp":1669960104506},{"id":"8j0R.ts","timestamp":1669960196156},{"id":"7ZWd.ts","timestamp":1669960288050},{"id":"XAxj.ts","timestamp":1669960323257},{"id":"RZKQ.ts","timestamp":1669960556045},{"id":"Mrq3.ts","timestamp":1669960821367},{"id":"dYJ1.ts","timestamp":1670739602282},{"id":"uWhT.ts","timestamp":1670830559383},{"id":"A0AN.ts","timestamp":1670831948663},{"id":"65Ib.ts","timestamp":1670941437244},{"id":"UgJp.ts","timestamp":1671037064204},{"id":"Qj62.ts","timestamp":1671037584753}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0", | |
"zod": "^3.20.6", | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.18.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0", | |
"zod": "^3.20.6" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/functions/src/index.js", | |
"dependencies": { | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.18.0", | |
"openai": "^3.1.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.18.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/functions/package.json","entries":[{"id":"BWzC.json","timestamp":1676703830927},{"id":"6IkS.json","timestamp":1676786955022},{"id":"oKSd.json","timestamp":1676797557544},{"id":"d9es.json","source":"undoRedo.source","timestamp":1676797571440},{"id":"q9nQ.json","timestamp":1676813055312},{"id":"U3P5.json","timestamp":1676813646237}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"dev": "npm run build:watch", | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^4.2.1", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"dev": "npm run build:watch", | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "./lib/functions/src/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^4.2.1", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "./src", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.18.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.18.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0", | |
"zod": "^3.20.6", | |
"firebase-frameworks": "^0.6.2" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0", | |
"zod": "^3.20.6" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"scripts": { | |
"lint": "eslint --ext .js,.ts .", | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"serve": "npm run build && firebase emulators:start --only functions", | |
"shell": "npm run build && firebase functions:shell", | |
"start": "npm run shell", | |
"deploy": "firebase deploy --only functions", | |
"logs": "firebase functions:log" | |
}, | |
"engines": { | |
"node": "16" | |
}, | |
"main": "lib/index.js", | |
"dependencies": { | |
"axios": "^1.3.3", | |
"firebase-admin": "^10.0.2", | |
"firebase-functions": "^3.23.0", | |
"luxon": "^3.2.1", | |
"openai": "^3.1.0", | |
"zod": "^3.20.6", | |
"firebase-frameworks": "^0.6.2" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^5.12.0", | |
"@typescript-eslint/parser": "^5.12.0", | |
"eslint": "^8.9.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-plugin-import": "^2.25.4", | |
"firebase-functions-test": "^0.2.0", | |
"typescript": "^4.5.4" | |
}, | |
"private": true | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/test.sh","entries":[{"id":"ms9R.sh","source":"renamed.source","timestamp":1670398134049},{"id":"h4fv.sh","timestamp":1670399033385},{"id":"4Qxi.sh","timestamp":1670399053048},{"id":"t6KR.sh","timestamp":1670399391762},{"id":"MhWn.sh","timestamp":1670399409632},{"id":"cYm7.sh","timestamp":1670399443073}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/cypress/e2e/auth/login.js","entries":[{"id":"Z1q7.js","timestamp":1666287453656},{"id":"hvgU.js","source":"renamed.source","timestamp":1666287516766},{"id":"e0aw.js","timestamp":1666287581300},{"id":"ThjO.js","timestamp":1666287628674},{"id":"pG7M.js","timestamp":1666287641827},{"id":"vCJI.js","source":"moved.source","timestamp":1666287675422},{"id":"q9qD.js","timestamp":1666287700386},{"id":"Z2rM.js","timestamp":1666287719563},{"id":"qTti.js","timestamp":1666287843255},{"id":"7I4U.js","timestamp":1666287932279},{"id":"FeE1.js","timestamp":1666287944653},{"id":"qCc8.js","timestamp":1666288099206},{"id":"sKzL.js","timestamp":1666288218263},{"id":"TjmQ.js","timestamp":1666288264916},{"id":"ZwqF.js","timestamp":1666288378975},{"id":"k7Sq.js","timestamp":1666288403661}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/client/components/navbar.tsx","entries":[{"id":"A6FA.tsx","timestamp":1677159895909}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/functions/src/taskRunner.ts","entries":[{"id":"6DDU.ts","timestamp":1662529269188},{"id":"TT5p.ts","timestamp":1662529557944},{"id":"9AFV.ts","timestamp":1662530417305},{"id":"jOGR.ts","timestamp":1662536073579}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/data/methods/MethodHelper.d.ts","entries":[{"id":"it9N.ts","source":"Workspace Edit","timestamp":1656399529508}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/functions/src/blogs/blogSchedule.ts","entries":[{"id":"ygjj.ts","timestamp":1676697911248},{"id":"AmDK.ts","timestamp":1676698288940},{"id":"EgqX.ts","timestamp":1676701273800},{"id":"Lgdo.ts","source":"undoRedo.source","timestamp":1676701333989},{"id":"z4sU.ts","timestamp":1676701346010},{"id":"8lcZ.ts","timestamp":1676785796850},{"id":"ODgG.ts","timestamp":1676786232977},{"id":"8zkw.ts","timestamp":1676786634860},{"id":"FEql.ts","timestamp":1677312142488},{"id":"1CRJ.ts","timestamp":1678432591518}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/backup/proswimlab/frontend/src/components/LessonDisplay.tsx","entries":[{"id":"0ciM.tsx","source":"searchReplace.source","timestamp":1658655462937},{"id":"yrKt.tsx","source":"searchReplace.source","timestamp":1658655823601},{"id":"MvbT.tsx","source":"searchReplace.source","timestamp":1658655846686},{"id":"3i98.tsx","source":"searchReplace.source","timestamp":1658655890482},{"id":"NtE6.tsx","timestamp":1658763601504},{"id":"KSjA.tsx","timestamp":1658763995283},{"id":"y5fD.tsx","timestamp":1658764349866},{"id":"AOGe.tsx","timestamp":1658764372963},{"id":"eWKr.tsx","timestamp":1658764564840}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/bp/services/firebase.ts","entries":[{"id":"1f2f.ts","timestamp":1654404428046},{"id":"jh6S.ts","timestamp":1654404512131},{"id":"qA25.ts","timestamp":1654405181936},{"id":"UzGF.ts","timestamp":1654405223877},{"id":"eXRd.ts","timestamp":1654405272885},{"id":"yR6Q.ts","timestamp":1654409466380},{"id":"hFpa.ts","source":"Update import from \"firebase/firestore/lite\"","timestamp":1654409661819},{"id":"uz2h.ts","timestamp":1654409675842},{"id":"gSO6.ts","timestamp":1654411234957},{"id":"ps50.ts","source":"Update import from \"firebase/app\"","timestamp":1654411294760},{"id":"75bk.ts","timestamp":1654414914515},{"id":"L7yN.ts","timestamp":1654415359137},{"id":"VlwJ.ts","timestamp":1654415574741},{"id":"4IGe.ts","timestamp":1654415611005},{"id":"5rED.ts","timestamp":1654415638090},{"id":"GlFg.ts","timestamp":1654415721565},{"id":"Thr5.ts","source":"moved.source","timestamp":1654425485391},{"id":"pcvx.ts","source":"moved.source","timestamp":1654425643384},{"id":"uZvu.ts","source":"Update import from \"firebase/firestore/lite\"","timestamp":1654431373050},{"id":"LzNe.ts","timestamp":1654432238019},{"id":"AWWB.ts","timestamp":1654436600395},{"id":"RMDs.ts","timestamp":1654548036737},{"id":"LGaO.ts","timestamp":1654581455031},{"id":"YAya.ts","source":"undoRedo.source","timestamp":1654581464869},{"id":"n4Ep.ts","timestamp":1654581472498},{"id":"znBb.ts","source":"undoRedo.source","timestamp":1654581550016},{"id":"HW7v.ts","timestamp":1654962820070},{"id":"zlap.ts","source":"undoRedo.source","timestamp":1654962825029},{"id":"VK0G.ts","timestamp":1654962827625},{"id":"oKvw.ts","source":"undoRedo.source","timestamp":1654962858898},{"id":"gbIn.ts","timestamp":1655012446217},{"id":"2fDW.ts","timestamp":1655012677984},{"id":"Banc.ts","timestamp":1655012703786},{"id":"5xmf.ts","timestamp":1656136361562},{"id":"rw9w.ts","timestamp":1656396935271},{"id":"LdTL.ts","timestamp":1656397078836}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/triggers.ts","entries":[{"id":"KtuR.ts","timestamp":1664250173676},{"id":"SZQn.ts","timestamp":1664250291000},{"id":"gJwB.ts","timestamp":1664251402106}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/style/Blog-single.css","entries":[{"id":"XTOZ.css","timestamp":1651341314769},{"id":"hbdU.css","source":"renamed.source","timestamp":1651406701329}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/views/PrivateLessonLanding.tsx","entries":[{"id":"Iztm.tsx","source":"renamed.source","timestamp":1649345676260},{"id":"CdHp.tsx","timestamp":1649345709985},{"id":"BnGA.tsx","timestamp":1649345724512},{"id":"RFpp.tsx","timestamp":1649345947959},{"id":"HCVO.tsx","timestamp":1649345991981},{"id":"3NCb.tsx","timestamp":1649346012614},{"id":"Puyw.tsx","timestamp":1649346106265},{"id":"qGrZ.tsx","timestamp":1649346354543},{"id":"EOwD.tsx","timestamp":1649346417821},{"id":"it4s.tsx","timestamp":1649392470883},{"id":"6fr9.tsx","timestamp":1649392500397},{"id":"n30U.tsx","timestamp":1649393036282},{"id":"Bfku.tsx","timestamp":1649393238024},{"id":"UKn7.tsx","timestamp":1649393733015},{"id":"Ljgw.tsx","timestamp":1649393744842},{"id":"UQEg.tsx","timestamp":1649394522493},{"id":"tE7C.tsx","timestamp":1649394549641},{"id":"p4KN.tsx","timestamp":1649394568015},{"id":"GCM3.tsx","timestamp":1649394677815},{"id":"JXVp.tsx","timestamp":1649394724195},{"id":"LikQ.tsx","timestamp":1649394839434},{"id":"QcGv.tsx","timestamp":1649394854544},{"id":"loF6.tsx","timestamp":1649394927425},{"id":"fph0.tsx","timestamp":1649395180909},{"id":"xKOY.tsx","timestamp":1649395312449},{"id":"ePDZ.tsx","timestamp":1649395391069},{"id":"jYKR.tsx","timestamp":1649395810922},{"id":"OBg2.tsx","timestamp":1649395824020},{"id":"HuCO.tsx","timestamp":1649397172042},{"id":"B6M3.tsx","timestamp":1649397283213},{"id":"BxtD.tsx","timestamp":1649397306262},{"id":"fm9M.tsx","timestamp":1649397355373},{"id":"iWfx.tsx","timestamp":1649397365486},{"id":"db0X.tsx","timestamp":1649397453375},{"id":"qGJJ.tsx","timestamp":1649397559848},{"id":"AR6M.tsx","timestamp":1649397725167},{"id":"WRVg.tsx","source":"Add import from \"../components/OurValues\"","timestamp":1649397956933},{"id":"24av.tsx","timestamp":1649398626130},{"id":"GQAu.tsx","timestamp":1649398711799},{"id":"T1YO.tsx","timestamp":1649398926338},{"id":"GlzE.tsx","timestamp":1649399071238},{"id":"DJuK.tsx","timestamp":1649399729855}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Proswimlab/src/pages/account/reservations.tsx","entries":[{"id":"qFzG.tsx","source":"searchReplace.source","timestamp":1663392275947}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/pages/admin/Products.tsx","entries":[{"id":"MDc3.tsx","timestamp":1651855579702}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/next-sitemap.js","entries":[{"id":"7KLY.js","timestamp":1652245833015}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/%40types/history/LocationUtils.d.ts","entries":[{"id":"Qqnf.ts","source":"Workspace Edit","timestamp":1649488785993}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/common/templates/successfulRegistration.html","entries":[{"id":"zt3Q.html","source":"Rename registrationSuccessful.html to successfulRegistration.html","timestamp":1664225592425}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/orders/parameters.d.ts","entries":[{"id":"ZE4n.ts","source":"Workspace Edit","timestamp":1656399529070}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/.github/workflows/firebase-hosting-pull-request.yml","entries":[{"id":"54Zs.yml","timestamp":1662791149259}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/binders/refunds/parameters.d.ts","entries":[{"id":"8oZT.ts","source":"Workspace Edit","timestamp":1656399529448}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/components/Tabs.tsx","entries":[{"id":"iuc7.tsx","timestamp":1663476398003}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/data/paymentLink/PaymentLinkHelper.d.ts","entries":[{"id":"QX2Z.ts","source":"Workspace Edit","timestamp":1656399529070}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/cypress/e2e/order/creditproduct.js","entries":[{"id":"YegO.js","timestamp":1666323215482},{"id":"CIwW.js","timestamp":1666323378209},{"id":"fh43.js","timestamp":1666323403305},{"id":"Jiqh.js","timestamp":1666323668747},{"id":"jqdv.js","timestamp":1666324027013},{"id":"XRTX.js","timestamp":1666324050812},{"id":"0btt.js","timestamp":1666324105693},{"id":"CfW3.js","timestamp":1666324163233},{"id":"x1UM.js","timestamp":1666324232703},{"id":"8v4W.js","timestamp":1666324317930},{"id":"0MA9.js","timestamp":1666324434915},{"id":"2LhC.js","timestamp":1666324475948},{"id":"Grjv.js","timestamp":1666324648584},{"id":"odEy.js","timestamp":1666324785281},{"id":"uBlP.js","timestamp":1666324842316},{"id":"V3m8.js","timestamp":1666324876753},{"id":"gCWj.js","timestamp":1666324907514},{"id":"i3rY.js","timestamp":1666324984101},{"id":"5ySb.js","timestamp":1666325066597},{"id":"pG5L.js","timestamp":1666325159029},{"id":"d7iH.js","source":"Add async modifier to containing function","timestamp":1666325389120},{"id":"VwKw.js","timestamp":1666325461564},{"id":"xY9X.js","timestamp":1666325489676},{"id":"GDzL.js","timestamp":1666325523922},{"id":"WXL4.js","timestamp":1666325567940},{"id":"leFB.js","timestamp":1666325589958},{"id":"tzD0.js","timestamp":1666325902128},{"id":"4DE3.js","timestamp":1666325938044},{"id":"EDAN.js","timestamp":1666325959138},{"id":"gUjg.js","timestamp":1666326039102},{"id":"m4J3.js","timestamp":1666326138214},{"id":"Lers.js","timestamp":1666326212803}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#f5f5f5" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#ffffff" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#c9c9c9" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#9e9e9e" | |
} | |
] | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#f5f5f5" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#ffffff" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#c9c9c9" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#9e9e9e" | |
} | |
] | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/potr/assets/map_style.json","entries":[{"id":"EA91.json","timestamp":1674680859982},{"id":"icb3.json","timestamp":1674680864615},{"id":"1sLO.json","source":"renamed.source","timestamp":1674680929985},{"id":"jxCS.json","timestamp":1674714231461},{"id":"pZq5.json","timestamp":1674714282243}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#f5f5f5" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#ffffff" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#c9c9c9" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#9e9e9e" | |
} | |
] | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"styleSnapshots": [ | |
{ | |
"name": "projects/355895341746/clientStyles/789645b01fbe61c/styleSnapshots/1674714101989045", | |
"styleSheet": { | |
"rules": [ | |
{ | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#f5f5f5" | |
} | |
] | |
}, | |
{ | |
"featureType": "administrative", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "landscape", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#ffffff" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "labels.icon", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit.station", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#c9c9c9" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
} | |
], | |
"poiBoost": { | |
"level": -2 | |
}, | |
"schemaConfig": { | |
"schemaVersionV1": {} | |
} | |
} | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#f5f5f5" | |
} | |
] | |
}, | |
{ | |
"featureType": "administrative", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "landscape", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#ffffff" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "labels.icon", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit.station", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#c9c9c9" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "labels.text", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/weblighting-site/src/components/footer.tsx","entries":[{"id":"pVpP.tsx","timestamp":1673933560265},{"id":"7U82.tsx","timestamp":1673933661542},{"id":"hSvo.tsx","source":"renamed.source","timestamp":1673933673738},{"id":"8gpa.tsx","timestamp":1673933744096},{"id":"f0B1.tsx","timestamp":1673933760752},{"id":"jjyj.tsx","timestamp":1673933824032},{"id":"MNWW.tsx","timestamp":1673933834989},{"id":"SBqP.tsx","timestamp":1673933853866},{"id":"chm6.tsx","timestamp":1673933866211},{"id":"fBwd.tsx","timestamp":1673933909749},{"id":"Kj4r.tsx","source":"undoRedo.source","timestamp":1673933913257},{"id":"Zii1.tsx","timestamp":1673933935586},{"id":"cjwf.tsx","timestamp":1673933971078},{"id":"dACB.tsx","timestamp":1673934000499},{"id":"qxIH.tsx","timestamp":1673934067215},{"id":"VFGO.tsx","timestamp":1673934078641}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/src/store/trainerAvailabilitySlice.ts","entries":[{"id":"1YYe.ts","timestamp":1661611896406},{"id":"ZI6F.ts","timestamp":1662097222956},{"id":"CXUh.ts","timestamp":1662097241251},{"id":"0TqA.ts","timestamp":1662097276257},{"id":"ZD1u.ts","timestamp":1662097316947},{"id":"X5Ei.ts","source":"Workspace Edit","timestamp":1662962540648}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/store/invoicesSlice.ts","entries":[{"id":"Ltv0.ts","source":"Update import from \"./generalSlice\"","timestamp":1665460371099},{"id":"Uo16.ts","timestamp":1666501027243},{"id":"WoXh.ts","timestamp":1666502308654},{"id":"A4Zz.ts","timestamp":1666502751418},{"id":"EqJx.ts","timestamp":1666502766952},{"id":"czRi.ts","timestamp":1666502909065},{"id":"CEe9.ts","timestamp":1666502937771},{"id":"6Skg.ts","timestamp":1666503477465},{"id":"crcM.ts","timestamp":1666503493203},{"id":"Rcvz.ts","timestamp":1666503707829},{"id":"m7DU.ts","timestamp":1666503937763},{"id":"1AW7.ts","timestamp":1666504666797},{"id":"21bM.ts","timestamp":1666504684722},{"id":"oGob.ts","timestamp":1666504729890},{"id":"7Hmt.ts","timestamp":1666505102251},{"id":"xnlC.ts","timestamp":1670052745840},{"id":"oV7i.ts","source":"searchReplace.source","timestamp":1670052965085},{"id":"sajo.ts","source":"searchReplace.source","timestamp":1670053910346},{"id":"qnNP.ts","source":"searchReplace.source","timestamp":1670053925155},{"id":"bQqX.ts","timestamp":1670494693671},{"id":"4xrs.ts","source":"searchReplace.source","timestamp":1670597724194}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/.github/workflows/Release-prod-env.yml","entries":[{"id":"qgJj.yml","timestamp":1670396397995},{"id":"MS2R.yml","timestamp":1670396517960},{"id":"5mW6.yml","timestamp":1670397509977},{"id":"uITw.yml","timestamp":1670398799631},{"id":"1rXy.yml","timestamp":1670399712182}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/views/Kids.tsx","entries":[{"id":"YcW7.tsx","timestamp":1649392470884},{"id":"FmFT.tsx","timestamp":1649392747885},{"id":"eQZ3.tsx","timestamp":1649392950346},{"id":"YmAF.tsx","timestamp":1649393018836}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/functions/src/common/_firebase.ts","entries":[{"id":"bhxR.ts","timestamp":1678431861269}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/_backend/node_modules/%40mollie/api-client/dist/types/src/data/onboarding/data.d.ts","entries":[{"id":"2sFU.ts","source":"Workspace Edit","timestamp":1656399529071}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/cypress/integration/Cycle%20number%20CU-2evy85u.js","entries":[{"id":"TnrH.js","timestamp":1652849871588},{"id":"Lx83.js","timestamp":1652849892102},{"id":"oBAu.js","timestamp":1652849959776},{"id":"Zgud.js","timestamp":1652850034327},{"id":"hHeh.js","timestamp":1652850149472},{"id":"EAJ9.js","timestamp":1652850261056},{"id":"whby.js","timestamp":1652850404521},{"id":"0gOj.js","timestamp":1652850420162},{"id":"XsCO.js","timestamp":1652850516103},{"id":"loUM.js","timestamp":1652850607751},{"id":"xLuR.js","timestamp":1652850721950},{"id":"P8JW.js","timestamp":1652850774404},{"id":"m5vt.js","timestamp":1652850799557},{"id":"wFHl.js","timestamp":1652850840573},{"id":"f2Gh.js","timestamp":1652850908287},{"id":"4BtA.js","timestamp":1652851101941},{"id":"N4kK.js","timestamp":1652851123188},{"id":"7F5v.js","timestamp":1652851144188},{"id":"8ZpP.js","timestamp":1652851194081},{"id":"5Sxv.js","timestamp":1652851218767},{"id":"Uhsg.js","timestamp":1652851239449},{"id":"grne.js","timestamp":1652851270718},{"id":"5Ye4.js","timestamp":1652851313218},{"id":"cJOj.js","timestamp":1652851364392},{"id":"fYV6.js","timestamp":1652851415021},{"id":"HLUn.js","timestamp":1652851435155},{"id":"oSYD.js","timestamp":1652851520263},{"id":"F1SU.js","timestamp":1652851608549},{"id":"l8FF.js","timestamp":1652851670349},{"id":"HcG0.js","timestamp":1652851713106},{"id":"MYjQ.js","timestamp":1652851782485},{"id":"fo8e.js","timestamp":1652851826604},{"id":"PWLm.js","timestamp":1652851858320},{"id":"5DJQ.js","timestamp":1652851890998},{"id":"bo60.js","timestamp":1652851921237},{"id":"QLKy.js","timestamp":1652851947442},{"id":"kwW3.js","timestamp":1652852009723},{"id":"btXu.js","timestamp":1652852074232},{"id":"Ikjo.js","timestamp":1652852112500},{"id":"9KNv.js","timestamp":1652852271851},{"id":"S4eH.js","timestamp":1652852299075},{"id":"zX4z.js","timestamp":1652852367079},{"id":"nTGs.js","timestamp":1652852382196},{"id":"dGel.js","timestamp":1652854894238},{"id":"jRBa.js","timestamp":1652855408902},{"id":"joxl.js","timestamp":1652855431605},{"id":"DNsW.js","timestamp":1652856011652},{"id":"0DgG.js","timestamp":1652856023167},{"id":"J7hn.js","timestamp":1652856040632},{"id":"iPCO.js","timestamp":1652856054386}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/manager/pages/index.tsx","entries":[{"id":"PsVX.tsx","timestamp":1667367873638},{"id":"yXmo.tsx","timestamp":1667367938599},{"id":"G7gJ.tsx","timestamp":1667368165757},{"id":"0BUf.tsx","timestamp":1667368299315},{"id":"yGL9.tsx","timestamp":1667368339044},{"id":"jUK6.tsx","source":"undoRedo.source","timestamp":1667368342294},{"id":"6WqS.tsx","timestamp":1667368616074},{"id":"QzD8.tsx","timestamp":1667369198866},{"id":"PKZq.tsx","timestamp":1667369365515},{"id":"8VsR.tsx","timestamp":1667369390916},{"id":"xbon.tsx","timestamp":1667369456318},{"id":"LA79.tsx","timestamp":1667369665277},{"id":"wA4t.tsx","timestamp":1667369912251},{"id":"eKxc.tsx","timestamp":1667370478611},{"id":"cgy0.tsx","timestamp":1667371130609},{"id":"xP33.tsx","timestamp":1667371760234},{"id":"oTHh.tsx","timestamp":1667371869548},{"id":"uDE4.tsx","timestamp":1667371944362},{"id":"IxDc.tsx","timestamp":1667372213097},{"id":"2HE0.tsx","timestamp":1667372225582},{"id":"jUv3.tsx","source":"undoRedo.source","timestamp":1667372232553},{"id":"uyiy.tsx","timestamp":1667372284332},{"id":"tOsV.tsx","timestamp":1667372310423},{"id":"7VMX.tsx","timestamp":1667372336356},{"id":"JpWF.tsx","timestamp":1667372357165},{"id":"u6xq.tsx","timestamp":1667372403377},{"id":"Nhob.tsx","timestamp":1667372417925},{"id":"0mKO.tsx","source":"undoRedo.source","timestamp":1667372533686},{"id":"rtw6.tsx","timestamp":1667372555416},{"id":"DfGT.tsx","timestamp":1667372922246},{"id":"ZcIw.tsx","timestamp":1667453410754},{"id":"ydaB.tsx","timestamp":1667453421293},{"id":"Aa3Y.tsx","timestamp":1667456136197},{"id":"QLSu.tsx","timestamp":1667456525080},{"id":"PW2Y.tsx","timestamp":1667457979980},{"id":"dXjY.tsx","timestamp":1667458018187},{"id":"LXeA.tsx","timestamp":1667458037348},{"id":"0uYC.tsx","timestamp":1667458052499},{"id":"jHwp.tsx","timestamp":1667458322509},{"id":"QvDm.tsx","timestamp":1667472275403},{"id":"XEos.tsx","timestamp":1667472288399},{"id":"4wpS.tsx","timestamp":1667472637049},{"id":"YHhs.tsx","timestamp":1667472654011},{"id":"RtPm.tsx","timestamp":1667494183596}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"https://platform-staging.swimplannr.be/", | |
"apiUrl":"http://localhost:5001/proswimlab-staging/us-central1/", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/cypress/fixtures/general.json","entries":[{"id":"UR1e.json","timestamp":1664281973712},{"id":"QDNP.json","timestamp":1666323215483},{"id":"0mFM.json","timestamp":1666324017238},{"id":"J0nk.json","timestamp":1666324785282},{"id":"dven.json","timestamp":1666324804853},{"id":"TY0x.json","timestamp":1666326138215},{"id":"IxuK.json","timestamp":1667901699007},{"id":"7lGP.json","timestamp":1669034003628},{"id":"JV1o.json","timestamp":1669034180226}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en/", | |
"apiUrl":"http://localhost:5001/proswimlab-staging/us-central1/", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"https://platform-staging.swimplannr.be/en", | |
"apiUrl":"http://localhost:5001/proswimlab-staging/us-central1/", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en", | |
"stripeUrl":"checkout.stripe.com" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"https://platform-staging.swimplannr.be/en", | |
"apiUrl":"http://localhost:5001/proswimlab-staging/us-central1/", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en", | |
"apiUrl":"http://localhost:5001/proswimlab-staging/us-central1/", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en", | |
"apiUrl":"http://localhost:5001/proswimlab-staging/us-central1/", | |
"stripeUrl":"checkout.stripe.com" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url":"http://localhost:3005/en" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/weblighting/layouts/default.vue","entries":[{"id":"dlig.vue","timestamp":1658211578044},{"id":"PbN6.vue","source":"moved.source","timestamp":1658211626062},{"id":"qViV.vue","timestamp":1658211729977}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/pages/reset.tsx","entries":[{"id":"Fsls.tsx","timestamp":1665466327121}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/types/_configNames.ts","entries":[{"id":"1Dtp.ts","timestamp":1666167674904},{"id":"me1z.ts","timestamp":1666672099956},{"id":"PZhg.ts","timestamp":1666672139630},{"id":"kAxF.ts","timestamp":1666672305109}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/pages/_app.tsx","entries":[{"id":"kXW8.tsx","timestamp":1669030412069},{"id":"rwJN.tsx","timestamp":1669030514441},{"id":"F7wA.tsx","timestamp":1669030596393},{"id":"eRux.tsx","timestamp":1669030645907},{"id":"mZVJ.tsx","timestamp":1669030764773},{"id":"V55y.tsx","timestamp":1669030787939},{"id":"MIjZ.tsx","timestamp":1669030832360},{"id":"v72e.tsx","timestamp":1669030862647},{"id":"5XNJ.tsx","timestamp":1669031136700},{"id":"mcMn.tsx","timestamp":1669031151551},{"id":"8Zcu.tsx","timestamp":1669031214470},{"id":"YqRS.tsx","timestamp":1669031290850},{"id":"FDJy.tsx","timestamp":1669706517014},{"id":"oG50.tsx","timestamp":1669706541888},{"id":"p2UB.tsx","timestamp":1669706560434},{"id":"F2ta.tsx","timestamp":1669786698965},{"id":"gasj.tsx","timestamp":1669790115485},{"id":"ecfv.tsx","timestamp":1671099558186},{"id":"r9NG.tsx","timestamp":1671100886408},{"id":"v7TL.tsx","timestamp":1671347948962},{"id":"4Vfp.tsx","timestamp":1671427538227},{"id":"tXwk.tsx","timestamp":1671427694817},{"id":"U8Rp.tsx","timestamp":1673501053364},{"id":"zYBF.tsx","timestamp":1673503468390},{"id":"9pdt.tsx","timestamp":1673503549536},{"id":"m8dw.tsx","timestamp":1673503579028},{"id":"XrQO.tsx","timestamp":1673504822764},{"id":"h2MZ.tsx","timestamp":1673506084325},{"id":"LLiE.tsx","timestamp":1673506187568},{"id":"oxM8.tsx","timestamp":1673506230546},{"id":"On7N.tsx","timestamp":1673506592826},{"id":"T2Nh.tsx","source":"undoRedo.source","timestamp":1673506753633},{"id":"aAEQ.tsx","timestamp":1674885109881},{"id":"VvjN.tsx","timestamp":1676883271140},{"id":"gwLa.tsx","timestamp":1676883289195},{"id":"ber4.tsx","timestamp":1676883667634},{"id":"1pFa.tsx","timestamp":1676883679707},{"id":"Y4hE.tsx","timestamp":1676883710685},{"id":"HmEd.tsx","timestamp":1676883880330},{"id":"GZki.tsx","timestamp":1676883984902},{"id":"ykWE.tsx","timestamp":1676884053024},{"id":"NwSt.tsx","timestamp":1676884087872},{"id":"uYpg.tsx","timestamp":1676884100807},{"id":"3RbX.tsx","timestamp":1676884153940},{"id":"80I2.tsx","timestamp":1676884200221},{"id":"1DUE.tsx","timestamp":1676958702281},{"id":"1fJ0.tsx","timestamp":1676958731672},{"id":"7hNI.tsx","timestamp":1676958760484},{"id":"Bqin.tsx","timestamp":1676968545717},{"id":"4lFF.tsx","source":"undoRedo.source","timestamp":1676968947158}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/functions/src/reservation/cancelReservation.ts","entries":[{"id":"rzTU.ts","timestamp":1662903399417},{"id":"QL2g.ts","timestamp":1662903740435}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/assets/data/blogs/blogging.md","entries":[{"id":"yR1B.md","source":"undoRedo.source","timestamp":1674108433940},{"id":"OTqx.md","timestamp":1674108841877},{"id":"p05q.md","source":"renamed.source","timestamp":1674117829763},{"id":"NHN2.md","source":"renamed.source","timestamp":1674118646084},{"id":"PLHf.md","source":"renamed.source","timestamp":1674118672712},{"id":"MFkg.md","source":"moved.source","timestamp":1674119272755}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplannr/apps/admin/src/App.tsx","entries":[{"id":"0scy.tsx","timestamp":1678697577540},{"id":"2vCG.tsx","timestamp":1678697610255},{"id":"yETB.tsx","timestamp":1678697628732},{"id":"TXa4.tsx","timestamp":1678697655671},{"id":"8Qkt.tsx","timestamp":1678697819692},{"id":"RNJy.tsx","timestamp":1678697834085},{"id":"mC7f.tsx","timestamp":1678697973600},{"id":"GGpi.tsx","source":"Add all missing imports","timestamp":1678697981875},{"id":"G55G.tsx","timestamp":1678698016022},{"id":"lIqF.tsx","timestamp":1678698064100},{"id":"3EeP.tsx","timestamp":1678698113252},{"id":"GRJm.tsx","timestamp":1678698123396},{"id":"bNxY.tsx","source":"Update import from \"react\"","timestamp":1678708407810},{"id":"lcKN.tsx","timestamp":1678708426925},{"id":"TGdS.tsx","timestamp":1678712416731},{"id":"x0ru.tsx","timestamp":1678712431661},{"id":"IQ2w.tsx","source":"Add import from \"react\"","timestamp":1678712443822},{"id":"bO2H.tsx","timestamp":1678712458421},{"id":"FD1P.tsx","timestamp":1678712477351},{"id":"hvtF.tsx","source":"Update import from \"./components/AppProviders\"","timestamp":1678712620096},{"id":"vZSI.tsx","timestamp":1678712646426},{"id":"J8eH.tsx","timestamp":1678723162165},{"id":"FlnY.tsx","timestamp":1678772721843}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/backup/proswimlab/frontend/src/common/Api.ts","entries":[{"id":"LHth.ts","timestamp":1658661119434},{"id":"jLnj.ts","timestamp":1658661141653},{"id":"kL7Q.ts","source":"undoRedo.source","timestamp":1658677634669},{"id":"q97K.ts","timestamp":1665153679264},{"id":"c4Es.ts","timestamp":1665153777466}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/node_modules/react-use/lib/index.d.ts","entries":[{"id":"ex9w.ts","source":"Workspace Edit","timestamp":1649488785598}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/style/index.css","entries":[{"id":"k8HB.css","timestamp":1666932486015},{"id":"COJG.css","timestamp":1673500931992},{"id":"4l2R.css","timestamp":1673500946891},{"id":"gAqT.css","timestamp":1673501059522},{"id":"wtze.css","timestamp":1673501804506}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/src/pages/admin/categories.tsx","entries":[{"id":"nlFY.tsx","timestamp":1656715468487},{"id":"4GY8.tsx","timestamp":1657119757022},{"id":"nU35.tsx","timestamp":1657177397457},{"id":"H3SY.tsx","timestamp":1657177659792},{"id":"TGq1.tsx","timestamp":1657177771951},{"id":"TOzJ.tsx","timestamp":1657177906092},{"id":"utOJ.tsx","timestamp":1657187562471},{"id":"VZR9.tsx","timestamp":1657638814413},{"id":"6Q3w.tsx","source":"undoRedo.source","timestamp":1657694479667},{"id":"1bCx.tsx","timestamp":1657694498074},{"id":"VgEG.tsx","timestamp":1657694873426},{"id":"Bf0v.tsx","timestamp":1657694920124},{"id":"Q4Ni.tsx","timestamp":1657694939135},{"id":"erdw.tsx","timestamp":1658991690542},{"id":"cCYF.tsx","timestamp":1660150304143},{"id":"aMRW.tsx","timestamp":1660259944732},{"id":"4Eex.tsx","timestamp":1660887447954},{"id":"rpQi.tsx","timestamp":1660887524836},{"id":"mlcn.tsx","timestamp":1660887557483},{"id":"EpSm.tsx","timestamp":1660887580520},{"id":"T4w1.tsx","timestamp":1660887789193},{"id":"gI0H.tsx","timestamp":1660887967492},{"id":"1iju.tsx","timestamp":1660888086917},{"id":"Vtpe.tsx","timestamp":1660888180318},{"id":"FMP5.tsx","timestamp":1660888652133},{"id":"z9HR.tsx","timestamp":1660888737577},{"id":"OJq7.tsx","timestamp":1660888907088},{"id":"eVw7.tsx","timestamp":1660889014501},{"id":"AABW.tsx","timestamp":1660889183184},{"id":"bnQX.tsx","timestamp":1660889265803},{"id":"Q3YN.tsx","timestamp":1660889289078},{"id":"oFRI.tsx","timestamp":1660889871307},{"id":"i0XT.tsx","timestamp":1660890079847},{"id":"byrZ.tsx","timestamp":1660890305572},{"id":"qnXo.tsx","timestamp":1660890327396},{"id":"X1Xl.tsx","timestamp":1660890378687},{"id":"PLnq.tsx","timestamp":1660890498400},{"id":"E9pP.tsx","timestamp":1660891968194},{"id":"dtmg.tsx","timestamp":1660892004617},{"id":"hXUd.tsx","timestamp":1660892052763},{"id":"nuSe.tsx","timestamp":1660892147368},{"id":"so7I.tsx","timestamp":1660892245197},{"id":"uDoV.tsx","timestamp":1660892261734},{"id":"mnZ3.tsx","timestamp":1660926114296},{"id":"wsDy.tsx","source":"searchReplace.source","timestamp":1661063527905},{"id":"uUnT.tsx","source":"searchReplace.source","timestamp":1661089033876},{"id":"xxAH.tsx","timestamp":1662095566902},{"id":"9v8X.tsx","timestamp":1662095598761},{"id":"3bGU.tsx","source":"searchReplace.source","timestamp":1662968905281},{"id":"m9vu.tsx","source":"undoRedo.source","timestamp":1662969368228}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Proswimlab/src/pages/register.tsx","entries":[{"id":"0t3e.tsx","source":"searchReplace.source","timestamp":1663392275947}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/Desktop/mailing.md","entries":[{"id":"rf2b.md","source":"textFileCreate.source","timestamp":1668921730905}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/functions/src/common/_openAi.ts","entries":[{"id":"Rv5p.ts","timestamp":1676274470907},{"id":"Pw5R.ts","source":"Add async modifier to containing function","timestamp":1676274606756}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/types/calendarEvent.ts","entries":[{"id":"wHHL.ts","timestamp":1651661757475},{"id":"ThEh.ts","timestamp":1651985864108},{"id":"nSfl.ts","timestamp":1651989760475},{"id":"1HCp.ts","timestamp":1652718111145},{"id":"xoim.ts","timestamp":1654756799225},{"id":"y2L5.ts","timestamp":1654760053665}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\n\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\n\n\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"waw":"wat" | |
,"waw_sub":"Waar en wanneer" | |
,"waw_location":"Provenciaal Domein Puyenbroeck" | |
,"waw_time":"Elke zondagochtend van 9h-10h" | |
,"waw_description":"Elke parkinsonpatiënt komt in aanmerking voor deze lessen! Door de oefeningen aan te passen kan zowat elke patiënt bij ons terecht, ongeacht het stadium of het type. Er kan steeds een kennismakingsgesprek ingepland worden voor verdere uitleg. Heb je een andere gelijkaardige neurologische aandoening? Neem zeker contact op om te bekijken wat we kunnen doen?\n\nWil je eens kennismaken met deze nieuwe sport? Plan gerust een eerste proefles in via onderstaande knop! Ook partners/vrienden/familieleden zijn meer dan welkom." | |
,"wiif":"wat" | |
,"wiif_sub":"Iedereen!" | |
,"wiif_description":"Elke parkinsonpatiënt komt in aanmerking voor deze lessen! Door de oefeningen aan te passen kan zowat elke patiënt bij ons terecht, ongeacht het stadium of het type. Er kan steeds een kennismakingsgesprek ingepland worden voor verdere uitleg. Heb je een andere gelijkaardige neurologische aandoening? Neem zeker contact op om te bekijken wat we kunnen doen?\n\nWil je eens kennismaken met deze nieuwe sport? Plan gerust een eerste proefles in via onderstaande knop! Ook partners/vrienden/familieleden zijn meer dan welkom." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\n\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\n\n\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"waw":"wat" | |
,"waw_sub":"Waar en wanneer" | |
,"waw_location":"Provenciaal Domein Puyenbroeck" | |
,"waw_time":"Elke zondagochtend van 9h-10h" | |
,"waw_description":"Is dit niet bij jou in de buurt? Vul zeker onderstaand formulier in of neem met ons contact op. Dan bekijken we hoe we jou verder kunnen helpen!" | |
,"wiif":"wat" | |
,"wiif_sub":"Iedereen!" | |
,"wiif_description":"Elke parkinsonpatiënt komt in aanmerking voor deze lessen! Door de oefeningen aan te passen kan zowat elke patiënt bij ons terecht, ongeacht het stadium of het type. Er kan steeds een kennismakingsgesprek ingepland worden voor verdere uitleg. Heb je een andere gelijkaardige neurologische aandoening? Neem zeker contact op om te bekijken wat we kunnen doen?\n\nWil je eens kennismaken met deze nieuwe sport? Plan gerust een eerste proefles in via onderstaande knop! Ook partners/vrienden/familieleden zijn meer dan welkom." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\n\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\n\n\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\n\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\n\n\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"waw":"wat" | |
,"waw_sub":"Waar en wanneer" | |
,"waw_location":"Provenciaal Domein Puyenbroeck" | |
,"waw_time":"Elke zondagochtend van 9h-10h" | |
,"waw_description":"Is dit niet bij jou in de buurt? Vul zeker onderstaand formulier in of neem met ons contact op. Dan bekijken we hoe we jou verder kunnen helpen!" | |
,"price_for":"PER 3 MAAND" | |
,"point1":"Professionele begeleiding" | |
,"point2":"Toegang zwembad" | |
,"point3":"Wekelijks les" | |
,"point4":"Maandelijkse workshop" | |
,"wiif":"wat" | |
,"wiif_sub":"Iedereen!" | |
,"wiif_description":"Elke parkinsonpatiënt komt in aanmerking voor deze lessen! Door de oefeningen aan te passen kan zowat elke patiënt bij ons terecht, ongeacht het stadium of het type. Er kan steeds een kennismakingsgesprek ingepland worden voor verdere uitleg. Heb je een andere gelijkaardige neurologische aandoening? Neem zeker contact op om te bekijken wat we kunnen doen?\n\nWil je eens kennismaken met deze nieuwe sport? Plan gerust een eerste proefles in via onderstaande knop! Ook partners/vrienden/familieleden zijn meer dan welkom." | |
,"wawe":"Begeleiding" | |
,"wawe_sub":"Wie zijn we?" | |
,"silke":"Silke" | |
,"silke_about":"Ik ben Silke Huybrecht, laatste jaars geneeskundestudente en oprichtster van ParkiSwim. Zelf ben ik een grote sportliefhebber en heb ik de meeste jaren van mijn jeugd in een zwembad doorgebracht als competitie zwemmer. Ik heb sport altijd al als een belangrijke pijler binnen de gezondheidszorg ervaren, en ik ben blij dat we met initiatief nu ook het sportaanbod voor mensen met de ziekte van Parkinson kunnen uitbreiden!" | |
,"veerle":"Veerle" | |
,"veerle_about":"Hey! Ik ben Veerle Van Raemdock, sportieve kinesitherapeute en twinmama van Wout en Daan. Zo een 10 jaar geleden zette ik mijn eerste stappen als aqua fitness-instructor. Ook na het afstuderen liet de microbe me niet los, zeker omdat het zo een unieke bewegingsvorm is. Quasi iedereen kan deelnemen, zowel in vrije tijds- als revalidatiesetting en ook dat moet zeker niet afgelijnd zijn. Door een aantal aquafitness-cursussen en therapeutische werkervaring te mixen geef ik mijn lessen vorm. Daarnaast hb ik mijn eigen kinesitherapiepraktijk te Sint-Niklaas. Mijn vrije tijd spendeer ik graag in de natuur of besteed ik aan triathlonsport met Ruben, mijn liefhebbende partner en rots in de branding." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Ondersteund door" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/parkiswim/public/locales/nl/home.json","entries":[{"id":"789i.json","timestamp":1649571962735},{"id":"Qtg7.json","timestamp":1649572010973},{"id":"cGYF.json","timestamp":1649572047571},{"id":"gKM3.json","timestamp":1649572437057},{"id":"axA0.json","timestamp":1649573095690},{"id":"BpSS.json","timestamp":1649573112715},{"id":"ewMh.json","timestamp":1649739198937},{"id":"seRF.json","timestamp":1649747267776},{"id":"d3a7.json","timestamp":1649826981501}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\n\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\n\n\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"waw":"wat" | |
,"waw_sub":"Waar en wanneer" | |
,"waw_location":"Provenciaal Domein Puyenbroeck" | |
,"waw_time":"Elke zondagochtend van 9h-10h" | |
,"waw_description":"Is dit niet bij jou in de buurt? Vul zeker onderstaand formulier in of neem met ons contact op. Dan bekijken we hoe we jou verder kunnen helpen!" | |
,"wiif":"wat" | |
,"wiif_sub":"Iedereen!" | |
,"wiif_description":"Elke parkinsonpatiënt komt in aanmerking voor deze lessen! Door de oefeningen aan te passen kan zowat elke patiënt bij ons terecht, ongeacht het stadium of het type. Er kan steeds een kennismakingsgesprek ingepland worden voor verdere uitleg. Heb je een andere gelijkaardige neurologische aandoening? Neem zeker contact op om te bekijken wat we kunnen doen?\n\nWil je eens kennismaken met deze nieuwe sport? Plan gerust een eerste proefles in via onderstaande knop! Ook partners/vrienden/familieleden zijn meer dan welkom." | |
,"wawe":"Begeleiding" | |
,"wawe_sub":"Wie zijn we?" | |
,"silke":"Silke" | |
,"silke_about":"Ik ben Silke Huybrecht, laatste jaars geneeskundestudente en oprichtster van ParkiSwim. Zelf ben ik een grote sportliefhebber en heb ik de meeste jaren van mijn jeugd in een zwembad doorgebracht als competitie zwemmer. Ik heb sport altijd al als een belangrijke pijler binnen de gezondheidszorg ervaren, en ik ben blij dat we met initiatief nu ook het sportaanbod voor mensen met de ziekte van Parkinson kunnen uitbreiden!" | |
,"veerle":"Veerle" | |
,"veerle_about":"Hey! Ik ben Veerle Van Raemdock, sportieve kinesitherapeute en twinmama van Wout en Daan. Zo een 10 jaar geleden zette ik mijn eerste stappen als aqua fitness-instructor. Ook na het afstuderen liet de microbe me niet los, zeker omdat het zo een unieke bewegingsvorm is. Quasi iedereen kan deelnemen, zowel in vrije tijds- als revalidatiesetting en ook dat moet zeker niet afgelijnd zijn. Door een aantal aquafitness-cursussen en therapeutische werkervaring te mixen geef ik mijn lessen vorm. Daarnaast hb ik mijn eigen kinesitherapiepraktijk te Sint-Niklaas. Mijn vrije tijd spendeer ik graag in de natuur of besteed ik aan triathlonsport met Ruben, mijn liefhebbende partner en rots in de branding." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\n\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\n\n\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"wiif":"wat" | |
,"wiif_sub":"Iedereen!" | |
,"wiif_description":"Elke parkinsonpatiënt komt in aanmerking voor deze lessen! Door de oefeningen aan te passen kan zowat elke patiënt bij ons terecht, ongeacht het stadium of het type. Er kan steeds een kennismakingsgesprek ingepland worden voor verdere uitleg. Heb je een andere gelijkaardige neurologische aandoening? Neem zeker contact op om te bekijken wat we kunnen doen?\n\nWil je eens kennismaken met deze nieuwe sport? Plan gerust een eerste proefles in via onderstaande knop! Ook partners/vrienden/familieleden zijn meer dan welkom." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"what":"wat" | |
,"what_sub":"Aquafitness voor Parkinsonpatiënten" | |
,"what_description":"Parkiswim is een soort aquafitness waarbij er met gerichte oefeningen in het water wordt ingezet op kracht, stabiliteit, mobiliteit en coördinatie. Deze doelgerichte bewegingen kunnen de symptomen van parkinson milderen, o.a. doordat beweging zorgt voor vrijstelling van dopamine in de hersenen, een stofje die bij mensen met de ziekte van Parkinson minder aanwezig is.\n\nHet voordeel van sporten in het water tegenover sporten op de begane grond is dat het water de zwaartekracht tegenwerkt, waardoor mensen zich stabieler voelen en grotere bewegingen durven en kunnen maken. De gewrichten worden daarnaast veel minder belast en de druk van het water stimuleert de bloedsomloop, waardoor er minder stijfheid optreedt. De lessen zijn hierdoor geschikt voor zowel jong als oud.\n\n\nElke maand organiseren we na de les een bijeenkomst waarbij onze lesgevers spreken over een bepaald parkinson gerelateerd onderwerp. Zo kom je als patiënt meer te weten over de ziekte, hoe er mee om te gaan, en is er een moment waarop patiënten met elkaar kunnen praten." | |
,"waw":"wat" | |
,"waw_sub":"Waar en wanneer" | |
,"waw_location":"Provenciaal Domein Puyenbroeck" | |
,"waw_time":"Elke zondagochtend van 9h-10h" | |
,"waw_description":"Is dit niet bij jou in de buurt? Vul zeker onderstaand formulier in of neem met ons contact op. Dan bekijken we hoe we jou verder kunnen helpen!" | |
,"price_for":"PER 3 MAAND" | |
,"point1":"Professionele begeleiding" | |
,"point2":"Toegang zwembad" | |
,"point3":"Wekelijks les" | |
,"point4":"Maandelijkse workshop" | |
,"wiif":"wat" | |
,"wiif_sub":"Iedereen!" | |
,"wiif_description":"Elke parkinsonpatiënt komt in aanmerking voor deze lessen! Door de oefeningen aan te passen kan zowat elke patiënt bij ons terecht, ongeacht het stadium of het type. Er kan steeds een kennismakingsgesprek ingepland worden voor verdere uitleg. Heb je een andere gelijkaardige neurologische aandoening? Neem zeker contact op om te bekijken wat we kunnen doen?\n\nWil je eens kennismaken met deze nieuwe sport? Plan gerust een eerste proefles in via onderstaande knop! Ook partners/vrienden/familieleden zijn meer dan welkom." | |
,"wawe":"Begeleiding" | |
,"wawe_sub":"Wie zijn we?" | |
,"silke":"Silke" | |
,"silke_about":"Ik ben Silke Huybrecht, laatste jaars geneeskundestudente en oprichtster van ParkiSwim. Zelf ben ik een grote sportliefhebber en heb ik de meeste jaren van mijn jeugd in een zwembad doorgebracht als competitie zwemmer. Ik heb sport altijd al als een belangrijke pijler binnen de gezondheidszorg ervaren, en ik ben blij dat we met initiatief nu ook het sportaanbod voor mensen met de ziekte van Parkinson kunnen uitbreiden!" | |
,"veerle":"Veerle" | |
,"veerle_about":"Hey! Ik ben Veerle Van Raemdock, sportieve kinesitherapeute en twinmama van Wout en Daan. Zo een 10 jaar geleden zette ik mijn eerste stappen als aqua fitness-instructor. Ook na het afstuderen liet de microbe me niet los, zeker omdat het zo een unieke bewegingsvorm is. Quasi iedereen kan deelnemen, zowel in vrije tijds- als revalidatiesetting en ook dat moet zeker niet afgelijnd zijn. Door een aantal aquafitness-cursussen en therapeutische werkervaring te mixen geef ik mijn lessen vorm. Daarnaast hb ik mijn eigen kinesitherapiepraktijk te Sint-Niklaas. Mijn vrije tijd spendeer ik graag in de natuur of besteed ik aan triathlonsport met Ruben, mijn liefhebbende partner en rots in de branding." | |
,"contact_us":"Neem contact op" | |
,"our_reviews":"ONZE REVIEWS" | |
,"see_lessons":"ZIE LESSEN" | |
,"approved_by":"Met steun van" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"the_team":"THE TEAM" | |
,"meet_the_team":"Meet our instructors" | |
,"meet_the_team_intro":"Our instructors are all top swimmers." | |
,"meet_the_team_kids":"They will make sure your child feels completely at home in the water." | |
,"meet_the_team_adults":"They will make sure you reach your goals with ease." | |
,"about_us":"about us" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/temp/platform/src/provider/providers.tsx","entries":[{"id":"jblI.tsx","timestamp":1673334038385},{"id":"jAc3.tsx","timestamp":1676963219257}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/.env.staging","entries":[{"id":"h1xD.staging","timestamp":1651661723884},{"id":"ZVro.staging","timestamp":1651674159604},{"id":"NGv7.staging","timestamp":1653631624938}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/proswimlab/frontend/src/style/OurValues.css","entries":[{"id":"kUMb.css","timestamp":1649397956931},{"id":"DiRU.css","timestamp":1649398198876},{"id":"BqFF.css","timestamp":1649398488958},{"id":"77fZ.css","timestamp":1649398787794},{"id":"QRzW.css","timestamp":1650000142802}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/2ndscreen/package.json","entries":[{"id":"GWIv.json","timestamp":1673005852338},{"id":"Jv5K.json","timestamp":1673005890560}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "2ndscreen", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@testing-library/jest-dom": "^5.16.5", | |
"@testing-library/react": "^13.4.0", | |
"@testing-library/user-event": "^13.5.0", | |
"react": "^18.2.0", | |
"react-dom": "^18.2.0", | |
"react-scripts": "5.0.1", | |
"web-vitals": "^2.1.4" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"dev": "react-scripts dev", | |
"build": "react-scripts build", | |
"test": "react-scripts test", | |
"eject": "react-scripts eject" | |
}, | |
"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": { | |
"tailwindcss": "^3.2.4" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "2ndscreen", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@testing-library/jest-dom": "^5.16.5", | |
"@testing-library/react": "^13.4.0", | |
"@testing-library/user-event": "^13.5.0", | |
"react": "^18.2.0", | |
"react-dom": "^18.2.0", | |
"react-scripts": "5.0.1", | |
"web-vitals": "^2.1.4" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test", | |
"eject": "react-scripts eject" | |
}, | |
"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": { | |
"tailwindcss": "^3.2.4" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Proswimlab/src/components/Dialog.tsx","entries":[{"id":"nyab.tsx","timestamp":1663392544648}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/potr/lib/views/gamePlay.dart","entries":[{"id":"j7xP.dart","timestamp":1674904888532},{"id":"7UeG.dart","timestamp":1674904982414},{"id":"OE8h.dart","timestamp":1674905556868},{"id":"wG3H.dart","timestamp":1674905641930},{"id":"B9zT.dart","timestamp":1674905676902},{"id":"wmRd.dart","timestamp":1674905840428},{"id":"qpkH.dart","timestamp":1674906460060},{"id":"vxW2.dart","timestamp":1674906534488},{"id":"Z1wK.dart","timestamp":1674906561955},{"id":"LFit.dart","timestamp":1674906668671},{"id":"tXTa.dart","timestamp":1674906793728},{"id":"I21q.dart","timestamp":1674906814516},{"id":"s0DF.dart","timestamp":1674906876394},{"id":"tKbp.dart","timestamp":1674906894548},{"id":"ArUW.dart","timestamp":1674910873491},{"id":"6tfo.dart","timestamp":1674910890907},{"id":"siTU.dart","timestamp":1674911017524},{"id":"eGaF.dart","timestamp":1674911373560},{"id":"rb1Q.dart","timestamp":1674911388826},{"id":"AyK2.dart","timestamp":1674911491258},{"id":"f3yr.dart","timestamp":1674911512147},{"id":"OUVw.dart","timestamp":1674911641592},{"id":"OrgW.dart","timestamp":1674911656981},{"id":"utze.dart","timestamp":1674911675143},{"id":"jbDN.dart","timestamp":1674911701697},{"id":"69xu.dart","timestamp":1674911732109},{"id":"mvJp.dart","timestamp":1674911762727},{"id":"OZTv.dart","timestamp":1674911818399},{"id":"k4vg.dart","timestamp":1674911883915},{"id":"bchV.dart","timestamp":1674912030257},{"id":"l7Sb.dart","timestamp":1674912258226},{"id":"jY3V.dart","timestamp":1674912333358},{"id":"NulA.dart","timestamp":1674912352444},{"id":"GV7W.dart","timestamp":1674912584483},{"id":"ySmx.dart","timestamp":1674912755335},{"id":"VTmx.dart","timestamp":1674912779909},{"id":"fnNd.dart","timestamp":1674912822546},{"id":"41JL.dart","timestamp":1674912894047},{"id":"UxaT.dart","timestamp":1674912927715},{"id":"zhKF.dart","timestamp":1674912954163},{"id":"TOOH.dart","source":"Add 'async' modifier","timestamp":1674996476103},{"id":"gsBz.dart","timestamp":1674996542109},{"id":"tjwY.dart","timestamp":1674996840195},{"id":"EQS8.dart","timestamp":1674996935008},{"id":"TkRV.dart","timestamp":1674997089168},{"id":"km33.dart","timestamp":1674997449120},{"id":"BEiD.dart","timestamp":1674997462211},{"id":"yxnq.dart","timestamp":1674997855655},{"id":"a4Kj.dart","timestamp":1674998189031},{"id":"3Xsp.dart","timestamp":1674998244920}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/%40grpc/grpc-js/build/src/generated/grpc/channelz/v1/Server.d.ts","entries":[{"id":"AIzK.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Weblighting-site/src/services/blogs.ts","entries":[{"id":"PKdr.ts","timestamp":1676612207792},{"id":"i0qn.ts","timestamp":1676613583907},{"id":"mZGt.ts","timestamp":1676667591722},{"id":"Taxh.ts","timestamp":1676667605362},{"id":"6xVn.ts","timestamp":1676668170549},{"id":"cRIl.ts","timestamp":1676668369346},{"id":"4BSz.ts","timestamp":1676668554076},{"id":"L6Mt.ts","timestamp":1676668613763},{"id":"ZeS7.ts","timestamp":1676669403696},{"id":"smgO.ts","timestamp":1676669570777},{"id":"5dZh.ts","timestamp":1676696914851},{"id":"zGEl.ts","timestamp":1676696999125},{"id":"NfGP.ts","timestamp":1676697065018},{"id":"vB9i.ts","timestamp":1676697094865},{"id":"JGWx.ts","timestamp":1676697343460},{"id":"ghln.ts","timestamp":1676697392756},{"id":"GZQx.ts","timestamp":1676697614739},{"id":"ssEH.ts","timestamp":1676697655205},{"id":"8FlO.ts","source":"Workspace Edit","timestamp":1676698314421},{"id":"9xKa.ts","timestamp":1676701680517},{"id":"N3n3.ts","timestamp":1676701855825},{"id":"1gPj.ts","timestamp":1676701897828},{"id":"5ipz.ts","timestamp":1676701964971},{"id":"6OTL.ts","timestamp":1676702033465},{"id":"8V87.ts","timestamp":1676704411198},{"id":"h9LY.ts","timestamp":1676704479219},{"id":"PZUw.ts","timestamp":1676706453466},{"id":"e7aq.ts","timestamp":1676706902398},{"id":"CUR9.ts","timestamp":1676706956474},{"id":"UbFv.ts","timestamp":1676708152069},{"id":"70TN.ts","timestamp":1676708160368},{"id":"rVtL.ts","timestamp":1676709060839},{"id":"kEmN.ts","timestamp":1677511921537},{"id":"E3ip.ts","timestamp":1677511956321},{"id":"QG6Y.ts","timestamp":1677512315791},{"id":"2zpd.ts","timestamp":1677512566318},{"id":"NNjQ.ts","timestamp":1677512619706},{"id":"bZTg.ts","timestamp":1677513933667},{"id":"4xE1.ts","timestamp":1677514040611},{"id":"Le4B.ts","timestamp":1677514118705},{"id":"f0dQ.ts","timestamp":1677514660709},{"id":"VG3m.ts","timestamp":1677514946899},{"id":"AvOD.ts","timestamp":1677524585743},{"id":"6pnx.ts","timestamp":1677570777569},{"id":"DzIp.ts","timestamp":1677578650518},{"id":"eAlZ.ts","timestamp":1677578678134},{"id":"8G3n.ts","timestamp":1677578690550},{"id":"PMSQ.ts","timestamp":1677578817864},{"id":"yucE.ts","timestamp":1677579615726},{"id":"Yegh.ts","timestamp":1677580109059}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/Proswimlab/src/store/membersSlice.ts","entries":[{"id":"n5Hu.ts","timestamp":1663393340759}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/migration/business.ts","entries":[{"id":"6Nvd.ts","source":"Move 12 files and folders","timestamp":1663923710957},{"id":"E0PG.ts","source":"moved.source","timestamp":1663923993192},{"id":"SKVP.ts","timestamp":1663925211272},{"id":"wzNq.ts","timestamp":1663925793985},{"id":"v18G.ts","timestamp":1663925998066},{"id":"basm.ts","timestamp":1663926066598},{"id":"O2WC.ts","timestamp":1663946105490},{"id":"nUux.ts","source":"undoRedo.source","timestamp":1663946465655},{"id":"3rSN.ts","timestamp":1663946480661},{"id":"RcmU.ts","timestamp":1663947115195},{"id":"HEhd.ts","timestamp":1663947130923},{"id":"GUSF.ts","timestamp":1663947343085},{"id":"XUqS.ts","timestamp":1663949204409},{"id":"Eww5.ts","source":"Update import from \"../common/_db\"","timestamp":1663949728182},{"id":"GgBN.ts","timestamp":1663949738752},{"id":"QYHI.ts","source":"undoRedo.source","timestamp":1663990968168},{"id":"5K6G.ts","timestamp":1663991222555},{"id":"Y09a.ts","timestamp":1663991442727},{"id":"dlNY.ts","timestamp":1663991604803},{"id":"xXRz.ts","timestamp":1663991637410},{"id":"pbEB.ts","timestamp":1663992823999},{"id":"Kzvr.ts","timestamp":1664435534907},{"id":"PUQj.ts","timestamp":1664435571184},{"id":"Lysw.ts","timestamp":1664437839802},{"id":"CF2l.ts","timestamp":1664437967634},{"id":"f3HJ.ts","timestamp":1664438119287},{"id":"wsi9.ts","timestamp":1664438878682},{"id":"vmzd.ts","timestamp":1665126005616},{"id":"WufI.ts","timestamp":1665392284612},{"id":"j8P5.ts","timestamp":1666502384462}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/swimplannrsite/.firebaserc","entries":[{"id":"0FxN","timestamp":1664770659353}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/src/pages/%2A.tsx","entries":[{"id":"rPBl.tsx","timestamp":1663478328039},{"id":"nE7E.tsx","source":"renamed.source","timestamp":1663479859588}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/OLD_functions/node_modules/firebase-admin/lib/app/core.d.ts","entries":[{"id":"rukd.ts","source":"Workspace Edit","timestamp":1663505947175}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/site/src/style/Home.css","entries":[{"id":"NQPt.css","timestamp":1670308368226},{"id":"S0Ub.css","timestamp":1670308414606},{"id":"3jbz.css","timestamp":1670308426202}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/psl/platform/functions/src/common/stripe.ts","entries":[{"id":"noS6.ts","timestamp":1663649804613},{"id":"VgIk.ts","timestamp":1668804853428},{"id":"xmWx.ts","timestamp":1668804872935},{"id":"XB6U.ts","timestamp":1671776353728},{"id":"8fDk.ts","timestamp":1671776911340},{"id":"sWqD.ts","timestamp":1671777075027},{"id":"2UzV.ts","timestamp":1671778140162},{"id":"fffR.ts","timestamp":1674195041105},{"id":"A3Cq.ts","timestamp":1674197071334},{"id":"D5fM.ts","timestamp":1676271223448},{"id":"jYMr.ts","timestamp":1676615005897},{"id":"uGld.ts","timestamp":1676615428486},{"id":"oNdK.ts","timestamp":1676615510359},{"id":"5g7p.ts","timestamp":1676616479185},{"id":"ScIG.ts","timestamp":1676617157685},{"id":"gYKe.ts","timestamp":1676617334224},{"id":"2x53.ts","timestamp":1676621052479},{"id":"BfIO.ts","timestamp":1676872384258}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "tesita", | |
"version": "1.0.0", | |
"private": true, | |
"scripts": { | |
"dev": "nuxt dev", | |
"build": "nuxt build", | |
"start": "nuxt start", | |
"generate": "nuxt generate", | |
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .", | |
"lint:prettier": "prettier --check .", | |
"lint": "yarn lint:js && yarn lint:prettier", | |
"lintfix": "prettier --write --list-different . && yarn lint:js --fix", | |
"test": "jest", | |
"storybook": "start-storybook -p 6006", | |
"build-storybook": "build-storybook" | |
}, | |
"dependencies": { | |
"@nuxt/content": "^1.15.1", | |
"@nuxtjs/axios": "^5.13.6", | |
"@nuxtjs/pwa": "^3.3.5", | |
"core-js": "^3.19.3", | |
"nuxt": "^2.15.8", | |
"firebase": "^9.8.0", | |
"vue": "^2.6.14", | |
"vue-server-renderer": "^2.6.14", | |
"vue-template-compiler": "^2.6.14", | |
"webpack": "^4.46.0" | |
}, | |
"devDependencies": { | |
"@babel/eslint-parser": "^7.16.3", | |
"@nuxt/types": "^2.15.8", | |
"@nuxt/typescript-build": "^2.1.0", | |
"@nuxtjs/eslint-config-typescript": "^8.0.0", | |
"@nuxtjs/eslint-module": "^3.0.2", | |
"@nuxtjs/tailwindcss": "^4.2.1", | |
"@storybook/addon-a11y": "^6.4.22", | |
"@storybook/addon-actions": "^6.4.22", | |
"@storybook/addon-essentials": "^6.4.22", | |
"@storybook/addon-links": "^6.4.22", | |
"@storybook/vue": "^6.4.22", | |
"@vue/test-utils": "^1.3.0", | |
"babel-core": "7.0.0-bridge.0", | |
"babel-jest": "^27.4.4", | |
"babel-loader": "^8.2.5", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-nuxt": "^3.1.0", | |
"eslint-plugin-vue": "^8.2.0", | |
"jest": "^27.4.4", | |
"postcss": "^8.4.4", | |
"prettier": "^2.5.1", | |
"storybook-addon-designs": "^6.2.1", | |
"ts-jest": "^27.1.1", | |
"vue-jest": "^3.0.4", | |
"vue-loader": "^15.9.8" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///Users/ivancoene/weblighting/tesita/package.json","entries":[{"id":"Fayh.json","timestamp":1652202850556},{"id":"yrgs.json","timestamp":1652250689834},{"id":"PFEn.json","timestamp":1652250764298},{"id":"K9vF.json","source":"undoRedo.source","timestamp":1652250836062}]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment