-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 879 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 879 Bytes
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
{
"name": "@ocean-fe/message",
"version": "1.0.0",
"description": "ocean, message",
"main": "gulp/dist/index.js",
"scripts": {
"build": "npm run clean && gulp",
"clean": " rimraf ./gulp ./ES5dist mkdir gulp"
},
"repository": {
"type": "git",
"url": "git@github.com:ocean-fe/ocean-message.git"
},
"keywords": [
"ocean",
"message"
],
"author": "shu.ma",
"license": "Apache License 2.0",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.2",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2",
"rimraf": "^2.6.1",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.1.4",
"webpackbar": "^3.1.5"
}
}