rename mixan to OPENPANEL!

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-11 13:40:46 +01:00
parent 6d4f9010d4
commit e6c0bc2ec8
201 changed files with 1193 additions and 1047 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@mixan/root",
"name": "@openpanel/root",
"version": "1.0.0",
"private": true,
"license": "MIT",
@@ -20,11 +20,11 @@
"typecheck": "pnpm -r typecheck"
},
"dependencies": {
"@mixan/prettier-config": "^0.1.0",
"@openpanel/prettier-config": "^0.1.0",
"dotenv-cli": "^7.3.0",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"typescript": "^5.2.2"
},
"prettier": "@mixan/prettier-config"
"prettier": "@openpanel/prettier-config"
}