|
|
@@ -12,8 +12,8 @@
|
|
|
"cypress": "cypress open",
|
|
|
"lint:style": "stylelint packages/app/src *.*.css",
|
|
|
"lint:js": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
|
|
|
- "lint:style-fix": "pnpm run lint:style --fix",
|
|
|
- "lint:js-fix": "pnpm run lint:js --fix",
|
|
|
+ "lint:style-fix": "npm run lint:style --fix",
|
|
|
+ "lint:js-fix": "npm run lint:js --fix",
|
|
|
"prepare": "husky install",
|
|
|
"postinstall": "husky install",
|
|
|
"pre-commit": "lint-staged",
|
|
|
@@ -86,6 +86,7 @@
|
|
|
"dayjs": "^1.11.7",
|
|
|
"klona": "^2.0.6",
|
|
|
"lodash-es": "^4.17.21",
|
|
|
+ "lottie-web": "^5.11.0",
|
|
|
"naive-ui": "^2.34.3",
|
|
|
"pinia": "^2.0.36",
|
|
|
"sortablejs": "^1.15.0",
|