-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
79 lines (79 loc) · 2.66 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
76
77
78
79
{
"name": "@megalo/ui",
"version": "1.0.0",
"description": "UI KIT for Megalo",
"main": "dist/components",
"files": [
"dist"
],
"scripts": {
"build:wechat": "webpack --config ./build/webpack.config.wechat.js",
"build:alipay": "webpack --config ./build/webpack.config.alipay.js",
"build:swan": "webpack --config ./build/webpack.config.swan.js",
"build:component": "rimraf -rf dist && node ./build/ui.js",
"dev:wechat": "webpack --config ./build/webpack.config.wechat.js -w",
"dev:alipay": "webpack --config ./build/webpack.config.alipay.js -w",
"dev:swan": "webpack --config ./build/webpack.config.swan.js -w",
"dev:h5": "webpack-dev-server --inline --progress --config ./build/webpack.config.h5.js",
"brk:wechat": "node --inspect-brk ./node_modules/webpack/bin/webpack.js --config ./build/webpack.config.wechat.js",
"brk:alipay": "node --inspect-brk ./node_modules/webpack/bin/webpack.js --config ./build/webpack.config.alipay.js",
"brk:swan": "node --inspect-brk ./node_modules/webpack/bin/webpack.js --config ./build/webpack.config.swan.js",
"demo:dev-server": "webpack-dev-server",
"link": "npm link @megalo/template-compiler && npm link @megalo/target && npm link megalo"
},
"keywords": [
"megalo",
"megalo-ui",
"ui"
],
"author": "kaola-fed",
"repository": {
"type": "git",
"url": "[email protected]:megalojs/megalo-ui.git"
},
"license": "MIT",
"devDependencies": {
"@megalo/entry": "^0.1.1",
"@megalo/target": "^0.5.0",
"@megalo/template-compiler": "^0.6.0",
"@megalo/vhtml-plugin": "^0.1.1",
"babel-core": "6",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"fs-extra": "^7.0.1",
"globby": "^8.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"megalo": "^0.6.3",
"mini-css-extract-plugin": "^0.4.1",
"octoparse": "^0.2.1",
"rimraf": "^2.6.2",
"style-loader": "^0.23.1",
"swiper": "^4.5.0",
"toposort": "^1.0.6",
"url-loader": "^1.1.2",
"vue": "2.5.17",
"vue-loader": "15.4.0",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "2.5.17",
"vuex": "^3.0.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@megalo/api": "^0.5.1",
"node-sass": "^4.11.0",
"px2rpx-loader": "^0.1.10",
"sass-loader": "^7.1.0",
"vue-awesome-swiper": "^3.1.3",
"vue-router": "^3.0.4"
}
}