2021-03-18 14:26:41 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt-framework",
|
|
|
|
"license": "MIT",
|
|
|
|
"workspaces": [
|
2021-04-20 12:16:09 +00:00
|
|
|
"packages/*",
|
2021-07-12 10:35:50 +00:00
|
|
|
"examples/*",
|
|
|
|
"playground"
|
2021-03-18 14:26:41 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
2021-04-09 13:48:39 +00:00
|
|
|
"build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix",
|
|
|
|
"stub": "lerna run prepack -- --stub",
|
2021-04-09 16:03:27 +00:00
|
|
|
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
|
2021-04-20 12:16:09 +00:00
|
|
|
"docs": "yarn nu dev docs",
|
2021-04-04 14:22:40 +00:00
|
|
|
"nu": "./node_modules/.bin/nu",
|
|
|
|
"play": "yarn run nu dev playground",
|
2021-04-23 20:30:43 +00:00
|
|
|
"example": "yarn workspace example-$0 dev",
|
|
|
|
"example:build": "yarn workspace example-$0 build",
|
2021-04-09 13:48:39 +00:00
|
|
|
"lint": "eslint --ext .vue,.ts,.js .",
|
2021-04-23 19:52:32 +00:00
|
|
|
"test": "yarn lint && jest",
|
|
|
|
"test:compat": "TEST_COMPAT=1 jest",
|
2021-04-07 08:18:44 +00:00
|
|
|
"version": "yarn && git add yarn.lock"
|
2021-03-18 14:26:41 +00:00
|
|
|
},
|
2021-04-09 13:48:39 +00:00
|
|
|
"resolutions": {
|
2021-04-28 14:21:49 +00:00
|
|
|
"nuxt3": "workspace:./packages/nuxt3"
|
2021-04-09 13:48:39 +00:00
|
|
|
},
|
2021-03-18 14:26:41 +00:00
|
|
|
"devDependencies": {
|
2021-05-26 19:55:30 +00:00
|
|
|
"@nuxtjs/eslint-config": "^6.0.1",
|
|
|
|
"@nuxtjs/eslint-config-typescript": "^6.0.1",
|
2021-07-07 18:42:12 +00:00
|
|
|
"@types/jest": "^26.0.24",
|
|
|
|
"@types/node": "^14.17.5",
|
2021-04-23 19:52:32 +00:00
|
|
|
"@types/object-hash": "^2",
|
2021-07-07 18:42:12 +00:00
|
|
|
"esbuild": "^0.12.15",
|
|
|
|
"eslint": "^7.30.0",
|
2021-07-14 14:52:08 +00:00
|
|
|
"eslint-plugin-jsdoc": "^35.4.3",
|
2021-07-01 12:58:27 +00:00
|
|
|
"globby": "^11.0.4",
|
2021-06-30 10:49:42 +00:00
|
|
|
"jest": "^27.0.6",
|
2021-06-07 09:12:36 +00:00
|
|
|
"jiti": "^1.10.1",
|
2021-03-18 14:26:41 +00:00
|
|
|
"lerna": "^4.0.0",
|
2021-06-07 09:12:36 +00:00
|
|
|
"object-hash": "^2.2.0",
|
2021-07-02 12:45:36 +00:00
|
|
|
"typescript": "^4.3.5",
|
2021-07-14 14:52:08 +00:00
|
|
|
"unbuild": "^0.3.2",
|
2021-07-12 10:54:24 +00:00
|
|
|
"upath": "^2.0.1"
|
2021-03-18 14:26:41 +00:00
|
|
|
}
|
|
|
|
}
|