mirror of
https://github.com/dzeiocom/components.git
synced 2025-08-11 14:01:59 +00:00
feat: Remove post install compilation
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
17
package.json
17
package.json
@@ -10,11 +10,16 @@
|
||||
"@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",
|
||||
"next": "^12",
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"style-loader": "^3"
|
||||
"style-loader": "^3",
|
||||
"typescript": "^4",
|
||||
"vite": "^3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": ">=11.0.0",
|
||||
@@ -24,16 +29,10 @@
|
||||
"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",
|
||||
"postinstall": "npx vite build && npx tsc --emitDeclarationOnly"
|
||||
"prepublishOnly": "npx vite build && npx tsc --emitDeclarationOnly"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dzeio/object-util": "^1",
|
||||
"@types/react": "^18",
|
||||
"@types/json5": "^2",
|
||||
"@types/react-dom": "^18",
|
||||
"typescript": "^4",
|
||||
"lucide-react": "^0.88.0",
|
||||
"vite": "^3"
|
||||
"lucide-react": "^0.88.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user