-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "weex-vue-examples",
"description": "A group of examples for using Weex and Vue 2.0",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"build:website": "webpack --config webpack.website.config.js",
"dev:website": "webpack --watch --config webpack.website.config.js",
"dev": "webpack --watch",
"screenshot": "node screenshot.js",
"serve": "serve -l 8080"
},
"main": "src/entry.js",
"keywords": [
"weex",
"vue",
"demo"
],
"author": "Hanks <[email protected]>",
"contributors": [],
"repository": {
"type": "git",
"url": "[email protected]/Hanks10100/weex-vue-examples.git"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "9.3.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-runtime": "6.26.0",
"css-loader": "0.28.11",
"node-sass": "4.9.3",
"postcss-plugin-px2rem": "0.8.1",
"postcss-plugin-weex": "0.1.7",
"puppeteer": "1.11.0",
"sass-loader": "7.1.0",
"serve": "10.1.1",
"uglifyjs-webpack-plugin": "1.2.5",
"vue-loader": "14.2.3",
"webpack": "4.39.2",
"weex-loader": "0.7.12",
"weex-vue-precompiler": "0.1.25",
"xhr": "2.5.0"
},
"dependencies": {
"vue": "2.5.17",
"weex-vue-render": "1.0.33"
}
}