Browse Source

chore: move deps to devDeps

master
Muthu Kumar 2 weeks ago
parent
commit
a24b75acee
  1. 6
      package.json
  2. 18
      pnpm-lock.yaml

6
package.json

@ -17,9 +17,6 @@
"dependencies": { "dependencies": {
"@emotion/css": "^11.11.2", "@emotion/css": "^11.11.2",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"gm": "^1.25.0",
"imagen": "github:MKRhere/imagen",
"marked": "^9.1.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"wouter": "^2.12.1" "wouter": "^2.12.1"
@ -32,6 +29,9 @@
"@types/react": "^18.2.30", "@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0", "@vitejs/plugin-react": "^4.1.0",
"gm": "^1.25.0",
"imagen": "github:MKRhere/imagen",
"marked": "^9.1.2",
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^4.5.0" "vite": "^4.5.0"

18
pnpm-lock.yaml

@ -14,15 +14,6 @@ importers:
date-fns: date-fns:
specifier: ^2.30.0 specifier: ^2.30.0
version: 2.30.0 version: 2.30.0
gm:
specifier: ^1.25.0
version: 1.25.0
imagen:
specifier: github:MKRhere/imagen
version: https://codeload.github.com/MKRhere/imagen/tar.gz/c9988aeddaf8e03a1b30293842b8a6e3e2065e62
marked:
specifier: ^9.1.2
version: 9.1.2
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -54,6 +45,15 @@ importers:
'@vitejs/plugin-react': '@vitejs/plugin-react':
specifier: ^4.1.0 specifier: ^4.1.0
version: 4.1.0(vite@4.5.0(@types/node@20.8.7)) version: 4.1.0(vite@4.5.0(@types/node@20.8.7))
gm:
specifier: ^1.25.0
version: 1.25.0
imagen:
specifier: github:MKRhere/imagen
version: https://codeload.github.com/MKRhere/imagen/tar.gz/c9988aeddaf8e03a1b30293842b8a6e3e2065e62
marked:
specifier: ^9.1.2
version: 9.1.2
rollup-plugin-visualizer: rollup-plugin-visualizer:
specifier: ^5.12.0 specifier: ^5.12.0
version: 5.12.0(rollup@3.29.4) version: 5.12.0(rollup@3.29.4)

Loading…
Cancel
Save