mirror of https://github.com/acid-info/lsd.git
60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"name": "@acid-info/lsd-react",
|
|
"version": "0.1.0-alpha.4",
|
|
"types": "./dist/index.d.ts",
|
|
"main": "./dist/lsd-react.mjs",
|
|
"require": "./dist/lsd-react.umd.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"watch": "tsc && vite build --watch --emptyOutDir false",
|
|
"storybook": "start-storybook -p 6006 -s .storybook/public",
|
|
"build-storybook": "build-storybook -s .storybook/public",
|
|
"preview": "vite preview",
|
|
"prepublish": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"clsx": "^1.2.1",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-use": "^17.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@emotion/babel-plugin": "^11.10.5",
|
|
"@rollup/plugin-babel": "^6.0.3",
|
|
"@storybook/addon-actions": "^6.5.16",
|
|
"@storybook/addon-essentials": "^6.5.16",
|
|
"@storybook/addon-interactions": "^6.5.16",
|
|
"@storybook/addon-links": "^6.5.16",
|
|
"@storybook/builder-vite": "^0.4.0",
|
|
"@storybook/builder-webpack5": "^6.5.16",
|
|
"@storybook/manager-webpack5": "^6.5.16",
|
|
"@storybook/node-logger": "^6.5.16",
|
|
"@storybook/react": "^6.5.16",
|
|
"@storybook/testing-library": "^0.0.13",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"chromatic": "^6.15.0",
|
|
"sass": "^1.58.0",
|
|
"typescript": "^4.9.3",
|
|
"utility-types": "^3.10.0",
|
|
"vite": "^4.0.0",
|
|
"vite-plugin-dts": "^1.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
}
|
|
}
|