-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.3 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
49
{
"name": "lls-wx-recorder",
"version": "1.1.3",
"description": "流利说微信在线打分SDK",
"main": "lib",
"scripts": {
"prebuild": "del-cli dist lib -f",
"build": "gulp",
"prepublish": "npm run build",
"lint": "eslint src"
},
"keywords": [],
"author": "Y--p--Y",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/lingochamp/OnlineScorer-Wechat.git"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"del-cli": "^1.1.0",
"eslint": "^3.18.0",
"eslint-config-xo-space": "^0.16.0",
"eslint-loader": "^1.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-browserify": "^0.5.1",
"gulp-eslint": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.1.0",
"shipit-cli": "^3.0.0",
"shipit-deploy": "^2.4.0",
"shipit-utils": "^1.4.0"
},
"dependencies": {
"axios": "^0.15.3",
"md5": "^2.2.1"
}
}