-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "okconnect",
"version": "0.0.9",
"description": "A JavaScript Library for Basic Http/WebSocket Operation.",
"main": "./dist/okConnect.js",
"repository": "https://github.com/shaching/okConnect",
"author": "Johnny Chu <[email protected]>",
"license": "Apache 2.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"lint": "eslint ./src && prettier --check src/**/*.js"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"is_js": "^0.9.0",
"whatwg-fetch": "^3.6.1"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-webpack-plugin": "^2.5.2",
"filemanager-webpack-plugin": "^3.1.0",
"prettier": "^2.2.1",
"webpack": "^5.24.0",
"webpack-cli": "^4.5.0"
}
}