UNPKG

cashu-design-system

Version:
95 lines (94 loc) 2.7 kB
{ "name": "cashu-design-system", "version": "0.4.0", "description": "CashU Design System", "scripts": { "start": "npm run webpack:prod && npm run webpack:dev", "build": "npm run webpack:prod", "webpack:dev": "npx webpack serve --config webpack.config.dev.js", "webpack:prod": "rimraf dist && webpack --config webpack.config.prod.js", "server": "npm run webpack:dev", "prettier": "prettier --write \"src/**/*.{js,jsx}\"", "eslint": "eslint \"src/**/*.{js,jsx}\"", "stylelint": "npx stylelint \"src/**/*.css\"" }, "repository": { "type": "git", "url": "git+https://github.com/CashU-BR/design-system.git" }, "keywords": [ "design-system", "cashu" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/CashU-BR/design-system/issues" }, "homepage": "https://github.com/CashU-BR/design-system#readme", "devDependencies": { "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", "@babel/preset-react": "7.12.13", "@tailwindcss/forms": "^0.5.9", "autoprefixer": "^10.4.2", "babel-eslint": "10.1.0", "babel-loader": "8.2.2", "copy-webpack-plugin": "^9.1.0", "css-loader": "^5.2.7", "css-minimizer-webpack-plugin": "^2.0.0", "eslint": "7.23.0", "eslint-config-prettier": "8.2.0", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.23.2", "husky": "6.0.0", "mini-css-extract-plugin": "^1.4.0", "postcss": "^8.3.0", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.2", "postcss-loader": "^5.2.0", "postcss-nested": "^5.0.6", "postcss-preset-env": "^6.7.0", "prettier": "2.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", "rimraf": "^3.0.2", "sass": "^1.43.5", "sass-loader": "^12.3.0", "style-loader": "^2.0.0", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", "stylelint-order": "^4.1.0", "tailwindcss": "^3.2.7", "url-loader": "^4.1.1", "webpack": "^5.4.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.2" }, "peerDependencies": { "apexcharts": "^3.26.3", "react": ">=17.0.1", "react-apexcharts": "^1.3.9", "react-dom": ">=17.0.1" }, "main": "dist/bundle.js", "dependencies": { "@tailwindcss/line-clamp": "^0.4.2", "@tippyjs/react": "^4.2.5", "apexcharts": "^3.26.3", "classnames": "^2.3.1", "react-apexcharts": "^1.3.9", "react-modal": "^3.12.1", "react-notifications-component": "^3.1.0", "react-select": "^4.3.0", "react-tiny-popover": "^6.0.5" }, "files": [ "dist" ], "husky": { "hooks": { "pre-commit": "npm run prettier" } } }