-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 990 Bytes
/
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
{
"name": "relax-ajax",
"version": "1.1.22",
"description": "javascript ajax helper.",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"development": "NODE_ENV=development webpack --config webpack.config.js",
"pub": "node publish/index",
"babel": "babel index.js -d dist"
},
"keywords": [
"ajax",
"relax",
"wwl",
"wangweilin"
],
"repository": {
"type": "git",
"url": "git+https://gitee.com/w-wl/ajax.git"
},
"author": "wwl",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.1",
"typescript": "^3.4.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}