{ "name": "nuxt-framework", "license": "MIT", "type": "module", "workspaces": [ "packages/*", "examples/*", "test/fixtures/*", "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", "nuxt": "./node_modules/.bin/nuxi", "play": "yarn run nuxi dev playground", "example": "yarn workspace example-$0 dev", "example:build": "yarn workspace example-$0 build", "lint": "eslint --ext .vue,.ts,.js,.mjs .", "lint:docs": "./node_modules/.bin/markdownlint ./", "test": "yarn lint && yarn test:presets", "test:presets": "vitest test/presets", "test:bridge:webpack": "TEST_BRIDGE=1 yarn test:presets", "test:bridge:vite": "TEST_BRIDGE_VITE=1 TEST_BRIDGE=1 yarn test:presets", "test:unit": "vitest packages", "test:utils": "vitest run test/examples", "version": "yarn && git add yarn.lock" }, "resolutions": { "nuxt3": "workspace:./packages/nuxt3", "@nuxt/ui": "npm:@nuxt/ui-edge@latest", "unbuild": "^0.6.9", "nitropack-dev": "link:../nitropack", "jiti": "^1.12.15" }, "devDependencies": { "@iconify-json/carbon": "^1.0.15", "@nuxt/ui": "^0.0.0-alpha.5", "@nuxtjs/eslint-config": "^7.0.0", "@nuxtjs/eslint-config-typescript": "^7.0.2", "@types/jsdom": "^16", "@types/node": "^16.11.24", "@types/object-hash": "^2", "@unocss/reset": "^0.24.3", "esbuild": "^0.14.21", "eslint": "^8.8.0", "eslint-plugin-jsdoc": "^37.8.2", "execa": "^6.0.0", "globby": "^13.1.1", "jiti": "^1.12.15", "lerna": "^4.0.0", "markdownlint-cli": "^0.31.1", "miniflare": "^1.4.1", "object-hash": "^2.2.0", "pathe": "^0.2.0", "typescript": "^4.5.5", "unbuild": "^0.6.9", "vitest": "^0.3.4", "vue-router": "next" }, "packageManager": "yarn@3.1.1", "engines": { "node": "^14.16.0 || ^16.11.0 || ^17.0.0" } }