Moved to NPM and lucide-icons

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-28 10:56:58 +02:00
parent e38387534a
commit e24b31df10
18 changed files with 41225 additions and 11994 deletions

View File

@ -11,15 +11,15 @@
"@storybook/addon-essentials": "^6.1.14",
"@storybook/cli": "^6.1.14",
"@storybook/react": "^6.1.14",
"@types/node": "^14.14.28",
"@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",
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"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",
@ -28,17 +28,17 @@
"webpack": "^4.44.2"
},
"peerDependencies": {
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"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.2.3"
"typescript": "^4.0.0"
},
"scripts": {
"dev": "start-storybook -s ./.storybook/public -p 6006",
"build": "rollup --config",
"prepublishOnly": "yarn build",
"prepublishOnly": "npm run build",
"postinstall": "rollup --config"
},
"dependencies": {