forked from back4app/parse-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
210 lines (210 loc) · 6.46 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"name": "parse-dashboard",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-dashboard"
},
"description": "The Parse Dashboard",
"parseDashboardFeatures": [
"Data Browser",
"Cloud Code Viewer",
"Cloud Code Jobs Viewer and Runner",
"Parse Config",
"REST API Console",
"GraphQL API Console",
"JS Custom Query Console",
"Class Level Permissions Editor",
"Pointer Permissions Editor",
"Send Push Notifications",
"Logs Viewer",
"Push Status Page",
"Relation Editor"
],
"keywords": [
"parse",
"dashboard"
],
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
"license": "SEE LICENSE IN LICENSE",
"files": [
"Parse-Dashboard",
"bin",
"README.md",
"LICENSE"
],
"dependencies": {
"@babel/runtime": "7.20.13",
"@babel/runtime-corejs3": "7.20.13",
"@back4app/back4app-settings": "^1.5.5",
"axios": "1.5.1",
"axios-rate-limit": "1.3.0",
"base64-async": "2.1.3",
"bcryptjs": "2.3.0",
"body-parser": "1.20.0",
"commander": "9.4.0",
"connect-flash": "0.1.1",
"cookie-session": "2.0.0",
"copy-to-clipboard": "3.3.2",
"core-js": "3.28.0",
"csurf": "1.11.0",
"csvtojson": "2.0.10",
"express": "4.18.1",
"file-loader": "6.2.0",
"graphiql": "2.0.8",
"graphql": "16.8.1",
"html-webpack-externals-plugin": "3.8.0",
"html-webpack-plugin": "5.5.3",
"immutable": "4.1.0",
"immutable-devtools": "0.1.5",
"inquirer": "8.2.4",
"intro.js": "2.9.3",
"jquery": "3.7.1",
"js-base64": "3.7.5",
"js-beautify": "1.14.6",
"js-cookie": "3.0.5",
"jstree": "3.3.16",
"moment": "2.29.4",
"otpauth": "8.0.3",
"package-json": "7.0.0",
"parse": "git+https://github.com/back4app/Parse-SDK-JS.git#back4app-upstream-3.4.2",
"passport": "0.5.3",
"passport-local": "1.0.0",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"qrcode": "1.5.1",
"re-resizable": "6.9.11",
"react": "16.14.0",
"react-ace": "10.1.0",
"react-dnd": "10.0.2",
"react-dnd-html5-backend": "10.0.2",
"react-dom": "16.14.0",
"react-file-reader": "1.1.4",
"react-helmet": "6.1.0",
"react-infinite-scroller": "1.2.6",
"react-json-view": "1.21.3",
"react-player": "2.13.0",
"react-popper-tooltip": "4.4.2",
"react-router-dom": "6.2.1",
"react-syntax-highlighter": "15.5.0",
"react-tabs": "4.0.0",
"regenerator-runtime": "0.13.11",
"semver": "7.5.2",
"sweetalert2": "8.0.5",
"sweetalert2-react-content": "1.0.1",
"typescript": "4.8.3",
"util": "^0.12.5",
"yup": "1.3.2"
},
"devDependencies": {
"@actions/core": "1.9.1",
"@babel/core": "7.20.12",
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-proposal-decorators": "7.20.13",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@saithodev/semantic-release-backmerge": "2.1.2",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.1.3",
"@semantic-release/release-notes-generator": "9.0.3",
"@types/jest": "29.1.1",
"all-node-versions": "11.0.1",
"babel-eslint": "10.1.0",
"babel-loader": "9.1.2",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"css-loader": "6.7.3",
"eslint": "8.24.0",
"eslint-plugin-jest": "27.0.4",
"eslint-plugin-react": "7.31.8",
"http-server": "14.0.0",
"husky": "8.0.3",
"jest": "29.1.2",
"jest-environment-jsdom": "29.1.2",
"madge": "5.0.1",
"marked": "4.0.10",
"node-sass": "5.0.0",
"nodemon": "3.0.3",
"null-loader": "4.0.1",
"parse-server": "4.10.3",
"path-to-regexp": "3.2.0",
"prettier": "2.8.8",
"puppeteer": "18.0.5",
"react-test-renderer": "16.13.1",
"request": "2.88.2",
"request-promise": "4.2.5",
"sass": "1.58.1",
"sass-loader": "13.2.0",
"semantic-release": "17.4.6",
"style-loader": "3.3.1",
"svg-prep": "1.0.4",
"terser-webpack-plugin": "5.3.9",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"yaml": "1.10.0"
},
"scripts": {
"ci:check": "node ./ci/ciCheck.js",
"ci:checkNodeEngine": "node ./ci/nodeEngineCheck.js",
"dev": "nodemon ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch",
"dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch",
"pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch",
"build": "webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js && cross-env NODE_ENV=production webpack --config webpack/publish.config.js --progress",
"build-homolog": "cross-env NODE_ENV=homolog webpack --config webpack/homolog.config.js",
"build-dev": "cross-env NODE_ENV=dev webpack --config webpack/homolog.config.js",
"test": "jest",
"lint": "eslint --ignore-path .gitignore --cache ./",
"lint:fix": "DEBUG=eslint:cli-engine eslint --ignore-path .gitignore --fix --cache ./",
"prettier": "prettier --write '{src,webpack}/**/*.js'",
"generate": "node scripts/generate.js",
"deploy-homolog": "sh deploy-homolog.sh",
"deploy-prod": "sh deploy-prod.sh",
"deploy-homolog2": "sh deploy-homolog2.sh",
"deploy-prod2": "sh deploy-prod2.sh",
"start": "node ./Parse-Dashboard/index.js",
"madge:circular": "node_modules/.bin/madge ./src --circular",
"semantic-release": "semantic-release"
},
"bin": {
"parse-dashboard": "./bin/parse-dashboard"
},
"engines": {
"node": ">=14.20.1"
},
"main": "Parse-Dashboard/app.js",
"jest": {
"roots": [
"src/lib"
],
"transform": {
".*": "<rootDir>/testing/preprocessor.js"
},
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/testing/styleMock.js"
},
"unmockedModulePathPatterns": [
"react",
"react-dom",
"react-addons-test-utils",
"fbjs"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"{src,webpack}/{**/*,*}.js": [
"prettier --write",
"eslint --fix --cache",
"git add"
]
}
}