mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-23 03:12:14 +00:00
bump: Alpha 13
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
parent
644cb5b1aa
commit
e0b6743cd3
72
package.json
72
package.json
@ -1,38 +1,38 @@
|
|||||||
{
|
{
|
||||||
"name": "@dzeio/components",
|
"name": "@dzeio/components",
|
||||||
"version": "1.0.0-alpha.12",
|
"version": "1.0.0-alpha.13",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./index.umd.js",
|
"main": "./index.umd.js",
|
||||||
"module": "./index.es.js",
|
"module": "./index.es.js",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@storybook/addon-essentials": "^6",
|
"@storybook/addon-essentials": "^6",
|
||||||
"@storybook/builder-vite": "^0.2.2",
|
"@storybook/builder-vite": "^0.2.2",
|
||||||
"@storybook/cli": "^6",
|
"@storybook/cli": "^6",
|
||||||
"@storybook/react": "^6",
|
"@storybook/react": "^6",
|
||||||
"@types/node": "^18",
|
"@types/node": "^18",
|
||||||
"@types/react": "^18",
|
"@types/react": "^18",
|
||||||
"@types/react-dom": "^18",
|
"@types/react-dom": "^18",
|
||||||
"next": "^12",
|
"next": "^12",
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
"react-dom": "^18",
|
"react-dom": "^18",
|
||||||
"style-loader": "^3",
|
"style-loader": "^3",
|
||||||
"typescript": "^4"
|
"typescript": "^4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"next": ">=11.0.0",
|
"next": ">=11.0.0",
|
||||||
"react": ">=17.0.0",
|
"react": ">=17.0.0",
|
||||||
"react-dom": ">=17.0.0"
|
"react-dom": ">=17.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "start-storybook --port 6006 --no-version-updates --disable-telemetry --no-manager-cache --modern --no-open",
|
"dev": "start-storybook --port 6006 --no-version-updates --disable-telemetry --no-manager-cache --modern --no-open",
|
||||||
"build": "npx vite build && npx tsc --emitDeclarationOnly",
|
"build": "npx vite build && npx tsc --emitDeclarationOnly",
|
||||||
"prepublishOnly": "npx vite build && npx tsc --emitDeclarationOnly",
|
"prepublishOnly": "npx vite build && npx tsc --emitDeclarationOnly",
|
||||||
"postinstall": "npx vite build && npx tsc --emitDeclarationOnly"
|
"postinstall": "npx vite build && npx tsc --emitDeclarationOnly"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dzeio/object-util": "^1",
|
"@dzeio/object-util": "^1",
|
||||||
"lucide-react": "^0.88.0",
|
"lucide-react": "^0.88.0",
|
||||||
"vite": "^3"
|
"vite": "^3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user