|
| 1 | +{ |
| 2 | + "name": "@epilot/concorde-elements", |
| 3 | + "version": "0.0.15", |
| 4 | + "license": "MIT", |
| 5 | + "author": { |
| 6 | + "name": "epilot GmbH", |
| 7 | + |
| 8 | + "url": "https://epilot.cloud" |
| 9 | + }, |
| 10 | + "sideEffects": [ |
| 11 | + "**/*.css" |
| 12 | + ], |
| 13 | + "type": "module", |
| 14 | + "main": "src/index.ts", |
| 15 | + "types": "src/index.ts", |
| 16 | + "scripts": { |
| 17 | + "build": "npm run build-storybook", |
| 18 | + "build:package": "rm -rf dist && NODE_ENV=production vite build", |
| 19 | + "build-storybook": "NODE_ENV=production storybook build", |
| 20 | + "changelog": "npx conventional-changelog -i CHANGELOG.md -s --commit-path . @epilot/concorde-elements", |
| 21 | + "chromatic": "npx chromatic --project-token=chpt_cef42bf3c35609d", |
| 22 | + "lint": "eslint src --ext js,ts,tsx --cache", |
| 23 | + "lint:fix": "eslint src --ext js,ts,tsx --fix --cache", |
| 24 | + "storybook": "storybook dev -p 6006", |
| 25 | + "test": "TZ=UTC vitest run", |
| 26 | + "test:watch": "vitest watch", |
| 27 | + "prepublishOnly": "npm version patch && pnpm changelog && pnpm lint && pnpm test && pnpm build:package", |
| 28 | + "release": "pnpm publish", |
| 29 | + "postpublish": "git add package.json CHANGELOG.md && git commit -m \"chore: update concorde published version\" && git push && git push --tags" |
| 30 | + }, |
| 31 | + "browserslist": [ |
| 32 | + ">0.2%", |
| 33 | + "not dead", |
| 34 | + "not op_mini all" |
| 35 | + ], |
| 36 | + "dependencies": { |
| 37 | + "@floating-ui/dom": "^1.6.13", |
| 38 | + "@mui/base": "5.0.0-beta.61", |
| 39 | + "@mui/utils": "^6.2.0", |
| 40 | + "@radix-ui/react-checkbox": "^1.1.2", |
| 41 | + "@radix-ui/react-dialog": "1.1.2", |
| 42 | + "@radix-ui/react-dropdown-menu": "^2.1.2", |
| 43 | + "@radix-ui/react-popover": "^1.1.2", |
| 44 | + "@radix-ui/react-progress": "^1.1.1", |
| 45 | + "@radix-ui/react-radio-group": "^1.3.7", |
| 46 | + "@radix-ui/react-slot": "1.1.2", |
| 47 | + "@radix-ui/react-switch": "^1.1.1", |
| 48 | + "@radix-ui/react-toggle": "^1.1.0", |
| 49 | + "@radix-ui/react-toggle-group": "^1.1.0", |
| 50 | + "@radix-ui/react-tooltip": "^1.1.4", |
| 51 | + "culori": "^4.0.1", |
| 52 | + "date-fns": "^3.6.0", |
| 53 | + "file-selector": "*", |
| 54 | + "motion": "^11.15.0", |
| 55 | + "radashi": "*", |
| 56 | + "react-datepicker": "^8.3.0", |
| 57 | + "react-dropzone": "^11.4.2", |
| 58 | + "react-hook-form": "^7.53.0", |
| 59 | + "react-input-mask": "^2.0.4", |
| 60 | + "react-keyed-flatten-children": "^3.0.2", |
| 61 | + "react-number-format": "^5.4.3", |
| 62 | + "react-swipeable-views": "^0.14.0" |
| 63 | + }, |
| 64 | + "devDependencies": { |
| 65 | + "@chromatic-com/storybook": "^1.3.5", |
| 66 | + "@epilot/eslint-config-react": "^1.2.15", |
| 67 | + "@epilot/validators": "latest", |
| 68 | + "@storybook/addon-a11y": "^8.6.11", |
| 69 | + "@storybook/addon-essentials": "^8.5.4", |
| 70 | + "@storybook/addon-interactions": "^8.5.4", |
| 71 | + "@storybook/addon-links": "^8.5.4", |
| 72 | + "@storybook/blocks": "^8.5.4", |
| 73 | + "@storybook/react": "^8.5.4", |
| 74 | + "@storybook/react-vite": "^8.5.4", |
| 75 | + "@storybook/test": "^8.5.4", |
| 76 | + "@testing-library/jest-dom": "*", |
| 77 | + "@testing-library/react": "*", |
| 78 | + "@testing-library/user-event": "*", |
| 79 | + "@types/babel__generator": "^7.6.8", |
| 80 | + "@types/culori": "^2.1.1", |
| 81 | + "@types/react": "*", |
| 82 | + "@types/react-dom": "*", |
| 83 | + "@types/react-input-mask": "3.0.0", |
| 84 | + "@types/react-swipeable-views": "^0.13.5", |
| 85 | + "@types/testing-library__jest-dom": "*", |
| 86 | + "@typescript-eslint/eslint-plugin": "6.5.0", |
| 87 | + "@typescript-eslint/parser": "6.5.0", |
| 88 | + "@vitejs/plugin-react": "^4.2.1", |
| 89 | + "autoprefixer": "^10.4.19", |
| 90 | + "chromatic": "^11.3.2", |
| 91 | + "classnames": "^2.5.1", |
| 92 | + "conventional-changelog": "^7.1.1", |
| 93 | + "eslint": "*", |
| 94 | + "eslint-config-prettier": "8.0.0", |
| 95 | + "eslint-import-resolver-typescript": "^3.6.3", |
| 96 | + "eslint-plugin-import": "2.30.0", |
| 97 | + "eslint-plugin-prettier": "5.2.1", |
| 98 | + "eslint-plugin-react-hooks": "4.6.2", |
| 99 | + "eslint-plugin-storybook": "^0.8.0", |
| 100 | + "i18next": "*", |
| 101 | + "jsdom": "^25.0.0", |
| 102 | + "material-symbols": "latest", |
| 103 | + "prettier": "*", |
| 104 | + "react": "^18.0.0", |
| 105 | + "react-i18next": "*", |
| 106 | + "storybook": "^8.5.4", |
| 107 | + "terser": "5.32.0", |
| 108 | + "tslib": "^2.3.1", |
| 109 | + "typescript": "^5.4.5", |
| 110 | + "use-debounce": "^6.0.1", |
| 111 | + "vite": "*", |
| 112 | + "vite-plugin-dts": "^4.5.0", |
| 113 | + "vite-plugin-lib-inject-css": "^2.2.1", |
| 114 | + "vite-plugin-sass-dts": "^1.3.30", |
| 115 | + "vitest": "*", |
| 116 | + "vitest-axe": "^0.1.0" |
| 117 | + }, |
| 118 | + "peerDependencies": { |
| 119 | + "@epilot/validators": "^0.0.21", |
| 120 | + "react": ">=17.0.0", |
| 121 | + "react-dom": "^18.2.0", |
| 122 | + "react-i18next": "*" |
| 123 | + }, |
| 124 | + "files": [ |
| 125 | + "dist/**" |
| 126 | + ], |
| 127 | + "publishConfig": { |
| 128 | + "main": "dist/index.js", |
| 129 | + "types": "dist/index.d.ts" |
| 130 | + } |
| 131 | +} |
0 commit comments