|
1 |
| -{ |
2 |
| - "name": "parse-dashboard", |
3 |
| - "version": "7.3.0-alpha.1", |
4 |
| - "repository": { |
5 |
| - "type": "git", |
6 |
| - "url": "https://github.com/parse-community/parse-dashboard" |
7 |
| - }, |
8 |
| - "description": "The Parse Dashboard for Parse Server", |
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.27.4", |
39 |
| - "@babel/runtime-corejs3": "7.27.4", |
40 |
| - "bcryptjs": "3.0.2", |
41 |
| - "body-parser": "2.2.0", |
42 |
| - "chart.js": "^4.5.0", |
43 |
| - "chartjs-adapter-date-fns": "^3.0.0", |
44 |
| - "commander": "13.1.0", |
45 |
| - "connect-flash": "0.1.1", |
46 |
| - "cookie-session": "2.1.0", |
47 |
| - "copy-to-clipboard": "3.3.3", |
48 |
| - "core-js": "3.42.0", |
49 |
| - "csurf": "1.11.0", |
50 |
| - "date-fns": "^4.1.0", |
51 |
| - "express": "^4.21.2", |
52 |
| - "fast-deep-equal": "3.1.3", |
53 |
| - "graphiql": "2.0.8", |
54 |
| - "graphql": "16.11.0", |
55 |
| - "immutable": "5.1.2", |
56 |
| - "immutable-devtools": "0.1.5", |
57 |
| - "inquirer": "12.6.3", |
58 |
| - "js-beautify": "1.15.4", |
59 |
| - "otpauth": "8.0.3", |
60 |
| - "package-json": "7.0.0", |
61 |
| - "parse": "3.5.1", |
62 |
| - "parse-server": "^8.2.1", |
63 |
| - "passport": "0.5.3", |
64 |
| - "passport-local": "1.0.0", |
65 |
| - "prismjs": "1.30.0", |
66 |
| - "prop-types": "15.8.1", |
67 |
| - "qrcode": "1.5.4", |
68 |
| - "react": "16.14.0", |
69 |
| - "react-ace": "14.0.1", |
70 |
| - "react-chartjs-2": "^5.3.0", |
71 |
| - "react-dnd": "10.0.2", |
72 |
| - "react-dnd-html5-backend": "16.0.1", |
73 |
| - "react-dom": "16.14.0", |
74 |
| - "react-draggable": "4.4.6", |
75 |
| - "react-helmet": "6.1.0", |
76 |
| - "react-json-view": "1.21.3", |
77 |
| - "react-popper-tooltip": "4.4.2", |
78 |
| - "react-resizable": "3.0.5", |
79 |
| - "react-router-dom": "6.30.1", |
80 |
| - "regenerator-runtime": "0.14.1" |
81 |
| - }, |
82 |
| - "devDependencies": { |
83 |
| - "@actions/core": "1.11.1", |
84 |
| - "@babel/core": "7.27.4", |
85 |
| - "@babel/eslint-parser": "7.27.5", |
86 |
| - "@babel/plugin-proposal-decorators": "7.27.1", |
87 |
| - "@babel/plugin-transform-runtime": "7.27.3", |
88 |
| - "@babel/preset-env": "7.27.2", |
89 |
| - "@babel/preset-react": "7.27.1", |
90 |
| - "@eslint/compat": "1.2.9", |
91 |
| - "@saithodev/semantic-release-backmerge": "4.0.1", |
92 |
| - "@semantic-release/changelog": "6.0.3", |
93 |
| - "@semantic-release/commit-analyzer": "13.0.1", |
94 |
| - "@semantic-release/git": "10.0.1", |
95 |
| - "@semantic-release/github": "11.0.3", |
96 |
| - "@semantic-release/npm": "12.0.1", |
97 |
| - "@semantic-release/release-notes-generator": "14.0.3", |
98 |
| - "@types/jest": "30.0.0", |
99 |
| - "all-node-versions": "13.0.1", |
100 |
| - "babel-loader": "10.0.0", |
101 |
| - "css-loader": "6.7.3", |
102 |
| - "eslint": "9.28.0", |
103 |
| - "eslint-plugin-jest": "28.14.0", |
104 |
| - "eslint-plugin-react": "7.37.5", |
105 |
| - "globals": "16.2.0", |
106 |
| - "http-server": "14.1.1", |
107 |
| - "husky": "9.1.7", |
108 |
| - "jest": "30.0.4", |
109 |
| - "jest-environment-jsdom": "30.0.4", |
110 |
| - "madge": "8.0.0", |
111 |
| - "marked": "15.0.12", |
112 |
| - "null-loader": "4.0.1", |
113 |
| - "prettier": "3.5.3", |
114 |
| - "puppeteer": "24.9.0", |
115 |
| - "react-test-renderer": "16.13.1", |
116 |
| - "request": "2.88.2", |
117 |
| - "request-promise": "4.2.5", |
118 |
| - "sass": "1.89.1", |
119 |
| - "sass-loader": "13.2.0", |
120 |
| - "semantic-release": "24.2.3", |
121 |
| - "semver": "7.7.2", |
122 |
| - "style-loader": "3.3.1", |
123 |
| - "svg-prep": "1.0.4", |
124 |
| - "typescript": "5.8.2", |
125 |
| - "webpack": "5.99.9", |
126 |
| - "webpack-cli": "6.0.1", |
127 |
| - "yaml": "2.8.0" |
128 |
| - }, |
129 |
| - "scripts": { |
130 |
| - "ci:check": "node ./ci/ciCheck.js", |
131 |
| - "ci:checkNodeEngine": "node ./ci/nodeEngineCheck.js", |
132 |
| - "dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch", |
133 |
| - "dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch", |
134 |
| - "pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch", |
135 |
| - "build": "webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js", |
136 |
| - "test": "jest", |
137 |
| - "lint": "eslint --cache ./", |
138 |
| - "lint:fix": "DEBUG=eslint:cli-engine eslint --fix --cache ./", |
139 |
| - "prettier": "prettier --write '{src,webpack}/**/*.js'", |
140 |
| - "generate": "node scripts/generate.js", |
141 |
| - "prepare": "webpack --config webpack/publish.config.js --progress", |
142 |
| - "start": "node ./Parse-Dashboard/index.js", |
143 |
| - "madge:circular": "node_modules/.bin/madge ./src --circular", |
144 |
| - "semantic-release": "semantic-release" |
145 |
| - }, |
146 |
| - "bin": { |
147 |
| - "parse-dashboard": "./bin/parse-dashboard" |
148 |
| - }, |
149 |
| - "engines": { |
150 |
| - "node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0" |
151 |
| - }, |
152 |
| - "main": "Parse-Dashboard/app.js", |
153 |
| - "jest": { |
154 |
| - "roots": [ |
155 |
| - "src/lib" |
156 |
| - ], |
157 |
| - "transform": { |
158 |
| - ".*": "<rootDir>/testing/preprocessor.js" |
159 |
| - }, |
160 |
| - "moduleNameMapper": { |
161 |
| - "\\.(css|less)$": "<rootDir>/testing/styleMock.js" |
162 |
| - }, |
163 |
| - "unmockedModulePathPatterns": [ |
164 |
| - "react", |
165 |
| - "react-dom", |
166 |
| - "react-addons-test-utils", |
167 |
| - "fbjs" |
168 |
| - ] |
169 |
| - }, |
170 |
| - "husky": { |
171 |
| - "hooks": { |
172 |
| - "pre-commit": "lint-staged" |
173 |
| - } |
174 |
| - }, |
175 |
| - "lint-staged": { |
176 |
| - "{src,webpack}/{**/*,*}.js": [ |
177 |
| - "prettier --write", |
178 |
| - "eslint --fix --cache", |
179 |
| - "git add" |
180 |
| - ] |
181 |
| - } |
182 |
| -} |
| 1 | +{ |
| 2 | + "name": "parse-dashboard", |
| 3 | + "version": "7.3.0-alpha.1", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "https://github.com/parse-community/parse-dashboard" |
| 7 | + }, |
| 8 | + "description": "The Parse Dashboard for Parse Server", |
| 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.27.4", |
| 39 | + "@babel/runtime-corejs3": "7.27.4", |
| 40 | + "bcryptjs": "3.0.2", |
| 41 | + "body-parser": "2.2.0", |
| 42 | + "chart.js": "^4.5.0", |
| 43 | + "chartjs-adapter-date-fns": "^3.0.0", |
| 44 | + "commander": "13.1.0", |
| 45 | + "connect-flash": "0.1.1", |
| 46 | + "cookie-session": "2.1.0", |
| 47 | + "copy-to-clipboard": "3.3.3", |
| 48 | + "core-js": "3.42.0", |
| 49 | + "csurf": "1.11.0", |
| 50 | + "date-fns": "^4.1.0", |
| 51 | + "express": "^4.21.2", |
| 52 | + "fast-deep-equal": "3.1.3", |
| 53 | + "graphiql": "2.0.8", |
| 54 | + "graphql": "16.11.0", |
| 55 | + "immutable": "5.1.2", |
| 56 | + "immutable-devtools": "0.1.5", |
| 57 | + "inquirer": "12.6.3", |
| 58 | + "js-beautify": "1.15.4", |
| 59 | + "otpauth": "8.0.3", |
| 60 | + "package-json": "7.0.0", |
| 61 | + "parse": "3.5.1", |
| 62 | + "parse-server": "^8.2.1", |
| 63 | + "passport": "0.5.3", |
| 64 | + "passport-local": "1.0.0", |
| 65 | + "prismjs": "1.30.0", |
| 66 | + "prop-types": "15.8.1", |
| 67 | + "qrcode": "1.5.4", |
| 68 | + "react": "16.14.0", |
| 69 | + "react-ace": "14.0.1", |
| 70 | + "react-chartjs-2": "^5.3.0", |
| 71 | + "react-dnd": "10.0.2", |
| 72 | + "react-dnd-html5-backend": "16.0.1", |
| 73 | + "react-dom": "16.14.0", |
| 74 | + "react-draggable": "4.4.6", |
| 75 | + "react-helmet": "6.1.0", |
| 76 | + "react-json-view": "1.21.3", |
| 77 | + "react-popper-tooltip": "4.4.2", |
| 78 | + "react-resizable": "3.0.5", |
| 79 | + "react-router-dom": "6.30.1", |
| 80 | + "regenerator-runtime": "0.14.1" |
| 81 | + }, |
| 82 | + "devDependencies": { |
| 83 | + "@actions/core": "1.11.1", |
| 84 | + "@babel/core": "7.27.4", |
| 85 | + "@babel/eslint-parser": "7.27.5", |
| 86 | + "@babel/plugin-proposal-decorators": "7.27.1", |
| 87 | + "@babel/plugin-transform-runtime": "7.27.3", |
| 88 | + "@babel/preset-env": "7.27.2", |
| 89 | + "@babel/preset-react": "7.27.1", |
| 90 | + "@eslint/compat": "1.2.9", |
| 91 | + "@saithodev/semantic-release-backmerge": "4.0.1", |
| 92 | + "@semantic-release/changelog": "6.0.3", |
| 93 | + "@semantic-release/commit-analyzer": "13.0.1", |
| 94 | + "@semantic-release/git": "10.0.1", |
| 95 | + "@semantic-release/github": "11.0.3", |
| 96 | + "@semantic-release/npm": "12.0.1", |
| 97 | + "@semantic-release/release-notes-generator": "14.0.3", |
| 98 | + "@types/jest": "30.0.0", |
| 99 | + "all-node-versions": "13.0.1", |
| 100 | + "babel-loader": "10.0.0", |
| 101 | + "css-loader": "6.7.3", |
| 102 | + "eslint": "9.28.0", |
| 103 | + "eslint-plugin-jest": "28.14.0", |
| 104 | + "eslint-plugin-react": "7.37.5", |
| 105 | + "globals": "16.2.0", |
| 106 | + "http-server": "14.1.1", |
| 107 | + "husky": "9.1.7", |
| 108 | + "jest": "30.0.4", |
| 109 | + "jest-environment-jsdom": "30.0.4", |
| 110 | + "madge": "8.0.0", |
| 111 | + "marked": "15.0.12", |
| 112 | + "null-loader": "4.0.1", |
| 113 | + "prettier": "3.5.3", |
| 114 | + "puppeteer": "24.9.0", |
| 115 | + "react-test-renderer": "16.13.1", |
| 116 | + "request": "2.88.2", |
| 117 | + "request-promise": "4.2.5", |
| 118 | + "sass": "1.89.1", |
| 119 | + "sass-loader": "13.2.0", |
| 120 | + "semantic-release": "24.2.3", |
| 121 | + "semver": "7.7.2", |
| 122 | + "style-loader": "3.3.1", |
| 123 | + "svg-prep": "1.0.4", |
| 124 | + "typescript": "5.8.2", |
| 125 | + "webpack": "5.99.9", |
| 126 | + "webpack-cli": "6.0.1", |
| 127 | + "yaml": "2.8.0" |
| 128 | + }, |
| 129 | + "scripts": { |
| 130 | + "ci:check": "node ./ci/ciCheck.js", |
| 131 | + "ci:checkNodeEngine": "node ./ci/nodeEngineCheck.js", |
| 132 | + "dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch", |
| 133 | + "dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch", |
| 134 | + "pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch", |
| 135 | + "build": "webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js", |
| 136 | + "test": "jest", |
| 137 | + "lint": "eslint --cache ./", |
| 138 | + "lint:fix": "DEBUG=eslint:cli-engine eslint --fix --cache ./", |
| 139 | + "prettier": "prettier --write '{src,webpack}/**/*.js'", |
| 140 | + "generate": "node scripts/generate.js", |
| 141 | + "prepare": "webpack --config webpack/publish.config.js --progress", |
| 142 | + "start": "node ./Parse-Dashboard/index.js", |
| 143 | + "madge:circular": "node_modules/.bin/madge ./src --circular", |
| 144 | + "semantic-release": "semantic-release" |
| 145 | + }, |
| 146 | + "bin": { |
| 147 | + "parse-dashboard": "./bin/parse-dashboard" |
| 148 | + }, |
| 149 | + "engines": { |
| 150 | + "node": ">=20.8.1 <21.0.0 || >=22.12.0 <23.0.0" |
| 151 | + }, |
| 152 | + "main": "Parse-Dashboard/app.js", |
| 153 | + "jest": { |
| 154 | + "roots": [ |
| 155 | + "src/lib" |
| 156 | + ], |
| 157 | + "transform": { |
| 158 | + ".*": "<rootDir>/testing/preprocessor.js" |
| 159 | + }, |
| 160 | + "moduleNameMapper": { |
| 161 | + "\\.(css|less)$": "<rootDir>/testing/styleMock.js" |
| 162 | + }, |
| 163 | + "unmockedModulePathPatterns": [ |
| 164 | + "react", |
| 165 | + "react-dom", |
| 166 | + "react-addons-test-utils", |
| 167 | + "fbjs" |
| 168 | + ] |
| 169 | + }, |
| 170 | + "husky": { |
| 171 | + "hooks": { |
| 172 | + "pre-commit": "lint-staged" |
| 173 | + } |
| 174 | + }, |
| 175 | + "lint-staged": { |
| 176 | + "{src,webpack}/{**/*,*}.js": [ |
| 177 | + "prettier --write", |
| 178 | + "eslint --fix --cache", |
| 179 | + "git add" |
| 180 | + ] |
| 181 | + } |
| 182 | +} |
0 commit comments