@onwave/ui
Version:
onwave ui library
80 lines (79 loc) • 2.28 kB
JSON
{
"name": "@onwave/ui",
"version": "1.6.0",
"description": "onwave ui library",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"contributors": [
{
"name": "kang-heewon",
"email": "heewon.dev@gmail.com",
"url": "http://github.com/kang-heewon"
}
],
"keywords": [
"ui",
"emotion",
"onwave",
"nextjs ui library",
"react ui library"
],
"scripts": {
"test": "yarn && yarn build && rm -rf node_modules/react/ && rm -rf node_modules/react-dom",
"build": "tsc && rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -s public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onwave-dev/onwave-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/onwave-dev/onwave-ui/issues"
},
"homepage": "https://github.com/onwave-dev/onwave-ui#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@emotion/babel-plugin": "^11.0.0",
"@emotion/babel-preset-css-prop": "^11.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/react": "^6.1.11",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-test-renderer": "^16.9.3",
"autoprefixer": "9.8.6",
"babel-loader": "^8.1.0",
"next": "^10.0.1",
"postcss-import": "12.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.33.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-url": "^3.0.1",
"rollup-plugin-visualizer": "^4.2.0",
"storybook": "^6.1.11",
"typescript": "^4.0.5"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"next": "^10.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"keen-slider": "^5.3.5"
}
}