|
|
@@ -39,12 +39,6 @@
|
|
|
"version:premajor": "pnpm version premajor --preid=RC --no-git-tag-version"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "cross-env": "^7.0.0",
|
|
|
- "dotenv-flow": "^3.2.0",
|
|
|
- "npm-run-all": "^4.1.5",
|
|
|
- "ts-deepmerge": "^6.2.0",
|
|
|
- "tslib": "^2.3.1",
|
|
|
- "yargs": "^17.7.1"
|
|
|
},
|
|
|
"// comments for defDependencies": {
|
|
|
"vite-plugin-dts": "v4.2.1 causes the unexpected error 'Cannot find package 'vue-tsc''"
|
|
|
@@ -67,6 +61,8 @@
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
|
"@vitest/coverage-v8": "^2.1.1",
|
|
|
"@vitest/ui": "^2.1.1",
|
|
|
+ "cross-env": "^7.0.0",
|
|
|
+ "dotenv-flow": "^3.2.0",
|
|
|
"eslint": "^8.41.0",
|
|
|
"eslint-config-next": "^12.1.6",
|
|
|
"eslint-config-weseek": "^2.1.1",
|
|
|
@@ -80,6 +76,7 @@
|
|
|
"glob": "^8.1.0",
|
|
|
"mock-require": "^3.0.3",
|
|
|
"nodemon": "^3.1.3",
|
|
|
+ "npm-run-all": "^4.1.5",
|
|
|
"path-browserify": "^1.0.1",
|
|
|
"reg-keygen-git-hash-plugin": "^0.11.1",
|
|
|
"reg-notify-github-plugin": "^0.11.1",
|
|
|
@@ -91,6 +88,7 @@
|
|
|
"stylelint": "^16.5.0",
|
|
|
"stylelint-config-recess-order": "^5.0.1",
|
|
|
"stylelint-config-recommended-scss": "^14.0.0",
|
|
|
+ "ts-deepmerge": "^6.2.0",
|
|
|
"ts-node": "^10.9.2",
|
|
|
"ts-patch": "^3.2.0",
|
|
|
"tsconfig-paths": "^4.2.0",
|