-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
48 lines (48 loc) · 1.27 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": "very-axios",
"version": "0.1.16",
"custom_field": "nothing...",
"description": "custom npm init",
"main": "lib/very-axios.min.js",
"author": {
"name": "gaofeng(verymuch)",
"email": "[email protected]"
},
"keywords": [
"axios",
"very-axios"
],
"repository": {
"type": "git",
"url": "https://github.com/verymuch/very-axios"
},
"scripts": {
"start": "npm run build-watch",
"build": "webpack --config build/webpack.config.js",
"build-watch": "webpack --config build/webpack.config.js --watch",
"patch": "npm run build && npm version patch && npm publish"
},
"typings": "./index.d.ts",
"dependencies": {
"@babel/core": "^7.10.4",
"axios": "^0.21.1",
"jsonschema": "^1.2.6",
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-vue": "^6.2.2",
"koa": "^2.12.0",
"terser-webpack-plugin": "^3.0.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}