mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-18 05:29:20 +00:00
17
package.json
17
package.json
@ -16,10 +16,9 @@
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^5.0.2",
|
||||
"lucide-react": "^0.16.0",
|
||||
"next": "^10.0.0",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"next": "^11.0.0",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0",
|
||||
"style-loader": "^2.0.0",
|
||||
"stylus": "^0.55.0",
|
||||
"stylus-loader": "^4.3.3",
|
||||
@ -28,12 +27,9 @@
|
||||
"webpack": "^4.44.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lucide-react": "^0.16.0",
|
||||
"next": "^10.0.0 || ^11.0.0",
|
||||
"react": "^16.0.0 || ^17.0.0",
|
||||
"react-dom": "^16.0.0 || ^17.0.0",
|
||||
"stylus": "^0.55.0",
|
||||
"typescript": "^4.0.0"
|
||||
"next": "^11.0.0",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "start-storybook -s ./.storybook/public -p 6006",
|
||||
@ -42,6 +38,7 @@
|
||||
"postinstall": "rollup --config"
|
||||
},
|
||||
"dependencies": {
|
||||
"lucide-react": "^0.16.0",
|
||||
"rollup": "^2.44.0",
|
||||
"rollup-plugin-styles": "^3.14.1",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
|
Reference in New Issue
Block a user