@coconut-software/ui
Version:
React components for faster and easier web development.
118 lines (117 loc) • 3.83 kB
JSON
{
"name": "@coconut-software/ui",
"version": "0.19.19",
"description": "React components for faster and easier web development.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"style": "dist/utilities.css",
"files": [
"dist",
"!dist/index.css",
"defaultConfig.js",
"defaultTheme.js",
"ringPlugin.js"
],
"scripts": {
"build:css": "postcss src/index.css -o dist/index.css && postcss src/utilities.css -o dist/utilities.css",
"build:js": "rollup -c",
"build": "npm run build:css && npm run build:js",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"postversion": "git push && git push --tags",
"prepare": "NODE_ENV=production npm run build",
"preversion": "npm run lint",
"storybook:export": "storybook build",
"storybook": "storybook dev -p 6006",
"test:ci": "jest --coverage --runInBand",
"test:watch": "jest --watch --maxWatchers=25%",
"test": "jest --maxWorkers=50%",
"types": "tsc --noEmit",
"version": "npm run format && git add -A src",
"watch:css": "postcss --watch src/index.css -o dist/index.css && postcss src/utilities.css -o dist/utilities.css"
},
"keywords": [
"react-components",
"react",
"javascript",
"design-systems",
"typescript",
"coconut-software"
],
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@date-fns/tz": "^1.2.0",
"@popperjs/core": "^2.6.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@storybook/addon-docs": "9.1.16",
"@storybook/react-webpack5": "9.1.16",
"@swc/core": "^1.2.135",
"@swc/jest": "^0.2.17",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.20",
"@types/react": "^17.0",
"@types/react-dom": "^17.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"clsx": "^1.1.1",
"cssnano": "^4.1.10",
"date-fns": "^4.1.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.20.4",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"popper-max-size-modifier": "^0.2.0",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"prettier": "^2.2.1",
"react": "^17.0",
"react-aria-components": "^1.16.0",
"react-dom": "^17.0",
"react-focus-lock": "^2.13.0",
"react-focus-on": "^3.9.4",
"react-hook-form": "^6.15",
"react-intl": "^5.13.3",
"react-remove-scroll": "^2.6.0",
"rollup": "^2.37.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36",
"storybook": "9.1.16",
"tailwindcss": "^3.4.10",
"tailwindcss-interaction-variants": "^5.0.0",
"ts-jest": "^26.4.4",
"tslib": "^2.2.0",
"typescript": "^4.9.5",
"use-debounce": "^5.2.1",
"webpack": "^5.16.0"
},
"peerDependencies": {
"clsx": "^1.1",
"date-fns": "^2.16",
"react": "^17.0",
"react-aria-components": "^1.16.0",
"react-dom": "^17.0",
"react-hook-form": "^6.15",
"react-intl": "^5.13",
"tailwindcss": "^3.4.10",
"tailwindcss-interaction-variants": "^5.0.0"
}
}