mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Gitignored dist, as we store the index.html file somewhere else already.
This commit is contained in:
parent
ab3e4818db
commit
5ca2d58c9d
5 changed files with 363 additions and 699 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,4 +11,5 @@ local.properties
|
|||
node_modules
|
||||
*.zip
|
||||
app/release/
|
||||
.parcel-cache/
|
||||
.parcel-cache/
|
||||
dist
|
209
dist/index.html
vendored
209
dist/index.html
vendored
File diff suppressed because one or more lines are too long
844
package-lock.json
generated
844
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,8 +12,6 @@
|
|||
"author": "Renan LE CARO",
|
||||
"license": "GNU AGPLv3",
|
||||
"dependencies": {
|
||||
"@parcel/service-worker": "^2.13.3",
|
||||
"@parcel/transformer-less": "^2.13.3",
|
||||
"@types/react": "^19.0.10",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"body-parser": "^1.20.3",
|
||||
|
@ -30,8 +28,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@parcel/optimizer-data-url": "^2.13.3",
|
||||
"@parcel/packager-raw-url": "^2.13.3",
|
||||
"@parcel/transformer-inline-string": "^2.13.3",
|
||||
"@parcel/transformer-less": "^2.13.3",
|
||||
"@parcel/transformer-webmanifest": "^2.13.3",
|
||||
"@types/jest": "^29.5.14",
|
||||
"jest": "^29.7.0",
|
||||
|
|
|
@ -842,4 +842,4 @@
|
|||
"svg": null,
|
||||
"color": ""
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue