-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
131 lines (131 loc) · 4.52 KB
/
package.json
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
{
"name": "chayns-components",
"version": "4.33.6",
"description": "A set of beautiful React components for developing chayns® applications.",
"keywords": [
"react",
"tobit",
"chayns"
],
"homepage": "https://de.tobit.software/",
"bugs": "https://github.com/TobitSoftware/chayns-components/issues",
"repository": {
"type": "git",
"url": "https://github.com/TobitSoftware/chayns-components.git"
},
"license": "MIT",
"author": "Tobit.Software",
"sideEffects": [
"*.css",
"*.scss"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"lib/",
"dist/",
"split-css.js"
],
"scripts": {
"build": "gulp build",
"build-examples": "node ./examples/utils/generateReactList && chayns-toolkit build",
"build-storybook": "build-storybook",
"clean": "gulp clean",
"dev": "node ./examples/utils/generateReactList && chayns-toolkit dev",
"format": "prettier . --ignore-path .gitignore --write",
"generate-docs": "gulp generate-docs",
"lint": "eslint ./src --ext js,jsx",
"lint-staged": "lint-staged --allow-empty",
"prepare": "husky install",
"prepublishOnly": "npm run lint & npm run build",
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@chayns/colors": "^1.0.4",
"@chayns/uac-service": "~0.0.53",
"abortcontroller-polyfill": "^1.7.5",
"boxen": "^4.2.0",
"chalk": "^4.1.2",
"clsx": "^1.2.1",
"coordinate-parser": "^1.0.7",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.8.1",
"react-resize-detector": "^6.7.8",
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-spread": "7.20.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@storybook/theming": "^6.5.16",
"@types/googlemaps": "^3.40.3",
"acorn": "^8.8.2",
"acorn-walk": "^8.2.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-optimize-clsx": "^2.6.2",
"babel-plugin-transform-remove-imports": "^1.7.0",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-regenerator-runtime": "^6.5.0",
"chayns-toolkit": "^2.0.6",
"core-js": "^3.27.2",
"cssnano": "^5.1.14",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-glob": "^3.2.12",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat-css": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"lint-staged": "^10.5.4",
"node-sass": "^8.0.0",
"param-case": "^3.0.4",
"postcss": "^8.4.21",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.3",
"prettier-plugin-packagejson": "^2.4.2",
"react": "17.0.2",
"react-docgen": "^5.4.3",
"react-dom": "17.0.2",
"rollup": "^2.79.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.58.0",
"webpack": "^5.75.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"optionalDependencies": {
"emojione": "^3.1.7"
}
}