-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.12 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "weex-plugin-jscmd",
"version": "1.0.0",
"description": "A weex project",
"author": "zhangjinquan <jinquanzhang@blackfish.cn>",
"scripts": {
"start": "npm run serve",
"build": "npm run clean && webpack --env.NODE_ENV=production",
"build:examples": "webpack --env.NODE_ENV=common",
"dev:examples": "webpack --env.NODE_ENV=common --progress --watch",
"clean": "rimraf ./build",
"lint": "eslint --ext .js,.vue src --fix",
"serve": "webpack-dev-server --env.NODE_ENV=development --progress",
"prepublish": "npm run lint && npm run build"
},
"web": {
"name": "weex-plugin-lottie",
"version": "0.1.1"
},
"android": {
"name": "WXLottie",
"dependency": "org.asialee.weex:weexplugin:1.0.2"
},
"ios": {
"type": "pod",
"name": "WXLottie",
"version": "1.0"
},
"keywords": [
"weex",
"weex-plugin",
"weex-lottie"
],
"dependencies": {
"lottie-web": "^5.1.7",
"phantom-limb": "0.0.1",
"vue": "^2.5.13",
"weex-vue-render": "^0.12.25"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.9.2",
"chai": "^4.1.2",
"css-loader": "^0.28.8",
"eslint": "^4.13.1",
"extract-text-webpack-plugin": "^3.0.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"fs-extra": "^5.0.0",
"html-webpack-plugin": "^2.30.1",
"ip": "^1.1.5",
"node-notifier": "^5.1.2",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"script-ext-html-webpack-plugin": "^1.8.5",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"vue-loader": "^12.2.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.11",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.0",
"weex-loader": "^0.6.7"
}
}