-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "uni-ajax",
"version": "2.5.1",
"description": "Lightweight HTTP client for the uni-app",
"scripts": {
"dev": "node scripts --watch",
"build": "node scripts --build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"lint": "eslint --fix .",
"format": "prettier --write \"**/*.{js,ts,md,json}\" --ignore-path \"./.gitignore\""
},
"files": [
"lib",
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/ponjs/uni-ajax.git",
"branch": "dev"
},
"keywords": [
"uni-app",
"request",
"ajax",
"http"
],
"author": "ponjs",
"license": "MIT",
"bugs": {
"url": "https://github.com/ponjs/uni-ajax/issues"
},
"homepage": "https://uniajax.ponjs.com",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"chokidar": "^3.5.3",
"colorette": "^2.0.20",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^11.2.0",
"ora": "^8.0.1",
"prettier": "^2.8.0",
"vitepress": "^1.0.2"
}
}