mirror of
https://gitee.com/openharmony/third_party_weex-loader
synced 2024-11-27 01:20:23 +00:00
1957db76ec
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "weex-loader",
|
|
"version": "0.7.12",
|
|
"description": "a webpack loader for weex",
|
|
"main": "index.js",
|
|
"author": "terrykingcha <terrykingcha@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/weexteam/weex-loader.git"
|
|
},
|
|
"licenses": "Apache-2.0",
|
|
"keywords": [
|
|
"weex",
|
|
"loader",
|
|
"webpack",
|
|
"transformer"
|
|
],
|
|
"scripts": {
|
|
"clear": " ",
|
|
"lint": "eslint --fix src",
|
|
"dev": "gazeer -p \"src/*.js\" -c \"npm run build\"",
|
|
"build": "node node_modules/babel-cli/bin/babel.js src --out-dir lib",
|
|
"test:build": "cd test && webpack --config ./webpack.config.js",
|
|
"test": "npm run test:build",
|
|
"rich:build": "cd sample && webpack --config ../webpack.rich.config.js",
|
|
"rich": "npm run lint && npm run build && npm run rich:build",
|
|
"lite:build": "cd sample && webpack --config ../webpack.lite.config.js",
|
|
"lite": "npm run lint && npm run build && npm run lite:build",
|
|
"ace:build": "webpack --config ./webpack.config.js",
|
|
"ace": "npm run lint && npm run build && npm run ace:build"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.10.1",
|
|
"babel-core": "^6.10.4",
|
|
"chai": "^3.5.0",
|
|
"coffee-loader": "^0.7.2",
|
|
"coffee-script": "^1.10.0",
|
|
"eslint": "^2.13.1",
|
|
"gazeer": "^0.1.1",
|
|
"jade": "^1.11.0",
|
|
"jade-html-loader": "0.0.3",
|
|
"js-base64": "^2.1.9",
|
|
"mocha": "^2.4.5",
|
|
"postcss-cssnext": "^2.7.0",
|
|
"postcss-loader": "^0.9.1",
|
|
"sinon": "^1.17.3",
|
|
"sinon-chai": "^2.8.0",
|
|
"webpack": "~1.13.0",
|
|
"weex-components": "^0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-runtime": "^6.9.2",
|
|
"hash-sum": "^1.0.2",
|
|
"loader-utils": "^1.1.0",
|
|
"md5": "^2.1.0",
|
|
"parse5": "^2.1.5",
|
|
"source-map": "^0.5.6",
|
|
"weex-scripter": "^0.1.6",
|
|
"weex-styler": "^0.3.1",
|
|
"weex-templater": "^0.3.5",
|
|
"weex-transformer": "^0.4.6",
|
|
"weex-vue-loader": "^0.7.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
]
|
|
}
|
|
}
|