update package.json

This commit is contained in:
DefectingCat
2023-05-17 17:11:34 +08:00
parent ed7547461b
commit 58cd92c510
2 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "blog-v3", "name": "blog-v4",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
@ -38,7 +38,6 @@
"remark-parse": "^10.0.1", "remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0", "remark-rehype": "^10.1.0",
"sharp": "^0.32.1", "sharp": "^0.32.1",
"stats.js": "^0.17.0",
"three": "^0.152.2", "three": "^0.152.2",
"unified": "^10.1.2", "unified": "^10.1.2",
"zustand": "^4.3.8" "zustand": "^4.3.8"
@ -49,7 +48,6 @@
"@types/jest": "^29.5.1", "@types/jest": "^29.5.1",
"@types/node": "20.1.5", "@types/node": "20.1.5",
"@types/react": "18.2.6", "@types/react": "18.2.6",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.152.0", "@types/three": "^0.152.0",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"clsx": "^1.2.1", "clsx": "^1.2.1",
@ -66,4 +64,4 @@
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",
"typescript": "5.0.4" "typescript": "5.0.4"
} }
} }

6
pnpm-lock.yaml generated
View File

@ -73,9 +73,6 @@ dependencies:
sharp: sharp:
specifier: ^0.32.1 specifier: ^0.32.1
version: 0.32.1 version: 0.32.1
stats.js:
specifier: ^0.17.0
version: 0.17.0
three: three:
specifier: ^0.152.2 specifier: ^0.152.2
version: 0.152.2 version: 0.152.2
@ -102,9 +99,6 @@ devDependencies:
'@types/react': '@types/react':
specifier: 18.2.6 specifier: 18.2.6
version: 18.2.6 version: 18.2.6
'@types/stats.js':
specifier: ^0.17.0
version: 0.17.0
'@types/three': '@types/three':
specifier: ^0.152.0 specifier: ^0.152.0
version: 0.152.0 version: 0.152.0