-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.66 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.66 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
{
"name": "vanilla-client",
"version": "1.2.7",
"private": false,
"description": "Ketida's Platform vanilla client",
"repository": {
"type": "git",
"url": "git@gitlab.coko.foundation:ketida/vanilla-client.git"
},
"license": "MIT",
"author": "Yannis Barlas, Alexandros Georgantas",
"scripts": {
"cypress": "cypress open",
"cz": "git-cz",
"prepare": "husky install",
"lint:js": "eslint '**/*.{js,jsx}'",
"lint:style": "stylelint '**/*.{js,jsx}'",
"storybook": "coko-storybook",
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"resolutions": {
"prosemirror-view": "1.30.2",
"postcss": "8",
"react-i18next": "13.3.1",
"styled-components": "^4.1.3"
},
"dependencies": {
"@apollo/client": "^3.4.11",
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@coko/client": "^0.0.4",
"@guardian/prosemirror-invisibles": "1.2.0",
"@pubsweet/client": "^11.0.15",
"@pubsweet/coko-theme": "^5.1.22",
"@pubsweet/component-password-reset-client": "^4.0.14",
"@pubsweet/ui": "^12.6.3",
"@pubsweet/ui-toolkit": "^2.3.5",
"app-module-path": "^2.2.0",
"authsome": "^0.1.0",
"axios": "^0.17.1",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-minify": "^0.5.1",
"codemirror": "^5.54.0",
"compression-webpack-plugin": "2.0.0",
"config": "^3.2.5",
"copy-webpack-plugin": "5.0.2",
"css-loader": "2.1.1",
"cypress": "^3.3.0",
"file-loader": "^2.0.0",
"flag-icon-css": "^3.5.0",
"fontsource-fira-sans": "^3.0.5",
"fontsource-fira-sans-condensed": "^3.0.5",
"fontsource-merriweather": "^3.0.9",
"fontsource-vollkorn": "^3.0.3",
"formik": "^1.5.1",
"fs-extra": "^9.0.1",
"history": "^4.7.2",
"html-webpack-plugin": "3.2.0",
"i18next": "^23.4.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"jest": "^26.6.3",
"js-cookie": "^3.0.5",
"json-loader": "^0.5.4",
"lodash": "4.17.21",
"mini-css-extract-plugin": "^0.9.0",
"moment-timezone": "^0.5.28",
"prop-types": "^15.6.0",
"prosemirror-inputrules": "1.1.3",
"pubsweet": "^5.1.31",
"react": "^17.0.2",
"react-adopt": "^0.6.0",
"react-beautiful-dnd": "^10.0.4",
"react-bootstrap": "^0.32.0",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"react-hot-loader": "4.13.0",
"react-i18next": "^13.3.1",
"react-modal": "^3.11.1",
"react-panelgroup": "^1.0.10",
"react-powerplug": "^1.0.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-use-websocket": "^4.2.0",
"recompose": "^0.30.0",
"regenerator-runtime": "0.13.9",
"sass-loader": "8.0.2",
"script-loader": "^0.7.0",
"style-loader": "0.23.1",
"styled-components": "^4.1.3",
"subscriptions-transport-ws": "0.9.5",
"typeface-fira-sans-condensed": "^1.1.13",
"typeface-inter": "^1.1.13",
"typeface-vollkorn": "^1.1.13",
"url-loader": "1.1.2",
"uuid": "^3.3.2",
"wax-prosemirror-core": "0.8.25",
"wax-prosemirror-services": "0.8.25",
"wax-table-service": "0.8.25",
"webpack": "4.39.3",
"webpack-cli": "3.3.6",
"webpack-dev-server": "3.7.2",
"webpack-hot-middleware": "2.25.0",
"yup": "^0.28.1"
},
"devDependencies": {
"@coko/lint": "^2.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"faker": "^4.1.0",
"joi-browser": "^13.0.1",
"standard-version": "^9.2.0"
}
}