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", | "name": "choerodon-hap-front-boot", | ||
| "escapedName": "choerodon-hap-front-boot", | "version": "0.7.1", | ||
| "rawSpec": "0.7.1", | "description": "Tools to build website for Choerodon Hap", | ||
| "saveSpec": null, | "main": "lib/containers/components/index.js", | ||
| "fetchSpec": "0.7.1" | "homepage": "http://choerodon.io/", | ||
| }, | |||
| "_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" | |||
| }, | |||
| "bin": { | "bin": { | ||
| "choerodon-hap-front-boot": "./bin/choerodon-hap-front-boot" | "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": { | "bugs": { | ||
| "url": "https://github.com/choerodon/choerodon/issues" | "url": "https://github.com/choerodon/choerodon/issues" | ||
| }, | }, | ||
| "author": "Qyellow <598260403@qq.com>", | |||
| "license": "ISC", | |||
| "dependencies": { | "dependencies": { | ||
| "add-asset-html-webpack-plugin": "^2.1.2", | "add-asset-html-webpack-plugin": "^2.1.2", | ||
| "autoprefixer": "^6.7.7", | "autoprefixer": "^6.7.7", | ||
| ... | @@ -130,7 +121,6 @@ | ... | @@ -130,7 +121,6 @@ |
| "webpack": "^3.12.0", | "webpack": "^3.12.0", | ||
| "webpack-dev-server": "^2.11.3" | "webpack-dev-server": "^2.11.3" | ||
| }, | }, | ||
| "description": "Tools to build website for Choerodon Hap", | |||
| "devDependencies": { | "devDependencies": { | ||
| "babel-preset-env": "^1.7.0", | "babel-preset-env": "^1.7.0", | ||
| "choerodon-hap-ui": "^0.6.1", | "choerodon-hap-ui": "^0.6.1", | ||
| ... | @@ -139,61 +129,40 @@ | ... | @@ -139,61 +129,40 @@ |
| "merge2": "^1.2.2", | "merge2": "^1.2.2", | ||
| "through2": "^2.0.3" | "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": { | "peerDependencies": { | ||
| "choerodon-hap-ui": ">=0.6" | "choerodon-hap-ui": ">=0.6" | ||
| }, | }, | ||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://code.choerodon.com.cn/choerodon-hap/choerodon-hap-front-boot" | |||
| }, | |||
| "scripts": { | "scripts": { | ||
| "prestart": "gulp compile-bin", | |||
| "start": "node ./test/start --config ./test/choerodon.config.js", | |||
| "prebuild": "npm run compile", | |||
| "build": "node ./test/build", | "build": "node ./test/build", | ||
| "build:bin": "node ./bin/choerodon-hap-front-boot build --config ./choerodon.config.js", | "predist": "npm run compile", | ||
| "clean": "rimraf lib", | |||
| "compile": "gulp compile", | |||
| "copy": "gulp copy", | |||
| "dist": "node ./test/dist", | "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": "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:es": "eslint src/**/*.{js,jsx} test ./choerodon.config.js", | ||
| "lint:style": "stylelint src/**/*.scss --syntax scss", | "lint:style": "stylelint src/**/*.scss --syntax scss", | ||
| "postpublish": "npm run clean", | "lint-staged": "lint-staged", | ||
| "prebuild": "npm run compile", | "lint-staged:es": "eslint test ./choerodon.config.js", | ||
| "prebuild:bin": "npm run compile", | "clean": "rimraf lib", | ||
| "predist": "npm run compile", | "compile": "gulp compile", | ||
| "copy": "gulp copy", | |||
| "prepublish": "npm run compile", | "prepublish": "npm run compile", | ||
| "prestart": "gulp compile-bin", | "postpublish": "npm run clean" | ||
| "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" | |||
| }, | }, | ||
| "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