-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.46 KB
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
{
"name": "devcenter-new",
"version": "2.0.0",
"description": "The New Bitrise Devcenter",
"homepage": "https://github.com/bitrise-io/devcenter-new#readme",
"bugs": {
"url": "https://github.com/bitrise-io/devcenter-new/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitrise-io/devcenter-new.git"
},
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"dev": "./node-with-env.sh index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"paligo:list": "./node-with-env.sh paligo.js list",
"paligo:publish": "./node-with-env.sh paligo.js publish 19 ./out",
"paligo:download_latest": "./node-with-env.sh paligo.js download_latest 19 ./out",
"cloudflare:upload_redirects": "./node-with-env.sh cloudflare.js",
"build": "./node-with-env.sh build.js"
},
"dependencies": {
"@highlightjs/cdn-assets": "^11.11.1"
},
"devDependencies": {
"@bitrise/eslint-plugin": "^2.12.0",
"cloudflare": "^4.5.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^46.2.6",
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.3",
"jsdom": "^26.0.0",
"mini-css-extract-plugin": "^2.9.2",
"prettier": "^3.2.5",
"style-loader": "^3.3.3",
"unzipper": "^0.12.3",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.2.1",
"webpack-hot-middleware": "^2.26.1"
}
}