blob: b55b4dc7e2d8e6a9c5e65ae2fec1bac7b6fa4d57 [file] [log] [blame]
{
"name": "@weex-cli/compile",
"version": "2.0.0-beta.32",
"description": "Plugin for compile weex file.",
"main": "index.js",
"scripts": {
"build": "yarn format && yarn clean && yarn compile",
"clean": "rm -rf ./lib",
"compile": "tsc -p ./",
"coverage": "jest --coverage",
"format": "prettier --write \"**/*.ts\" --loglevel error && tslint -p . --fix",
"lint": "tslint -p .",
"publish": "yarn build && yarn lint",
"precommit": "lint-staged",
"snapupdate": "jest --updateSnapshot",
"test": "jest",
"test:watch": "jest --watch",
"watch": "tsc -watch -p ./"
},
"author": "Mario<faterrole@gmail.com>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.6.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^1.0.1",
"fs-extra": "^7.0.1",
"postcss": "^7.0.14",
"postcss-plugin-px2rem": "^0.7.0",
"postcss-plugin-weex": "^0.1.6",
"sourcer": "^0.1.4",
"uglifyjs-webpack-plugin": "^1.3.0",
"vue": "2.5.21",
"vue-loader": "^12.2.2",
"vue-template-compiler": "2.5.21",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.2",
"weex-loader": "^0.7.7",
"weex-vue-precompiler": "^0.1.19"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/node": "^10.12.18",
"@types/webpack": "^4.4.19",
"coveralls": "^3.0.1",
"expect": "^23.1.0",
"jest": "^23.1.0",
"lint-staged": "^7.1.3",
"prettier": "^1.14.0",
"ramdasauce": "^2.1.0",
"sinon": "^5.1.0",
"temp-write": "^3.4.0",
"ts-jest": "^22.4.6",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.13.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^3.0.1",
"unique-temp-dir": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"jest": {
"testEnvironment": "node",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "(\\.|/)(test)\\.ts$",
"moduleFileExtensions": [
"ts",
"js",
"json",
"node"
]
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"tslint --fix",
"git add"
],
"*.md": [
"prettier --write",
"git add"
],
"*.json": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "https://github.com/weexteam/weex-toolkit/issues"
},
"keywords": [
"build"
],
"gitHead": "a0368eeb37e9e6165ab64e754b82f169b0582628"
}