2016-10-26 11:40:55 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt",
|
2018-10-13 19:07:52 +00:00
|
|
|
"version": "2.2.0",
|
2018-02-28 07:28:17 +00:00
|
|
|
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
2016-11-28 16:10:29 +00:00
|
|
|
"contributors": [
|
|
|
|
{
|
2017-05-30 14:07:05 +00:00
|
|
|
"name": "Sebastien Chopin (@Atinux)"
|
2016-11-28 16:10:29 +00:00
|
|
|
},
|
|
|
|
{
|
2017-05-30 14:07:05 +00:00
|
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pooya Parsa (@pi0)"
|
2018-03-27 22:28:17 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Clark Du (@clarkdo)"
|
2018-09-24 15:39:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonas Galvez (@galvez)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alexander Lichter (@manniL}"
|
2016-11-28 16:10:29 +00:00
|
|
|
}
|
|
|
|
],
|
2018-03-27 22:28:17 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"module": "./lib/nuxt.js",
|
2016-10-26 11:40:55 +00:00
|
|
|
"license": "MIT",
|
2016-11-28 16:10:29 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.js"
|
|
|
|
},
|
2018-02-28 07:28:17 +00:00
|
|
|
"files": [
|
|
|
|
"bin",
|
2018-03-27 22:28:17 +00:00
|
|
|
"lib",
|
|
|
|
"dist",
|
|
|
|
"index.js"
|
2018-02-28 07:28:17 +00:00
|
|
|
],
|
2016-11-28 16:10:29 +00:00
|
|
|
"keywords": [
|
|
|
|
"nuxt",
|
|
|
|
"nuxt.js",
|
|
|
|
"nuxtjs",
|
|
|
|
"vue",
|
|
|
|
"vue.js",
|
|
|
|
"vuejs",
|
2017-02-12 10:47:44 +00:00
|
|
|
"vue universal",
|
|
|
|
"vue ssr",
|
2018-08-08 01:08:52 +00:00
|
|
|
"vue server side",
|
|
|
|
"ssr",
|
2017-02-12 10:47:44 +00:00
|
|
|
"vue isomorphic",
|
|
|
|
"vue versatile"
|
2016-11-28 16:10:29 +00:00
|
|
|
],
|
|
|
|
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
2016-10-26 11:40:55 +00:00
|
|
|
"bin": {
|
2016-11-07 12:53:05 +00:00
|
|
|
"nuxt": "./bin/nuxt"
|
2016-10-26 11:40:55 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-10-03 18:50:22 +00:00
|
|
|
"build": "node -r esm ./packages/nuxt-pack/build.js",
|
2018-03-19 05:53:48 +00:00
|
|
|
"coverage": "codecov",
|
2018-10-03 18:50:22 +00:00
|
|
|
"lint": "eslint --ext .js,.mjs,.vue bin/** benchmarks examples lib packages test",
|
2018-09-02 15:19:18 +00:00
|
|
|
"postinstall": "opencollective || exit 0",
|
2018-03-27 22:28:17 +00:00
|
|
|
"test": "yarn test:fixtures && yarn test:unit",
|
2018-07-24 10:37:56 +00:00
|
|
|
"test:fixtures": "jest test/fixtures",
|
|
|
|
"test:e2e": "jest -i test/e2e",
|
2018-09-14 06:42:50 +00:00
|
|
|
"test:lint": "yarn lint",
|
2018-07-24 10:37:56 +00:00
|
|
|
"test:unit": "jest test/unit"
|
2016-10-26 11:40:55 +00:00
|
|
|
},
|
2017-02-18 12:27:10 +00:00
|
|
|
"engines": {
|
2017-12-08 13:25:51 +00:00
|
|
|
"node": ">=8.0.0",
|
|
|
|
"npm": ">=5.0.0"
|
2017-02-18 12:27:10 +00:00
|
|
|
},
|
2016-10-26 11:40:55 +00:00
|
|
|
"dependencies": {
|
2018-09-30 16:11:52 +00:00
|
|
|
"@babel/core": "^7.1.2",
|
2018-09-04 21:05:19 +00:00
|
|
|
"@babel/polyfill": "^7.0.0",
|
2018-09-20 19:57:37 +00:00
|
|
|
"@nuxtjs/babel-preset-app": "^0.7.0",
|
2018-10-11 22:18:04 +00:00
|
|
|
"@nuxtjs/devalue": "^1.0.0",
|
2018-03-20 07:25:06 +00:00
|
|
|
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
|
2018-09-02 15:19:18 +00:00
|
|
|
"@nuxtjs/opencollective": "^0.1.0",
|
2018-01-07 08:21:36 +00:00
|
|
|
"@nuxtjs/youch": "^4.2.3",
|
2018-09-30 16:11:52 +00:00
|
|
|
"babel-loader": "^8.0.4",
|
2018-03-22 21:21:17 +00:00
|
|
|
"cache-loader": "^1.2.2",
|
2018-10-08 17:21:34 +00:00
|
|
|
"caniuse-lite": "^1.0.30000890",
|
2018-04-27 20:35:49 +00:00
|
|
|
"chalk": "^2.4.1",
|
2018-08-06 17:43:21 +00:00
|
|
|
"chokidar": "^2.0.4",
|
2018-08-10 14:08:30 +00:00
|
|
|
"compression": "^1.7.3",
|
2018-09-30 16:11:52 +00:00
|
|
|
"connect": "^3.6.6",
|
2018-10-13 15:45:06 +00:00
|
|
|
"consola": "^1.4.4",
|
2018-09-19 08:46:21 +00:00
|
|
|
"css-loader": "^1.0.0",
|
2018-09-27 13:51:05 +00:00
|
|
|
"cssnano": "^4.1.4",
|
2018-10-09 12:27:02 +00:00
|
|
|
"debug": "^4.1.0",
|
2018-09-20 19:57:37 +00:00
|
|
|
"esm": "^3.0.84",
|
2017-10-06 18:51:43 +00:00
|
|
|
"etag": "^1.8.1",
|
2018-08-24 15:53:30 +00:00
|
|
|
"file-loader": "^2.0.0",
|
2017-10-06 18:51:43 +00:00
|
|
|
"fresh": "^0.5.2",
|
2018-08-10 14:08:30 +00:00
|
|
|
"fs-extra": "^7.0.0",
|
2018-09-30 16:11:52 +00:00
|
|
|
"glob": "^7.1.3",
|
2016-11-07 01:34:58 +00:00
|
|
|
"hash-sum": "^1.0.2",
|
2018-09-30 16:11:52 +00:00
|
|
|
"html-minifier": "^3.5.20",
|
2018-04-04 08:01:58 +00:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2018-08-08 10:45:43 +00:00
|
|
|
"ip": "^1.1.5",
|
2018-02-07 09:43:58 +00:00
|
|
|
"launch-editor-middleware": "^2.2.1",
|
2018-09-13 09:02:19 +00:00
|
|
|
"lodash": "^4.17.11",
|
2018-05-21 10:30:37 +00:00
|
|
|
"lru-cache": "^4.1.3",
|
2016-12-09 18:40:59 +00:00
|
|
|
"memory-fs": "^0.4.1",
|
2018-10-12 18:47:53 +00:00
|
|
|
"mini-css-extract-plugin": "^0.4.4",
|
2017-06-11 13:48:20 +00:00
|
|
|
"minimist": "^1.2.0",
|
2018-09-08 20:48:46 +00:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
2018-08-10 14:08:30 +00:00
|
|
|
"pify": "^4.0.0",
|
2018-10-03 05:53:43 +00:00
|
|
|
"postcss": "^7.0.5",
|
2018-09-20 20:22:19 +00:00
|
|
|
"postcss-import": "^12.0.0",
|
2018-01-26 12:24:00 +00:00
|
|
|
"postcss-import-resolver": "^1.1.0",
|
2018-09-20 20:22:19 +00:00
|
|
|
"postcss-loader": "^3.0.0",
|
2018-10-12 18:47:53 +00:00
|
|
|
"postcss-preset-env": "^6.1.1",
|
2018-09-20 20:22:19 +00:00
|
|
|
"postcss-url": "^8.0.0",
|
2018-10-12 18:47:53 +00:00
|
|
|
"semver": "^5.6.0",
|
2018-04-18 06:32:37 +00:00
|
|
|
"serialize-javascript": "^1.5.0",
|
2018-02-13 07:31:15 +00:00
|
|
|
"serve-static": "^1.13.2",
|
2017-07-27 08:21:17 +00:00
|
|
|
"server-destroy": "^1.0.1",
|
2018-10-05 12:23:29 +00:00
|
|
|
"std-env": "^2.0.2",
|
2018-08-16 12:48:26 +00:00
|
|
|
"style-resources-loader": "^1.2.1",
|
2018-09-20 21:49:43 +00:00
|
|
|
"terser-webpack-plugin": "^1.1.0",
|
2018-07-29 19:02:06 +00:00
|
|
|
"thread-loader": "^1.2.0",
|
2018-06-01 10:51:25 +00:00
|
|
|
"time-fix-plugin": "^2.0.3",
|
|
|
|
"upath": "^1.1.0",
|
2018-10-12 18:47:53 +00:00
|
|
|
"url-loader": "^1.1.2",
|
2018-08-01 19:48:29 +00:00
|
|
|
"vue": "^2.5.17",
|
2018-09-13 09:02:19 +00:00
|
|
|
"vue-loader": "^15.4.2",
|
2018-09-30 16:11:52 +00:00
|
|
|
"vue-meta": "^1.5.5",
|
2018-09-13 09:02:19 +00:00
|
|
|
"vue-no-ssr": "^1.0.0",
|
2017-10-17 10:31:49 +00:00
|
|
|
"vue-router": "^3.0.1",
|
2018-08-01 19:55:26 +00:00
|
|
|
"vue-server-renderer": "^2.5.17",
|
|
|
|
"vue-template-compiler": "^2.5.17",
|
2017-11-02 13:23:46 +00:00
|
|
|
"vuex": "^3.0.1",
|
2018-09-27 07:35:12 +00:00
|
|
|
"webpack": "^4.20.2",
|
2018-09-27 06:58:12 +00:00
|
|
|
"webpack-bundle-analyzer": "^3.0.2",
|
2018-09-27 07:35:12 +00:00
|
|
|
"webpack-dev-middleware": "^3.4.0",
|
2018-10-08 17:21:34 +00:00
|
|
|
"webpack-hot-middleware": "^2.24.3",
|
2018-04-02 10:58:48 +00:00
|
|
|
"webpack-node-externals": "^1.7.2",
|
2018-08-18 21:43:02 +00:00
|
|
|
"webpackbar": "^2.6.3"
|
2016-10-26 11:40:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-20 19:57:37 +00:00
|
|
|
"@babel/preset-env": "^7.1.0",
|
2018-09-30 16:11:52 +00:00
|
|
|
"babel-core": "^7.0.0-bridge",
|
|
|
|
"babel-eslint": "^10.0.1",
|
2018-09-13 09:02:19 +00:00
|
|
|
"babel-jest": "^23.6.0",
|
2018-10-09 12:27:02 +00:00
|
|
|
"babel-plugin-dynamic-import-node": "^2.2.0",
|
2018-09-13 09:02:19 +00:00
|
|
|
"codecov": "^3.1.0",
|
2018-07-04 10:23:02 +00:00
|
|
|
"cross-env": "^5.2.0",
|
2018-09-01 20:44:57 +00:00
|
|
|
"cross-spawn": "^6.0.5",
|
2018-10-12 19:57:44 +00:00
|
|
|
"eslint": "^5.7.0",
|
2018-08-31 20:34:12 +00:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
2018-10-03 05:53:43 +00:00
|
|
|
"eslint-plugin-jest": "^21.24.1",
|
2018-08-31 20:34:12 +00:00
|
|
|
"eslint-plugin-node": "^7.0.1",
|
2018-09-13 09:02:19 +00:00
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
2018-08-31 20:34:12 +00:00
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
"eslint-plugin-vue": "^5.0.0-beta.3",
|
2018-10-12 18:47:53 +00:00
|
|
|
"express": "^4.16.4",
|
2018-03-08 10:41:19 +00:00
|
|
|
"finalhandler": "^1.1.1",
|
2018-08-10 14:08:30 +00:00
|
|
|
"get-port": "^4.0.0",
|
2018-09-13 09:02:19 +00:00
|
|
|
"jest": "^23.6.0",
|
2018-10-08 17:21:34 +00:00
|
|
|
"jsdom": "^12.2.0",
|
2018-10-12 18:36:54 +00:00
|
|
|
"klaw-sync": "^6.0.0",
|
2018-04-21 07:27:48 +00:00
|
|
|
"pug": "^2.0.3",
|
|
|
|
"pug-plain-loader": "^1.0.0",
|
2018-10-05 12:35:54 +00:00
|
|
|
"puppeteer": "^1.9.0",
|
2018-08-18 20:14:25 +00:00
|
|
|
"request": "^2.88.0",
|
2018-03-27 22:28:17 +00:00
|
|
|
"request-promise-native": "^1.0.5",
|
|
|
|
"rimraf": "^2.6.2",
|
2018-10-12 18:47:53 +00:00
|
|
|
"rollup": "^0.66.6",
|
2018-09-13 09:02:19 +00:00
|
|
|
"rollup-plugin-babel": "^4.0.3",
|
2018-10-10 08:50:54 +00:00
|
|
|
"rollup-plugin-commonjs": "^9.2.0",
|
2018-09-20 19:57:37 +00:00
|
|
|
"rollup-plugin-json": "^3.1.0",
|
2018-08-08 15:56:12 +00:00
|
|
|
"rollup-plugin-license": "^0.7.0"
|
2017-05-09 13:21:36 +00:00
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"url": "https://opencollective.com/nuxtjs",
|
2018-09-02 15:19:18 +00:00
|
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
2016-10-26 11:40:55 +00:00
|
|
|
}
|
2017-05-16 13:13:44 +00:00
|
|
|
}
|