components/package.json
Florian Bouillon caa646b6d2
bump version
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-12-12 12:32:51 +01:00

41 lines
1.0 KiB
JSON

{
"name": "@dzeio/components",
"version": "1.0.0-beta.13",
"license": "MIT",
"main": "./index.umd.js",
"module": "./index.es.js",
"types": "./types/index.d.ts",
"devDependencies": {
"@storybook/addon-essentials": "^6",
"@storybook/builder-vite": "^0.2.2",
"@storybook/cli": "^6",
"@storybook/react": "^6",
"@types/json5": "^2",
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"html-webpack-plugin": "^5.5.0",
"next": "^12",
"react": "^18",
"react-dom": "^18",
"style-loader": "^3",
"stylus": "^0.59.0",
"typescript": "^4",
"vite": "^3"
},
"peerDependencies": {
"next": ">=11.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"scripts": {
"dev": "start-storybook --port 6006 --no-version-updates --disable-telemetry --no-manager-cache --modern --no-open",
"build": "npx vite build && npx tsc --emitDeclarationOnly",
"prepublishOnly": "npx vite build && npx tsc --emitDeclarationOnly"
},
"dependencies": {
"@dzeio/object-util": "^1",
"lucide-react": "^0.104.1"
}
}