mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 02:42:12 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@dzeio/components",
|
|
"version": "0.11.3",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"types": "./types/index.d.ts",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"@storybook/addon-essentials": "^6.1.14",
|
|
"@storybook/cli": "^6.1.14",
|
|
"@storybook/react": "^6.1.14",
|
|
"@types/node": "^15.12.1",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.1",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^5.0.2",
|
|
"lucide-react": "^0.15.19",
|
|
"next": "^10.0.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"style-loader": "^2.0.0",
|
|
"stylus": "^0.54.8",
|
|
"stylus-loader": "^4.3.3",
|
|
"ts-loader": "^8.0.17",
|
|
"typescript": "^4.2.3",
|
|
"webpack": "^4.44.2"
|
|
},
|
|
"peerDependencies": {
|
|
"lucide-react": "^0.15.19",
|
|
"next": "^10.0.0 || ^11.0.0",
|
|
"react": "^16.0.0 || ^17.0.0",
|
|
"react-dom": "^16.0.0 || ^17.0.0",
|
|
"stylus": "^0.54.8",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "start-storybook -s ./.storybook/public -p 6006",
|
|
"build": "rollup --config",
|
|
"prepublishOnly": "npm run build",
|
|
"postinstall": "rollup --config"
|
|
},
|
|
"dependencies": {
|
|
"rollup": "^2.44.0",
|
|
"rollup-plugin-styles": "^3.14.1",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"tslib": "^2.1.0"
|
|
}
|
|
}
|