mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
8324376c7d
Co-authored-by: Renovate Bot <bot@renovateapp.com>
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "nuxt-framework",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"examples/*",
|
|
"playground"
|
|
],
|
|
"scripts": {
|
|
"build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix",
|
|
"stub": "lerna run prepack -- --stub",
|
|
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
|
|
"nuxi": "./node_modules/.bin/nuxi",
|
|
"nu": "./node_modules/.bin/nuxi",
|
|
"nuxt": "./node_modules/.bin/nuxi",
|
|
"play": "yarn run nuxt dev playground",
|
|
"example": "yarn workspace example-$0 dev",
|
|
"example:build": "yarn workspace example-$0 build",
|
|
"lint": "eslint --ext .vue,.ts,.js .",
|
|
"test": "yarn lint && yarn test:presets",
|
|
"test:presets": "mocha test/presets/*.mjs",
|
|
"test:bridge": "TEST_BRIDGE=1 yarn test:presets",
|
|
"test:unit": "mocha -r jiti/register packages/**/test/*.test.*",
|
|
"version": "yarn && git add yarn.lock"
|
|
},
|
|
"resolutions": {
|
|
"nuxt3": "workspace:./packages/nuxt3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "^6.0.1",
|
|
"@nuxtjs/eslint-config-typescript": "^6.0.1",
|
|
"@types/chai": "^4.2.21",
|
|
"@types/jsdom": "^16",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^14.17.15",
|
|
"@types/object-hash": "^2",
|
|
"@vue/server-renderer": "^3.2.10",
|
|
"chai": "^4.3.4",
|
|
"esbuild": "^0.12.25",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-jsdoc": "^36.1.0",
|
|
"execa": "^5.1.1",
|
|
"globby": "^11.0.4",
|
|
"jiti": "^1.11.0",
|
|
"jsdom": "^17.0.0",
|
|
"lerna": "^4.0.0",
|
|
"mocha": "^9.1.1",
|
|
"object-hash": "^2.2.0",
|
|
"typescript": "^4.4.2",
|
|
"unbuild": "^0.4.2",
|
|
"upath": "^2.0.1"
|
|
}
|
|
}
|