@manuscripts/style-guide 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +24 -23
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manuscripts/style-guide",
|
|
3
3
|
"description": "Shared components for Manuscripts applications",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"storybook": "start-storybook -p 6006",
|
|
29
29
|
"test": "jest",
|
|
30
30
|
"typecheck": "tsc --noEmit",
|
|
31
|
-
"version": "yarn build"
|
|
31
|
+
"version": "yarn build",
|
|
32
|
+
"prepare": "husky install"
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"@formatjs/intl-relativetimeformat": "^4.5.9",
|
|
@@ -45,14 +46,14 @@
|
|
|
45
46
|
"@babel/preset-env": "^7.20.2",
|
|
46
47
|
"@babel/preset-react": "^7.18.6",
|
|
47
48
|
"@babel/preset-typescript": "^7.18.6",
|
|
48
|
-
"@manuscripts/
|
|
49
|
-
"@manuscripts/
|
|
49
|
+
"@manuscripts/assets": "^0.6.2",
|
|
50
|
+
"@manuscripts/comment-editor": "^1.0.0",
|
|
50
51
|
"@manuscripts/data": "^0.1.0",
|
|
52
|
+
"@manuscripts/eslint-config": "^0.5.1",
|
|
51
53
|
"@manuscripts/examples": "^0.0.7",
|
|
54
|
+
"@manuscripts/json-schema": "^1.0.0",
|
|
52
55
|
"@manuscripts/title-editor": "^1.0.0",
|
|
53
|
-
"@manuscripts/comment-editor": "^1.0.0",
|
|
54
56
|
"@manuscripts/transform": "^1.0.1",
|
|
55
|
-
"@manuscripts/json-schema": "^1.0.0",
|
|
56
57
|
"@reach/tabs": "^0.11.2",
|
|
57
58
|
"@storybook/addon-actions": "^6.5.15",
|
|
58
59
|
"@storybook/addons": "^6.5.15",
|
|
@@ -94,41 +95,49 @@
|
|
|
94
95
|
"prosemirror-inputrules": "^1.2.0",
|
|
95
96
|
"prosemirror-keymap": "^1.2.0",
|
|
96
97
|
"prosemirror-model": "^1.18.3",
|
|
97
|
-
"prosemirror-transform": "^1.7.0",
|
|
98
98
|
"prosemirror-state": "^1.4.2",
|
|
99
|
+
"prosemirror-transform": "^1.7.0",
|
|
99
100
|
"prosemirror-view": "^1.29.1",
|
|
100
101
|
"react": "^16.13.1",
|
|
102
|
+
"react-color": "^2.19.3",
|
|
101
103
|
"react-dnd": "^11.1.3",
|
|
102
104
|
"react-dnd-html5-backend": "^11.1.3",
|
|
103
105
|
"react-dom": "^16.13.1",
|
|
104
|
-
"react-select": "^5.0.1",
|
|
105
|
-
"react-color": "^2.19.3",
|
|
106
106
|
"react-intl": "^3.12.0",
|
|
107
|
+
"react-is": "^16.13.1",
|
|
107
108
|
"react-modal": "^3.11.2",
|
|
108
109
|
"react-modern-calendar-datepicker": "^3.1.3",
|
|
109
110
|
"react-popper": "^1.3.11",
|
|
110
111
|
"react-router-dom": "^5.2.0",
|
|
112
|
+
"react-select": "^5.0.1",
|
|
111
113
|
"react-sizeme": "^2.6.12",
|
|
112
114
|
"react-tooltip": "^4.2.11",
|
|
113
|
-
"react-is": "^16.13.1",
|
|
114
115
|
"rimraf": "^3.0.0",
|
|
115
116
|
"styled-components": "^5.2.0",
|
|
116
117
|
"typescript": "^4.4.4"
|
|
117
118
|
},
|
|
118
119
|
"peerDependencies": {
|
|
119
120
|
"@apollo/client": "^3.7.3",
|
|
120
|
-
"@manuscripts/assets": "^0.6.
|
|
121
|
-
"@manuscripts/title-editor": "^1.0.0",
|
|
121
|
+
"@manuscripts/assets": "^0.6.2",
|
|
122
122
|
"@manuscripts/comment-editor": "^1.0.0",
|
|
123
|
-
"@manuscripts/transform": "^1.0.1",
|
|
124
123
|
"@manuscripts/json-schema": "^1.0.0",
|
|
124
|
+
"@manuscripts/title-editor": "^1.0.0",
|
|
125
|
+
"@manuscripts/transform": "^1.0.1",
|
|
125
126
|
"@reach/tabs": "^0.11.2",
|
|
126
127
|
"formik": "^2.2.9",
|
|
128
|
+
"prosemirror-commands": "^1.5.0",
|
|
129
|
+
"prosemirror-history": "^1.3.0",
|
|
130
|
+
"prosemirror-inputrules": "^1.2.0",
|
|
131
|
+
"prosemirror-keymap": "^1.2.0",
|
|
132
|
+
"prosemirror-model": "^1.18.3",
|
|
133
|
+
"prosemirror-state": "^1.4.2",
|
|
134
|
+
"prosemirror-transform": "^1.7.0",
|
|
135
|
+
"prosemirror-view": "^1.29.1",
|
|
127
136
|
"react": "^16.13.1",
|
|
137
|
+
"react-color": "^2.19.3",
|
|
128
138
|
"react-dnd": "^11.1.3",
|
|
129
139
|
"react-dnd-html5-backend": "^11.1.3",
|
|
130
140
|
"react-dom": "^16.13.1",
|
|
131
|
-
"react-color": "^2.19.3",
|
|
132
141
|
"react-intl": "^3.12.0",
|
|
133
142
|
"react-modal": "^3.11.2",
|
|
134
143
|
"react-modern-calendar-datepicker": "^3.1.3",
|
|
@@ -136,15 +145,7 @@
|
|
|
136
145
|
"react-router-dom": "^5.2.0",
|
|
137
146
|
"react-select": "^5.0.1",
|
|
138
147
|
"react-sizeme": "^2.6.12",
|
|
139
|
-
"react-tooltip": "^4.2.11"
|
|
140
|
-
"prosemirror-commands": "^1.5.0",
|
|
141
|
-
"prosemirror-history": "^1.3.0",
|
|
142
|
-
"prosemirror-inputrules": "^1.2.0",
|
|
143
|
-
"prosemirror-keymap": "^1.2.0",
|
|
144
|
-
"prosemirror-model": "^1.18.3",
|
|
145
|
-
"prosemirror-transform": "^1.7.0",
|
|
146
|
-
"prosemirror-state": "^1.4.2",
|
|
147
|
-
"prosemirror-view": "^1.29.1"
|
|
148
|
+
"react-tooltip": "^4.2.11"
|
|
148
149
|
},
|
|
149
150
|
"resolutions": {
|
|
150
151
|
"@types/react": "^16.9.52"
|