@nile-ui/nile-ui
Version:
Modern and beautiful looking component designs
111 lines (110 loc) • 2.9 kB
JSON
{
"name": "@nile-ui/nile-ui",
"version": "0.0.12",
"description": "Modern and beautiful looking component designs",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^18.2.18",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"react": "^18.2.0",
"classnames": "^2.3.2"
},
"scripts": {
"build": "rollup -c",
"publ": "npm run build && npm publish --access public",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"style": "./src/scss/index.scss",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/esm/index.d.ts",
"module": "./dist/esm/index.js"
},
"./index.scss": {
"import": "./index.scss",
"require": "./index.scss"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/nile-ui/nile-ui.git"
},
"keywords": [
"css",
"sass",
"scss",
"responsive",
"framework",
"ui",
"nile"
],
"author": {
"name": "Ali Tokmakcı",
"email": "alitokmakci@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nile-ui/nile-ui/issues"
},
"homepage": "https://nile-ui.vercel.app",
"devDependencies": {
"@babel/preset-react": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.2.3",
"@storybook/preset-create-react-app": "^7.2.3",
"@storybook/react": "^7.2.3",
"@storybook/react-webpack5": "^7.2.3",
"@storybook/testing-library": "^0.2.0",
"babel-plugin-named-exports-order": "^0.0.2",
"css-loader": "^6.8.1",
"eslint-plugin-storybook": "^0.6.13",
"prop-types": "^15.8.1",
"rollup": "^2.79.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.65.1",
"sass-loader": "^10.2.0",
"storybook": "^7.2.3",
"style-loader": "^3.3.3",
"webpack": "^5.88.2"
}
}