Add LICESE and update

This commit is contained in:
2023-07-21 13:48:29 +09:00
parent fdf8c3b173
commit 30c0dc1a59
14 changed files with 432 additions and 23 deletions

View File

@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"license": "apache-2.0",
"lint-staged": {
"*": [
"node license-emit.js"
@ -31,9 +32,12 @@
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@mui/styled-engine-sc": "^5.12.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"jotai": "^2.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"styled-components": "^6.0.4",
"ts-pattern": "^5.0.4",
"zod": "^3.21.4"