Comparing version 0.0.10 to 0.1.0
{ | ||
"name": "codice", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"exports": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"author": "huozhi", | ||
@@ -10,4 +12,6 @@ "files": [ | ||
"scripts": { | ||
"build": "bunchee lib/index.mjs --no-sourcemap", | ||
"prepublishOnly": "rm -rf dist && npm run build" | ||
"build:site": "pnpm build && next build site", | ||
"build": "bunchee", | ||
"dev": "next dev site", | ||
"prepublishOnly": "rm -rf dist && pnpm run build" | ||
}, | ||
@@ -20,4 +24,11 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"bunchee": "^1.8.3" | ||
"@types/react": "^18.0.33", | ||
"bunchee": "^3.0.1", | ||
"codice": "link:./", | ||
"next": "^13.2.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"sugar-high": "^0.4.6", | ||
"typescript": "^5.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6554
4
116
1
65
Yes
8