forked from parse-community/parse-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
174 lines (174 loc) · 5.12 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
{
"name": "parse-dashboard",
"version": "5.4.0-alpha.4",
"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",
"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",
"crypto-browserify": "^3.12.0",
"csurf": "1.11.0",
"express": "4.18.1",
"graphiql": "2.0.8",
"graphql": "16.8.1",
"immutable": "4.1.0",
"immutable-devtools": "0.1.5",
"inquirer": "8.2.4",
"js-beautify": "1.14.10",
"otpauth": "8.0.3",
"package-json": "7.0.0",
"parse": "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",
"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-helmet": "6.1.0",
"react-json-view": "1.21.3",
"react-popper-tooltip": "4.4.2",
"react-router-dom": "6.4.1",
"regenerator-runtime": "0.13.11",
"semver": "7.5.2",
"stream-browserify": "^3.0.0",
"typescript": "4.8.3"
},
"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-loader": "9.1.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",
"null-loader": "4.0.1",
"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",
"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": "node ./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",
"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",
"prepare": "webpack --config webpack/publish.config.js --progress",
"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"
]
}
}