Wrote space editor component and test.
This commit is contained in:
+4
-3
@@ -7,17 +7,18 @@
|
||||
"build:wasm": "wasm-pack build colorlib -t bundler -d pkg --release",
|
||||
"clean": "rm -rf dist colorlib/pkg*",
|
||||
"cypress:open": "1>/dev/null 2>/dev/null cypress open -d &",
|
||||
"cypress:component": "cypress run --component",
|
||||
"cypress:e2e": "cypress run --e2e",
|
||||
"dev": "vite",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"test:wasm": "cargo test --lib --manifest-path colorlib/Cargo.toml",
|
||||
"test:wasmdoc": "cargo test --doc --manifest-path colorlib/Cargo.toml",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"test:component:chrome": "cypress run --component -b chromium",
|
||||
"test:component:fire": "cypress run --component -b firefox"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^7.0.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^7.0.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^7.0.0",
|
||||
"@fortawesome/react-fontawesome": "^0.2.3",
|
||||
"motion": "^12.23.12",
|
||||
|
||||
Reference in New Issue
Block a user