2016-10-26 11:40:55 +00:00
|
|
|
{
|
2020-11-30 22:44:04 +00:00
|
|
|
"name": "nuxt",
|
2018-10-17 21:28:25 +00:00
|
|
|
"private": true,
|
2019-03-29 19:19:30 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.js.git"
|
|
|
|
},
|
2018-10-17 21:28:25 +00:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*",
|
|
|
|
"distributions/*"
|
2016-11-28 16:10:29 +00:00
|
|
|
],
|
2016-10-26 11:40:55 +00:00
|
|
|
"scripts": {
|
2021-10-25 11:22:02 +00:00
|
|
|
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate",
|
2019-03-16 21:22:01 +00:00
|
|
|
"build": "yarn clean && yarn pkg",
|
2020-12-22 17:07:50 +00:00
|
|
|
"changelog": "jiti scripts/changelog.js",
|
2018-10-23 18:07:23 +00:00
|
|
|
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
|
|
|
|
"clean:build": "rimraf distributions/*/dist packages/*/dist",
|
|
|
|
"clean:examples": "rimraf examples/*/dist examples/*/.nuxt",
|
2019-03-06 14:13:54 +00:00
|
|
|
"clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*/",
|
2020-12-22 17:07:50 +00:00
|
|
|
"dev": "jiti ./scripts/dev.js",
|
2019-03-29 19:19:30 +00:00
|
|
|
"postinstall": "lerna link && yarn dev",
|
2021-01-13 11:22:49 +00:00
|
|
|
"lint": "eslint --ext .js,.mjs,.vue,.ts .",
|
2019-01-06 07:56:59 +00:00
|
|
|
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
|
2020-05-28 19:30:02 +00:00
|
|
|
"ls-lint": "npx @ls-lint/ls-lint",
|
2020-12-22 17:07:50 +00:00
|
|
|
"nuxt": "jiti ./packages/cli/bin/nuxt-cli.js",
|
2021-01-27 20:07:38 +00:00
|
|
|
"pkg": "jiti ./scripts/pkg.js",
|
2021-09-05 08:07:07 +00:00
|
|
|
"test": "yarn test:fixtures && yarn test:dev && yarn test:unit && yarn test:types",
|
2021-02-07 22:25:51 +00:00
|
|
|
"test:dev": "jest test/dev --forceExit --runInBand",
|
2019-01-12 22:09:49 +00:00
|
|
|
"test:e2e": "jest -i test/e2e --forceExit",
|
2019-03-29 19:19:30 +00:00
|
|
|
"test:fixtures": "jest test/fixtures --forceExit",
|
2020-04-16 14:25:40 +00:00
|
|
|
"test:lint": "yarn lint && yarn ls-lint",
|
2020-05-28 19:30:02 +00:00
|
|
|
"test:types": "tsc -p packages/types/test",
|
|
|
|
"test:unit": "jest packages --forceExit"
|
|
|
|
},
|
2016-10-26 11:40:55 +00:00
|
|
|
"devDependencies": {
|
2023-02-21 10:03:31 +00:00
|
|
|
"@babel/core": "^7.21.0",
|
2023-01-19 15:27:38 +00:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
2022-06-23 22:58:52 +00:00
|
|
|
"@ls-lint/ls-lint": "^1.11.2",
|
2023-02-01 15:48:53 +00:00
|
|
|
"@nuxtjs/eslint-config": "^12.0.0",
|
|
|
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
2023-02-02 00:02:57 +00:00
|
|
|
"@rollup/plugin-alias": "^4.0.3",
|
|
|
|
"@rollup/plugin-commonjs": "^24.0.1",
|
|
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
|
|
"@rollup/plugin-replace": "^5.0.2",
|
2023-02-13 23:40:37 +00:00
|
|
|
"@types/jest": "^29.4.0",
|
2023-03-07 07:27:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
|
|
"@typescript-eslint/parser": "^5.54.1",
|
2022-06-23 22:58:52 +00:00
|
|
|
"@vue/server-test-utils": "^1.3.0",
|
2023-02-01 14:14:19 +00:00
|
|
|
"@vue/test-utils": "^1.3.4",
|
2023-03-03 06:46:08 +00:00
|
|
|
"@vue/vue2-jest": "^29.2.3",
|
2022-06-23 22:58:52 +00:00
|
|
|
"babel-jest": "^28.1.1",
|
|
|
|
"chrome-launcher": "^0.15.1",
|
2021-02-08 08:05:35 +00:00
|
|
|
"consola": "^2.15.3",
|
2020-11-30 22:18:57 +00:00
|
|
|
"create-require": "^1.1.1",
|
2020-05-25 19:33:34 +00:00
|
|
|
"cross-spawn": "^7.0.3",
|
2023-03-05 21:08:27 +00:00
|
|
|
"esbuild": "^0.17.11",
|
2023-03-11 12:51:18 +00:00
|
|
|
"eslint": "^8.36.0",
|
2019-09-10 09:51:14 +00:00
|
|
|
"eslint-multiplexer": "^2.0.0",
|
2023-01-19 15:27:38 +00:00
|
|
|
"eslint-plugin-jest": "^27.2.1",
|
2021-06-07 08:26:17 +00:00
|
|
|
"execa": "^5.1.1",
|
2023-01-19 15:27:38 +00:00
|
|
|
"express": "^4.18.2",
|
2022-06-23 22:58:52 +00:00
|
|
|
"finalhandler": "^1.2.0",
|
|
|
|
"fs-extra": "^10.1.0",
|
2023-02-01 15:48:53 +00:00
|
|
|
"get-port": "^6.1.2",
|
2023-02-02 15:13:55 +00:00
|
|
|
"glob": "^8.1.0",
|
2023-03-05 21:08:27 +00:00
|
|
|
"got": "^12.6.0",
|
2021-10-25 11:22:02 +00:00
|
|
|
"improved-yarn-audit": "^3.0.0",
|
2022-06-23 22:58:52 +00:00
|
|
|
"jest": "^28.1.1",
|
2023-03-07 07:27:06 +00:00
|
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
|
|
"jest-util": "^29.5.0",
|
|
|
|
"jiti": "^1.17.2",
|
2023-02-01 15:48:53 +00:00
|
|
|
"jsdom": "^21.1.0",
|
2020-12-01 11:40:50 +00:00
|
|
|
"jsonfile": "^6.1.0",
|
2018-10-12 18:36:54 +00:00
|
|
|
"klaw-sync": "^6.0.0",
|
2023-02-16 12:25:27 +00:00
|
|
|
"lerna": "^6.5.1",
|
2021-02-20 16:49:08 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-02-17 14:02:47 +00:00
|
|
|
"node-fetch-native": "^1.0.2",
|
2023-03-11 12:51:18 +00:00
|
|
|
"puppeteer-core": "^19.7.4",
|
2020-02-16 13:58:21 +00:00
|
|
|
"request": "^2.88.2",
|
2023-03-09 09:09:06 +00:00
|
|
|
"rimraf": "^4.4.0",
|
2023-03-11 12:51:18 +00:00
|
|
|
"rollup": "3.19.1",
|
2023-02-02 00:02:57 +00:00
|
|
|
"rollup-plugin-esbuild": "^5.0.0",
|
|
|
|
"rollup-plugin-license": "^3.0.1",
|
2023-03-11 12:51:18 +00:00
|
|
|
"sass": "^1.59.2",
|
2021-01-11 16:54:27 +00:00
|
|
|
"sass-loader": "^10.1.1",
|
2023-02-04 11:11:41 +00:00
|
|
|
"sort-package-json": "^2.4.1",
|
2023-02-01 15:48:53 +00:00
|
|
|
"typescript": "~4.9.5",
|
2021-03-06 19:40:38 +00:00
|
|
|
"vue-jest": "^4.0.1"
|
2019-03-29 19:19:30 +00:00
|
|
|
}
|
2017-05-16 13:13:44 +00:00
|
|
|
}
|