-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "eeui-template",
"version": "2.3.11",
"description": "A eeui project",
"eeuiclimin": "2.3.11",
"author": "kuaifan",
"scripts": {
"dev": "eeui dev",
"dev-once": "eeui dev --simple",
"build": "eeui build",
"build-nozip": "eeui build --simple"
},
"keywords": [
"weex",
"weex ui",
"eeui",
"eeui app",
"vue",
"vue app",
"hybird",
"hybird app"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"babel-plugin-component": "^1.1.1",
"eeui-design": "^0.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2",
"inquirer": "^7.0.4",
"plist": "^3.0.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"weex-bindingx": "^0.0.49",
"weex-loader": "^0.7.12",
"weex-styler": "^0.3.1",
"weex-ui": "^0.8.4",
"minimist": "^1.2.5"
}
}