parse-dashboard 3.0.0

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 ADDED
@@ -0,0 +1,153 @@
1
+ {
2
+ "name": "parse-dashboard",
3
+ "version": "3.0.0",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/ParsePlatform/parse-dashboard"
7
+ },
8
+ "description": "The Parse Dashboard",
9
+ "parseDashboardFeatures": [
10
+ "Data Browser",
11
+ "Cloud Code Viewer",
12
+ "Cloud Code Jobs Viewer and Runner",
13
+ "Parse Config",
14
+ "REST API Console",
15
+ "GraphQL API Console",
16
+ "JS Custom Query Console",
17
+ "Class Level Permissions Editor",
18
+ "Pointer Permissions Editor",
19
+ "Send Push Notifications",
20
+ "Logs Viewer",
21
+ "Push Status Page",
22
+ "Relation Editor"
23
+ ],
24
+ "keywords": [
25
+ "parse",
26
+ "dashboard"
27
+ ],
28
+ "homepage": "https://github.com/ParsePlatform/parse-dashboard",
29
+ "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
30
+ "license": "SEE LICENSE IN LICENSE",
31
+ "files": [
32
+ "Parse-Dashboard",
33
+ "bin",
34
+ "README.md",
35
+ "LICENSE"
36
+ ],
37
+ "dependencies": {
38
+ "@babel/runtime": "7.15.3",
39
+ "bcryptjs": "2.3.0",
40
+ "body-parser": "1.19.0",
41
+ "codemirror-graphql": "github:timsuchanek/codemirror-graphql#details-fix",
42
+ "commander": "6.2.1",
43
+ "connect-flash": "0.1.1",
44
+ "cookie-session": "2.0.0-beta.3",
45
+ "copy-to-clipboard": "3.2.0",
46
+ "create-react-class": "15.7.0",
47
+ "csurf": "1.11.0",
48
+ "express": "4.17.1",
49
+ "graphql": "14.6.0",
50
+ "graphql-playground-react": "1.7.20",
51
+ "history": "4.10.1",
52
+ "immutable": "4.0.0-rc.9",
53
+ "immutable-devtools": "0.1.5",
54
+ "inquirer": "8.1.2",
55
+ "js-beautify": "1.14.0",
56
+ "json-file-plus": "3.2.0",
57
+ "otpauth": "7.0.5",
58
+ "package-json": "6.5.0",
59
+ "parse": "3.3.0",
60
+ "passport": "0.4.1",
61
+ "passport-local": "1.0.0",
62
+ "prismjs": "1.25.0",
63
+ "prop-types": "15.7.2",
64
+ "qrcode": "1.4.4",
65
+ "query-string": "6.14.1",
66
+ "react": "16.14.0",
67
+ "react-ace": "9.4.3",
68
+ "react-dnd": "10.0.2",
69
+ "react-dnd-html5-backend": "10.0.2",
70
+ "react-dom": "16.14.0",
71
+ "react-helmet": "6.0.0",
72
+ "react-json-view": "1.21.3",
73
+ "react-popper-tooltip": "4.3.0",
74
+ "react-redux": "5.1.2",
75
+ "react-router": "5.2.1",
76
+ "react-router-dom": "5.2.1",
77
+ "regenerator-runtime": "0.13.8",
78
+ "semver": "7.3.4"
79
+ },
80
+ "devDependencies": {
81
+ "@actions/core": "1.2.6",
82
+ "@babel/core": "7.8.7",
83
+ "@babel/plugin-proposal-decorators": "7.8.3",
84
+ "@babel/plugin-transform-regenerator": "7.8.7",
85
+ "@babel/plugin-transform-runtime": "7.8.3",
86
+ "@babel/preset-env": "7.9.0",
87
+ "@babel/preset-react": "7.8.3",
88
+ "all-node-versions": "8.0.0",
89
+ "babel-eslint": "10.1.0",
90
+ "babel-loader": "8.1.0",
91
+ "babel-plugin-transform-object-rest-spread": "6.26.0",
92
+ "core-js": "3.6.5",
93
+ "cross-env": "7.0.2",
94
+ "css-loader": "3.5.2",
95
+ "eslint": "6.8.0",
96
+ "eslint-plugin-jest": "23.8.2",
97
+ "eslint-plugin-react": "7.19.0",
98
+ "file-loader": "6.0.0",
99
+ "http-server": "0.12.0",
100
+ "jest": "24.8.0",
101
+ "madge": "5.0.1",
102
+ "marked": "0.8.2",
103
+ "node-sass": "5.0.0",
104
+ "null-loader": "3.0.0",
105
+ "path-to-regexp": "3.2.0",
106
+ "puppeteer": "3.0.0",
107
+ "react-test-renderer": "16.13.1",
108
+ "request": "2.88.2",
109
+ "request-promise": "4.2.5",
110
+ "sass-loader": "10.1.1",
111
+ "style-loader": "1.1.2",
112
+ "svg-prep": "1.0.4",
113
+ "webpack": "4.42.1",
114
+ "webpack-cli": "3.3.10",
115
+ "yaml": "1.10.0"
116
+ },
117
+ "scripts": {
118
+ "ci:check": "node ./ci/ciCheck.js",
119
+ "ci:checkNodeEngine": "node ./ci/nodeEngineCheck.js",
120
+ "dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch",
121
+ "dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch",
122
+ "pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch",
123
+ "build": "cross-env NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
124
+ "test": "cross-env NODE_PATH=./node_modules jest",
125
+ "lint": "eslint . --ignore-path .gitignore --cache",
126
+ "pretest": "npm run lint",
127
+ "generate": "node scripts/generate.js",
128
+ "prepare": "webpack --config webpack/publish.config.js --progress",
129
+ "start": "node ./Parse-Dashboard/index.js",
130
+ "madge:circular": "node_modules/.bin/madge ./src --circular"
131
+ },
132
+ "bin": {
133
+ "parse-dashboard": "./bin/parse-dashboard"
134
+ },
135
+ "engines": {
136
+ "node": ">=12.0.0 <16.0.0"
137
+ },
138
+ "main": "Parse-Dashboard/app.js",
139
+ "jest": {
140
+ "roots": [
141
+ "src/lib"
142
+ ],
143
+ "transform": {
144
+ ".*": "<rootDir>/testing/preprocessor.js"
145
+ },
146
+ "unmockedModulePathPatterns": [
147
+ "react",
148
+ "react-dom",
149
+ "react-addons-test-utils",
150
+ "fbjs"
151
+ ]
152
+ }
153
+ }