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