rigjs
Version:
A multi-repos dev tool based on yarn and git.Rigjs is intended to be the simplest way to develop,share and deliver codes between different developers or different projects.
59 lines • 1.57 kB
JSON
{
"name": "demo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build:oem1": "vue-cli-service build --mode oem1",
"build:oem2": "vue-cli-service build --mode oem2",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test_prei": "node ../built/index.js preinstall",
"test_tag": "node ../built/index.js tag",
"test_env": "node ../built/index.js --env dev",
"test_posti": "node ../built/index.js postinstall"
},
"dependencies": {
"core-js": "^3.8.3",
"cross-env": "^7.0.3",
"rig-test-2": "git+ssh://git@github.com:FlashHand/rig-test-2.git#1.0.1",
"vue": "^2.6.14",
"rig-test-1": "git+ssh://git@github.com:FlashHand/rig-test-1.git#1.0.1",
"r-foundation": "git+ssh://git@github.com:FlashHand/r-foundation.git#1.1.7"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"json5": "2.2.1",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"workspaces": [
"rigs/*",
"rigs_dev/*",
"rig_dev/*"
]
}