|
|
|
@ -1,5 +1,5 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"version": "0.8.6",
|
|
|
|
"version": "0.8.7",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"dev": "vite",
|
|
|
|
"lib": "npm run lint && tsc && vite build --mode lib",
|
|
|
|
"lib": "npm run lint && tsc && vite build --mode lib",
|
|
|
|
@ -7,7 +7,8 @@
|
|
|
|
"serve": "vite preview",
|
|
|
|
"serve": "vite preview",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"cypress:run": "cypress run"
|
|
|
|
"cypress:run": "cypress run",
|
|
|
|
|
|
|
|
"type:check": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^16.11.12",
|
|
|
|
"@types/node": "^16.11.12",
|
|
|
|
|