forked from axios/axios-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 785 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 785 Bytes
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
{
"name": "axios-docs",
"version": "0.4.0",
"scripts": {
"build": "npm run update && npm run build:only",
"server": "http-server ./public/",
"update": "node ./scripts/updateData.js",
"build:only": "inert build"
},
"description": "The official axios documentation website",
"repository": "https://github.com/axios/axios-docs.git",
"author": "codemaster138 <pygamer138@gmail.com>",
"license": "MIT",
"engines": {
"npm": "10",
"node": "20"
},
"devDependencies": {
"axios": "^1.11.0",
"cheerio": "^1.1.2",
"handlebars": "^4.7.8",
"html-escaper": "^3.0.3",
"http-server": "^14.1.0",
"inert-ssg": "^2.0.0-alpha.15",
"joi": "^18.0.0",
"lodash": "^4.17.21",
"mime-types": "^3.0.1",
"sharp": "^0.31.3"
}
}