forked from SoftwareBrothers/adminjs-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.4 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": "@adminjs/design-system",
"version": "3.1.5",
"description": "DesignSystem which AdminJS is built with",
"main": "build/index.js",
"types": "types/index.d.ts",
"repository": "[email protected]:SoftwareBrothers/adminjs-design-system.git",
"author": "Wojciech Krysiak",
"license": "MIT",
"scripts": {
"release": "semantic-release",
"build": "yarn clean && tsc",
"clean": "rm -fR types && rm -fR build",
"lint": "eslint './src/**/*' './vendor-types/**/*'",
"check:all": "yarn build && yarn lint",
"bundle": "rollup --config ./config/rollup.js",
"storybook": "yarn --cwd \"storybook\" storybook",
"dev": "yarn build && yarn bundle"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"browserslist": [
"last 10 Chrome versions"
],
"peerDependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/git": "^9.0.0",
"@types/carbon__icons-react": "^11.8.0",
"@types/react": "^18.0.15",
"@types/react-datepicker": "^4.4.2",
"@types/react-text-mask": "^5.4.11",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "^4.2.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.76.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.0.7",
"semantic-release-slack-bot": "^1.6.2",
"styled-components": "^5.3.5",
"typescript": "^3.9.7"
},
"dependencies": {
"@carbon/icons-react": "^11.8.0",
"@hypnosphi/create-react-context": "^0.3.1",
"@tiptap/core": "^2.0.0-beta.206",
"@tiptap/extension-character-count": "^2.0.0-beta.206",
"@tiptap/extension-code": "^2.0.0-beta.206",
"@tiptap/extension-document": "^2.0.0-beta.206",
"@tiptap/extension-heading": "^2.0.0-beta.206",
"@tiptap/extension-image": "^2.0.0-beta.206",
"@tiptap/extension-link": "^2.0.0-beta.206",
"@tiptap/extension-table": "^2.0.0-beta.206",
"@tiptap/extension-table-cell": "^2.0.0-beta.206",
"@tiptap/extension-table-header": "^2.0.0-beta.206",
"@tiptap/extension-table-row": "^2.0.0-beta.206",
"@tiptap/extension-text": "^2.0.0-beta.206",
"@tiptap/extension-text-align": "^2.0.0-beta.206",
"@tiptap/extension-typography": "^2.0.0-beta.206",
"@tiptap/prosemirror-tables": "^1.1.3",
"@tiptap/react": "^2.0.0-beta.206",
"@tiptap/starter-kit": "^2.0.0-beta.206",
"date-fns": "2.15.0",
"jw-paginate": "^1.0.4",
"lodash": "^4.17.20",
"polished": "^3.6.5",
"prosemirror-commands": "^1.3.1",
"prosemirror-dropcursor": "1.5.0",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.1",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.1",
"prosemirror-tables": "^1.3.0",
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.28.2",
"react-currency-input-field": "^3.6.5",
"react-datepicker": "^4.8.0",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.2.2",
"react-text-mask": "^5.4.3",
"styled-system": "^5.1.5",
"text-mask-addons": "^3.8.0"
},
"resolutions": {
"date-fns": "2.15.0",
"prosemirror-state": "1.4.2",
"prosemirror-view": "1.29.1",
"prosemirror-transform": "1.7.0",
"prosemirror-tables": "1.3.0",
"prosemirror-schema-list": "1.2.2",
"prosemirror-model": "1.18.3",
"prosemirror-keymap": "1.2.0",
"prosemirror-history": "1.3.0",
"prosemirror-gapcursor": "1.3.1",
"prosemirror-dropcursor": "1.5.0",
"prosemirror-commands": "1.5.0"
},
"overrides": {
"react-text-mask": {
"react": "^18.1.0"
}
}
}