2021-03-18 14:26:41 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt-framework",
|
|
|
|
"license": "MIT",
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2021-04-09 13:48:39 +00:00
|
|
|
"build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix",
|
|
|
|
"stub": "lerna run prepack -- --stub",
|
|
|
|
"release": "yarn && yarn build && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
|
2021-04-04 14:22:40 +00:00
|
|
|
"nu": "./node_modules/.bin/nu",
|
|
|
|
"play": "yarn run nu dev playground",
|
2021-04-09 13:48:39 +00:00
|
|
|
"lint": "eslint --ext .vue,.ts,.js .",
|
2021-04-07 08:18:44 +00:00
|
|
|
"postinstall": "yarn stub",
|
|
|
|
"version": "yarn && git add yarn.lock"
|
2021-03-18 14:26:41 +00:00
|
|
|
},
|
2021-04-09 13:48:39 +00:00
|
|
|
"resolutions": {
|
|
|
|
"esbuild": "0.10.2"
|
|
|
|
},
|
2021-03-18 14:26:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@nuxtjs/eslint-config": "^6.0.0",
|
|
|
|
"@nuxtjs/eslint-config-typescript": "^6.0.0",
|
2021-03-28 20:50:51 +00:00
|
|
|
"@types/jest": "^26.0.22",
|
|
|
|
"@types/node": "^14.14.37",
|
|
|
|
"eslint": "^7.23.0",
|
2021-03-18 14:26:41 +00:00
|
|
|
"jest": "^26.6.3",
|
|
|
|
"jiti": "^1.6.4",
|
|
|
|
"lerna": "^4.0.0",
|
2021-04-02 11:47:01 +00:00
|
|
|
"mkdist": "^0.1.3",
|
2021-03-18 14:27:51 +00:00
|
|
|
"ts-jest": "^26.5.4",
|
2021-03-18 14:26:41 +00:00
|
|
|
"typescript": "^4.2.3"
|
|
|
|
}
|
|
|
|
}
|