feat: frontend PWA scaffolding with React and Tailwind

This commit is contained in:
Daniel Bedeleanu
2026-04-10 14:05:50 +03:00
parent 373652e8b8
commit 7f8b24aabb
33622 changed files with 4317382 additions and 0 deletions

35
frontend/node_modules/pinkie-promise/package.json generated vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "pinkie-promise",
"version": "2.0.1",
"description": "ES2015 Promise ponyfill",
"license": "MIT",
"repository": "floatdrop/pinkie-promise",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "github.com/floatdrop"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"promise",
"promises",
"es2015",
"es6",
"polyfill",
"ponyfill"
],
"dependencies": {
"pinkie": "^2.0.0"
},
"devDependencies": {
"mocha": "*"
}
}