updated package.json

This commit is contained in:
Shautvast 2024-04-10 16:20:18 +02:00
parent 6a09094d54
commit 0c3ae9aa5b
17 changed files with 9 additions and 105 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ target/
pkg/ pkg/
.DS_Store .DS_Store
dist/ dist/
*.iml

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

1
dist/796.bundle.js vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

View file

@ -1,8 +1,8 @@
{ {
"author": "Silvia O'Dwyer <silviaodwyerdev@gmail.com>", "author": "Sander Hautvast",
"name": "photon-wasm", "name": "Klaer Lightende Spiegel der Verfkonst",
"version": "0.1.0", "version": "1.0.0",
"repository": "https://github.com/silvia-odwyer/photon", "repository": "https://github.com/shautvast/spiegel-web",
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"start": "webpack-dev-server", "start": "webpack-dev-server",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

4
webclient/Cargo.lock generated
View file

@ -1682,8 +1682,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]] [[package]]
name = "spiegel-client" name = "spiegel"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"console_error_panic_hook", "console_error_panic_hook",

View file

@ -1,7 +1,7 @@
[package] [package]
edition = "2021" edition = "2021"
name = "spiegel-client" name = "spiegel"
version = "0.1.0" version = "1.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/webclient/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/webclient/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>