Nuxt/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2021-03-18 14:26:41 +00:00
{
"name": "nuxt-framework",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"link": "lerna link",
2021-04-04 14:22:40 +00:00
"build": "jiti ./scripts/build-all",
"stub": "yarn build --stub",
"gentypes": "yarn workspace @nuxt/kit jiti ./scripts/gentypes",
2021-04-06 12:27:01 +00:00
"release": "yarn build && 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",
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
"test": "yarn lint",
"postinstall": "yarn stub",
"version": "yarn && git add yarn.lock"
2021-03-18 14:26:41 +00:00
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/rimraf": "^3.0.0",
2021-03-18 14:26:41 +00:00
"chalk": "^4.1.0",
"defu": "^3.2.2",
"esbuild": "^0.10.0",
"eslint": "^7.23.0",
"execa": "^5.0.0",
2021-03-18 14:26:41 +00:00
"jest": "^26.6.3",
"jiti": "^1.6.4",
"lerna": "^4.0.0",
"mkdist": "^0.1.3",
2021-03-18 14:26:41 +00:00
"pretty-bytes": "^5.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.44.0",
2021-03-18 14:26:41 +00:00
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-esbuild": "^3.0.2",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.4",
2021-03-18 14:26:41 +00:00
"typescript": "^4.2.3"
}
}