-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "mt-docs-data-api-reference",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp build",
"index": "sh build-index.sh",
"download": "sh download-openapi.sh",
"redoc": "sh redoc-build.sh",
"start-dev-server": "npm run webpack && npm run webpack serve",
"webpack": "webpack",
"format": "prettier --write docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/movabletype/mt-docs-data-api-reference.git"
},
"author": "Six Apart Ltd.",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/movabletype/mt-docs-data-api-reference/issues"
},
"homepage": "https://github.com/movabletype/mt-docs-data-api-reference#readme",
"devDependencies": {
"@redocly/cli": "^2.15.1",
"css-loader": "^6.7.1",
"marked": "^4.1.1",
"prettier": "^3.5.3",
"style-loader": "^3.3.1",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"bootstrap": "^5.2.2"
}
}