package.json
Showing
.idea/vcs.xml
0 → 100644
| { | ||
| "_args": [ | ||
| [ | ||
| "choerodon-hap-front-boot@0.7.1", | ||
| "/Volumes/work/idea/leaf-jmu/hap-core" | ||
| ] | ||
| ], | ||
| "_from": "choerodon-hap-front-boot@0.7.1", | ||
| "_id": "choerodon-hap-front-boot@0.7.1", | ||
| "_inBundle": false, | ||
| "_integrity": "sha512-m2tabQXklLaPuIZVDtqT47JQGyfnFm4YhTRIDzLkuWsM7Fi3SYK2RyJwCc9tT4cdQK1cxiOoag+YI/qdMngq/g==", | ||
| "_location": "/choerodon-hap-front-boot", | ||
| "_phantomChildren": {}, | ||
| "_requested": { | ||
| "type": "version", | ||
| "registry": true, | ||
| "raw": "choerodon-hap-front-boot@0.7.1", | ||
| "name": "choerodon-hap-front-boot", | ||
| "escapedName": "choerodon-hap-front-boot", | ||
| "rawSpec": "0.7.1", | ||
| "saveSpec": null, | ||
| "fetchSpec": "0.7.1" | ||
| }, | ||
| "_requiredBy": [ | ||
| "/" | ||
| ], | ||
| "_resolved": "https://nexus.choerodon.com.cn/repository/choerodon-npm/choerodon-hap-front-boot/-/choerodon-hap-front-boot-0.7.1.tgz", | ||
| "_spec": "0.7.1", | ||
| "_where": "/Volumes/work/idea/leaf-jmu/hap-core", | ||
| "author": { | ||
| "name": "Qyellow", | ||
| "email": "598260403@qq.com" | ||
| }, | ||
| "name": "choerodon-hap-front-boot", | ||
| "version": "0.7.1", | ||
| "description": "Tools to build website for Choerodon Hap", | ||
| "main": "lib/containers/components/index.js", | ||
| "homepage": "http://choerodon.io/", | ||
| "bin": { | ||
| "choerodon-hap-front-boot": "./bin/choerodon-hap-front-boot" | ||
| }, | ||
| "files": [ | ||
| "lib", | ||
| "bin" | ||
| ], | ||
| "keywords": [ | ||
| "choerodon", | ||
| "hap", | ||
| "c7n", | ||
| "boot", | ||
| "framework", | ||
| "frontend" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.choerodon.com.cn/choerodon-hap/choerodon-hap-front-boot" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/choerodon/choerodon/issues" | ||
| }, | ||
| "author": "Qyellow <598260403@qq.com>", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "add-asset-html-webpack-plugin": "^2.1.2", | ||
| "autoprefixer": "^6.7.7", | ||
| ... | ... | @@ -130,7 +121,6 @@ |
| "webpack": "^3.12.0", | ||
| "webpack-dev-server": "^2.11.3" | ||
| }, | ||
| "description": "Tools to build website for Choerodon Hap", | ||
| "devDependencies": { | ||
| "babel-preset-env": "^1.7.0", | ||
| "choerodon-hap-ui": "^0.6.1", | ||
| ... | ... | @@ -139,61 +129,40 @@ |
| "merge2": "^1.2.2", | ||
| "through2": "^2.0.3" | ||
| }, | ||
| "files": [ | ||
| "lib", | ||
| "bin" | ||
| ], | ||
| "homepage": "http://choerodon.io/", | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "lint-staged" | ||
| } | ||
| }, | ||
| "keywords": [ | ||
| "choerodon", | ||
| "hap", | ||
| "c7n", | ||
| "boot", | ||
| "framework", | ||
| "frontend" | ||
| ], | ||
| "license": "ISC", | ||
| "lint-staged": { | ||
| "src/**/*.{js,jsx}": [ | ||
| "npm run lint-staged:es" | ||
| ], | ||
| "src/**/*.scss": "stylelint --syntax scss" | ||
| }, | ||
| "main": "lib/containers/components/index.js", | ||
| "name": "choerodon-hap-front-boot", | ||
| "peerDependencies": { | ||
| "choerodon-hap-ui": ">=0.6" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.choerodon.com.cn/choerodon-hap/choerodon-hap-front-boot" | ||
| }, | ||
| "scripts": { | ||
| "prestart": "gulp compile-bin", | ||
| "start": "node ./test/start --config ./test/choerodon.config.js", | ||
| "prebuild": "npm run compile", | ||
| "build": "node ./test/build", | ||
| "build:bin": "node ./bin/choerodon-hap-front-boot build --config ./choerodon.config.js", | ||
| "clean": "rimraf lib", | ||
| "compile": "gulp compile", | ||
| "copy": "gulp copy", | ||
| "predist": "npm run compile", | ||
| "dist": "node ./test/dist", | ||
| "prestart:bin": "npm run compile", | ||
| "start:bin": "node ./bin/choerodon-hap-front-boot start --config ./choerodon.config.js -m", | ||
| "prebuild:bin": "npm run compile", | ||
| "build:bin": "node ./bin/choerodon-hap-front-boot build --config ./choerodon.config.js", | ||
| "lint": "npm run lint:es && npm run lint:style", | ||
| "lint-staged": "lint-staged", | ||
| "lint-staged:es": "eslint test ./choerodon.config.js", | ||
| "lint:es": "eslint src/**/*.{js,jsx} test ./choerodon.config.js", | ||
| "lint:style": "stylelint src/**/*.scss --syntax scss", | ||
| "postpublish": "npm run clean", | ||
| "prebuild": "npm run compile", | ||
| "prebuild:bin": "npm run compile", | ||
| "predist": "npm run compile", | ||
| "lint-staged": "lint-staged", | ||
| "lint-staged:es": "eslint test ./choerodon.config.js", | ||
| "clean": "rimraf lib", | ||
| "compile": "gulp compile", | ||
| "copy": "gulp copy", | ||
| "prepublish": "npm run compile", | ||
| "prestart": "gulp compile-bin", | ||
| "prestart:bin": "npm run compile", | ||
| "start": "node ./test/start --config ./test/choerodon.config.js", | ||
| "start:bin": "node ./bin/choerodon-hap-front-boot start --config ./choerodon.config.js -m" | ||
| "postpublish": "npm run clean" | ||
| }, | ||
| "version": "0.7.1" | ||
| "lint-staged": { | ||
| "src/**/*.{js,jsx}": [ | ||
| "npm run lint-staged:es" | ||
| ], | ||
| "src/**/*.scss": "stylelint --syntax scss" | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "lint-staged" | ||
| } | ||
| } | ||
| } |
Please register or sign in to comment