adminforth 2.25.0-next.3 → 2.25.0-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,23 +17,23 @@ See [Vite Configuration Reference](https://vitejs.dev/config/).
17
17
  ## Project Setup
18
18
 
19
19
  ```sh
20
- npm install
20
+ pnpm install
21
21
  ```
22
22
 
23
23
  ### Compile and Hot-Reload for Development
24
24
 
25
25
  ```sh
26
- npm run dev
26
+ pnpm dev
27
27
  ```
28
28
 
29
29
  ### Type-Check, Compile and Minify for Production
30
30
 
31
31
  ```sh
32
- npm run build
32
+ pnpm build
33
33
  ```
34
34
 
35
35
  ### Lint with [ESLint](https://eslint.org/)
36
36
 
37
37
  ```sh
38
- npm run lint
38
+ pnpm lint
39
39
  ```
@@ -30,7 +30,8 @@
30
30
  "vue-diff": "^1.2.4",
31
31
  "vue-i18n": "^10.0.5",
32
32
  "vue-router": "^4.3.0",
33
- "vue-slider-component": "^4.1.0-beta.7"
33
+ "vue-slider-component": "^4.1.0-beta.7",
34
+ "vue3-json-viewer": "^2.2.2"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@rushstack/eslint-patch": "^1.8.0",
@@ -54,7 +55,6 @@
54
55
  "typescript": "~5.4.0",
55
56
  "vite": "^5.2.13",
56
57
  "vue-i18n-extract": "^2.0.7",
57
- "vue-tsc": "^2.0.11",
58
- "vue3-json-viewer": "^2.2.2"
58
+ "vue-tsc": "^2.0.11"
59
59
  }
60
60
  }