2023-02-02 14:06:26 +00:00
|
|
|
{
|
|
|
|
"name": "@acid-info/lsd-react",
|
2023-09-20 16:24:35 +00:00
|
|
|
"version": "0.1.0-alpha.20",
|
2023-02-02 14:06:26 +00:00
|
|
|
"types": "./dist/index.d.ts",
|
2023-05-24 12:14:51 +00:00
|
|
|
"main": "./dist/lsd-react.js",
|
2023-05-24 11:52:33 +00:00
|
|
|
"require": "./dist/lsd-react.umd.js",
|
2023-02-02 14:06:26 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"watch": "tsc && vite build --watch --emptyOutDir false",
|
2023-02-08 20:24:09 +00:00
|
|
|
"storybook": "start-storybook -p 6006 -s .storybook/public",
|
|
|
|
"build-storybook": "build-storybook -s .storybook/public",
|
2023-04-13 23:54:53 +00:00
|
|
|
"preview": "vite preview",
|
|
|
|
"prepublish": "yarn build"
|
2023-02-02 14:06:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
|
|
|
"clsx": "^1.2.1",
|
|
|
|
"lodash": "^4.17.21",
|
2023-02-13 09:55:44 +00:00
|
|
|
"react-use": "^17.4.0"
|
2023-02-02 14:06:26 +00:00
|
|
|
},
|
|
|
|
"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",
|
2023-02-07 16:48:37 +00:00
|
|
|
"@storybook/addon-actions": "^6.5.16",
|
|
|
|
"@storybook/addon-essentials": "^6.5.16",
|
|
|
|
"@storybook/addon-interactions": "^6.5.16",
|
|
|
|
"@storybook/addon-links": "^6.5.16",
|
2023-02-08 20:24:09 +00:00
|
|
|
"@storybook/builder-vite": "^0.4.0",
|
2023-02-07 16:48:37 +00:00
|
|
|
"@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",
|
2023-02-08 20:24:09 +00:00
|
|
|
"@types/lodash": "^4.14.191",
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.9",
|
|
|
|
"@vitejs/plugin-react": "^3.0.0",
|
2023-02-07 16:48:37 +00:00
|
|
|
"chromatic": "^6.15.0",
|
2023-06-01 20:17:25 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2023-02-02 14:06:26 +00:00
|
|
|
"sass": "^1.58.0",
|
|
|
|
"typescript": "^4.9.3",
|
|
|
|
"utility-types": "^3.10.0",
|
|
|
|
"vite": "^4.0.0",
|
2023-06-01 20:17:25 +00:00
|
|
|
"vite-plugin-dts": "^1.7.2"
|
2023-02-02 14:06:26 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
2023-06-01 20:08:42 +00:00
|
|
|
"react": "17.x || 18.x",
|
|
|
|
"react-dom": "17.x || 18.x"
|
2023-02-02 14:06:26 +00:00
|
|
|
}
|
|
|
|
}
|