-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
163 lines (163 loc) · 6.22 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "manager-ui",
"version": "1.0.1",
"description": "Application for managing a Zesty.io content instance",
"license": "Commons Clause License Condition v1.0",
"author": "Zesty.io<developers@zesty.io>",
"contributors": [
"Stuart Runyan<stuart@zesty.io>",
"Joshua Hanson<joshua.hanson@zesty.io>",
"David Naimi<david.naimi@zesty.io>",
"Andy Fleming <andy@zesty.io>",
"Grant Glidewell <grant@zesty.io>",
"Mukesh Kastala <mukesh.kastala@zesty.io>",
"Gisele Blair <gisele.blair@zesty.io>"
],
"scripts": {
"cleanup": "cross-env echo 'FINISHED'",
"build:local": "npm run task:clean && npm run task:webpack -- --node-env local",
"build:dev": "npm run task:clean && npm run task:webpack -- --node-env development",
"build:stage": "npm run task:clean && npm run task:webpack -- --node-env stage",
"build:prod": "npm run task:clean && npm run task:webpack -- --node-env production",
"ci:test:setup": "./ci/scripts/pull_ci_secrets.sh false && ./ci/scripts/update_etc_hosts.sh",
"ci": "start-server-and-test start http://localhost:8080 test",
"ci:pull:screenshots": "./ci/scripts/pull_ci_screenshots.sh",
"prepare": "husky install",
"release:stage": "zutil deploy stage .",
"release:prod": "npm test && zutil deploy prod .",
"serve:static": "serve build/ -l 9000 --single",
"serve:webpack": "cross-env NODE_OPTIONS='--max_old_space_size=4096' webpack serve --host 127.0.0.1 --progress --config src/shell/webpack.config.js",
"serve:webpack:ssl": "npm run serve:webpack -- --node-env development --https --cert ./etc/ssl/_.manager.dev.zesty.io.crt --key ./etc/ssl/_.manager.dev.zesty.io.key",
"start:local": "npm run serve:webpack -- --node-env local",
"start": "npm run serve:webpack -- --node-env development",
"start:stage": "npm run serve:webpack -- --node-env stage --mode=development",
"task:clean": "rimraf build",
"task:webpack": "cross-env NODE_OPTIONS='--max_old_space_size=4096' webpack --progress --config src/shell/webpack.config.js",
"test": "./node_modules/.bin/cypress run --headless --browser chrome --reporter list",
"test:open": "./node_modules/.bin/cypress open"
},
"dependencies": {
"@aeaton/react-prosemirror": "^0.21.1",
"@aeaton/react-prosemirror-config-default": "^0.11.0",
"@babel/runtime": "^7.10.4",
"@bynder/compact-view": "^4.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.14",
"@mui/base": "^5.0.0-alpha.120",
"@mui/lab": "^5.0.0-alpha.90",
"@mui/x-data-grid-pro": "^5.15.0",
"@mui/x-date-pickers-pro": "^6.0.0",
"@mui/x-license-pro": "^5.15.0",
"@mui/x-tree-view": "^6.17.0",
"@reduxjs/toolkit": "^1.6.0",
"@researchgate/react-intersection-observer": "^1.3.5",
"@riotjs/observable": "^4.0.4",
"@sentry/react": "^6.4.0",
"@sentry/tracing": "^6.4.0",
"@tinymce/tinymce-react": "^4.3.0",
"@welldone-software/why-did-you-render": "^6.1.1",
"@zesty-io/core": "1.10.0",
"@zesty-io/material": "^0.15.5",
"chart.js": "^3.8.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-datalabels": "^2.0.0",
"classnames": "^2.3.1",
"clipboard": "^2.0.8",
"codemirror": "^5.61.1",
"csv-parse": "^4.16.0",
"flatpickr": "^4.6.9",
"idb-keyval": "^5.0.6",
"ismounted": "^0.1.8",
"js-beautify": "^1.14.0",
"js-cookie": "2.2.1",
"json-to-csv-export": "1.0.2",
"lodash": "^4.17.20",
"moment-timezone": "^0.5.33",
"monaco-editor": "^0.25.2",
"notistack": "^3.0.1",
"react": "^17.0.2",
"react-chartjs-2": "^4.3.1",
"react-codemirror2": "^7.2.1",
"react-cool-onclickoutside": "^1.5.6",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.2",
"react-flatpickr": "^3.10.7",
"react-measure": "^2.5.2",
"react-monaco-editor": "^0.47.0",
"react-number-format": "^5.3.1",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-use": "^17.2.4",
"react-virtualized-auto-sizer": "^1.0.7",
"react-virtualized-sticky-tree": "^2.1.30",
"react-window": "^1.8.6",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-sentry-middleware": "^0.2.2",
"redux-thunk": "2.3.0",
"reselect": "^4.0.0",
"showdown": "1.9.1",
"tinymce": "^6.7.2",
"uuid": "^8.3.2",
"zuid": "github:zesty-io/zuid-js#v1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/compat-data": "^7.11.0",
"@babel/core": "^7.14.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.10.4",
"@foreachbe/cypress-tinymce": "^1.0.0",
"@sentry/cli": "^2.2.0",
"@sentry/webpack-plugin": "^1.18.9",
"@types/history": "^4.7.11",
"@types/lodash": "^4.14.182",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/tinymce": "^4.6.8",
"@types/uuid": "^8.3.4",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"cross-env": "^7.0.2",
"css-loader": "^5.2.6",
"cypress": "^12.15.0",
"cypress-iframe": "^1.0.1",
"dotenv": "^10.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^7.0.0",
"less": "^4.1.1",
"less-loader": "^10.0.0",
"mini-css-extract-plugin": "^2.0.0",
"mkdirp": "^1.0.4",
"moment-locales-webpack-plugin": "^1.2.0",
"monaco-editor-webpack-plugin": "^4.0.0",
"node-polyfill-webpack-plugin": "^1.1.3",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"react-json-view": "^1.21.3",
"rimraf": "^3.0.2",
"serve": "^12.0.0",
"start-server-and-test": "^1.14.0",
"style-loader": "^3.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.39.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"volta": {
"node": "16.5.0"
}
}