1
+ {
2
+ "name" : " @epilot/concorde-elements" ,
3
+ "version" : " 0.0.8" ,
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
+ "chromatic" : " npx chromatic --project-token=chpt_cef42bf3c35609d" ,
21
+ "lint" : " eslint src --ext js,ts,tsx --cache" ,
22
+ "lint:fix" : " eslint src --ext js,ts,tsx --fix --cache" ,
23
+ "storybook" : " storybook dev -p 6006" ,
24
+ "test" : " TZ=UTC vitest run" ,
25
+ "test:watch" : " vitest watch" ,
26
+ "prepublishOnly" : " npm version patch && pnpm lint && pnpm test && pnpm build:package" ,
27
+ "release" : " pnpm publish" ,
28
+ "postpublish" : " git add package.json && git commit -m \" update concorde published version\" && git push && git push --tags"
29
+ },
30
+ "browserslist" : [
31
+ " >0.2%" ,
32
+ " not dead" ,
33
+ " not op_mini all"
34
+ ],
35
+ "dependencies" : {
36
+ "@googlemaps/js-api-loader" : " ^1.16.8" ,
37
+ "@mui/base" : " 5.0.0-beta.61" ,
38
+ "@mui/utils" : " ^6.2.0" ,
39
+ "@radix-ui/react-checkbox" : " ^1.1.2" ,
40
+ "@radix-ui/react-dropdown-menu" : " ^2.1.2" ,
41
+ "@radix-ui/react-progress" : " ^1.1.1" ,
42
+ "@radix-ui/react-radio-group" : " ^1.2.1" ,
43
+ "@radix-ui/react-slot" : " 1.1.1" ,
44
+ "@radix-ui/react-switch" : " ^1.1.1" ,
45
+ "@radix-ui/react-toggle" : " ^1.1.0" ,
46
+ "@radix-ui/react-toggle-group" : " ^1.1.0" ,
47
+ "@radix-ui/react-tooltip" : " ^1.1.4" ,
48
+ "@types/react-signature-canvas" : " ^1.0.2" ,
49
+ "date-fns" : " ^3.6.0" ,
50
+ "fast-deep-equal" : " ^3.1.3" ,
51
+ "file-selector" : " *" ,
52
+ "motion" : " ^11.15.0" ,
53
+ "radashi" : " *" ,
54
+ "react-datepicker" : " ^7.3.0" ,
55
+ "react-dropzone" : " ^11.4.2" ,
56
+ "react-hook-form" : " ^7.53.0" ,
57
+ "react-input-mask" : " ^2.0.4" ,
58
+ "react-keyed-flatten-children" : " ^3.0.2" ,
59
+ "react-markdown" : " ^6.0.1" ,
60
+ "react-signature-canvas" : " ^1.0.6" ,
61
+ "react-swipeable-views" : " ^0.14.0"
62
+ },
63
+ "devDependencies" : {
64
+ "@babel/core" : " ^7.25.2" ,
65
+ "@chromatic-com/storybook" : " ^1.3.5" ,
66
+ "@epilot/eslint-config-react" : " ^1.2.15" ,
67
+ "@epilot/validators" : " latest" ,
68
+ "@storybook/addon-a11y" : " ^8.3.6" ,
69
+ "@storybook/addon-essentials" : " ^8.0.10" ,
70
+ "@storybook/addon-interactions" : " ^8.0.10" ,
71
+ "@storybook/addon-links" : " ^8.0.10" ,
72
+ "@storybook/blocks" : " ^8.0.10" ,
73
+ "@storybook/react" : " ^8.0.10" ,
74
+ "@storybook/react-vite" : " ^8.0.10" ,
75
+ "@storybook/test" : " ^8.0.10" ,
76
+ "@testing-library/jest-dom" : " *" ,
77
+ "@testing-library/react" : " *" ,
78
+ "@types/babel__generator" : " ^7.6.8" ,
79
+ "@types/big.js" : " ^6.2.0" ,
80
+ "@types/react" : " *" ,
81
+ "@types/react-dom" : " *" ,
82
+ "@types/react-input-mask" : " 3.0.0" ,
83
+ "@types/react-swipeable-views" : " ^0.13.5" ,
84
+ "@types/testing-library__jest-dom" : " *" ,
85
+ "@typescript-eslint/eslint-plugin" : " 6.5.0" ,
86
+ "@typescript-eslint/parser" : " 6.5.0" ,
87
+ "@vitejs/plugin-react" : " ^4.2.1" ,
88
+ "autoprefixer" : " ^10.4.19" ,
89
+ "axios" : " *" ,
90
+ "big.js" : " ^6.2.1" ,
91
+ "chromatic" : " ^11.3.2" ,
92
+ "classnames" : " ^2.5.1" ,
93
+ "esbuild" : " ^0.18.1" ,
94
+ "esbuild-plugin-svgr" : " ^2.1.0" ,
95
+ "eslint" : " *" ,
96
+ "eslint-config-prettier" : " 8.0.0" ,
97
+ "eslint-import-resolver-typescript" : " ^3.6.3" ,
98
+ "eslint-plugin-import" : " 2.30.0" ,
99
+ "eslint-plugin-prettier" : " 5.2.1" ,
100
+ "eslint-plugin-react-hooks" : " 4.6.2" ,
101
+ "eslint-plugin-storybook" : " ^0.8.0" ,
102
+ "i18next" : " *" ,
103
+ "identity-obj-proxy" : " ^3.0.0" ,
104
+ "jsdom" : " ^25.0.0" ,
105
+ "material-symbols" : " latest" ,
106
+ "prettier" : " *" ,
107
+ "react" : " ^18.0.0" ,
108
+ "react-i18next" : " *" ,
109
+ "storybook" : " ^8.0.10" ,
110
+ "terser" : " 5.32.0" ,
111
+ "ts-jest" : " ^29.1.2" ,
112
+ "tslib" : " ^2.6.2" ,
113
+ "typescript" : " ^5.4.5" ,
114
+ "use-debounce" : " ^6.0.1" ,
115
+ "vite" : " ^6.0.7" ,
116
+ "vite-bundle-visualizer" : " ^1.2.1" ,
117
+ "vite-plugin-dts" : " ^4.5.0" ,
118
+ "vite-plugin-lib-inject-css" : " ^2.2.1" ,
119
+ "vite-plugin-sass-dts" : " ^1.3.30" ,
120
+ "vitest" : " *"
121
+ },
122
+ "peerDependencies" : {
123
+ "@epilot/validators" : " ^0.0.21" ,
124
+ "react" : " >=17.0.0" ,
125
+ "react-dom" : " ^18.2.0" ,
126
+ "react-i18next" : " *"
127
+ },
128
+ "files" : [
129
+ " dist/**"
130
+ ],
131
+ "publishConfig" : {
132
+ "main" : " dist/index.js" ,
133
+ "types" : " dist/index.d.ts"
134
+ }
135
+ }
0 commit comments