Nuxt/package.json

175 lines
4.7 KiB
JSON
Raw Normal View History

2016-10-26 11:40:55 +00:00
{
"name": "nuxt",
2018-03-13 10:39:38 +00:00
"version": "2.0.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)"
},
{
"name": "Clark Du (@clarkdo)"
2016-11-28 16:10:29 +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",
"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": {
"nuxt": "./bin/nuxt"
2016-10-26 11:40:55 +00:00
},
"scripts": {
"build": "node -r esm ./build/build.js",
2018-03-19 05:53:48 +00:00
"coverage": "codecov",
"lint": "eslint --ext .js,.mjs,.vue bin/** benchmarks build examples lib packages test",
"postinstall": "opencollective || exit 0",
"test": "yarn test:fixtures && yarn test:unit",
"test:fixtures": "jest test/fixtures",
"test:e2e": "jest -i test/e2e",
"test:lint": "yarn lint",
"test:unit": "jest test/unit"
2016-10-26 11:40:55 +00:00
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
2016-10-26 11:40:55 +00:00
"dependencies": {
2018-08-28 20:57:17 +00:00
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
2018-09-13 09:02:19 +00:00
"@nuxtjs/babel-preset-app": "^0.6.1",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
"@nuxtjs/opencollective": "^0.1.0",
2018-01-07 08:21:36 +00:00
"@nuxtjs/youch": "^4.2.3",
2018-09-13 09:02:19 +00:00
"babel-loader": "^8.0.2",
"cache-loader": "^1.2.2",
2018-09-13 09:02:19 +00:00
"caniuse-lite": "^1.0.30000885",
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",
2017-10-06 18:51:43 +00:00
"connect": "^3.6.5",
2018-08-18 20:14:25 +00:00
"consola": "^1.4.3",
2018-08-16 11:05:51 +00:00
"css-loader": "0.28.11",
2018-08-06 16:54:28 +00:00
"cssnano": "^4.0.5",
2018-09-13 09:02:19 +00:00
"debug": "^4.0.1",
"esm": "^3.0.82",
2017-10-06 18:51:43 +00:00
"etag": "^1.8.1",
"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",
2017-05-30 14:07:05 +00:00
"glob": "^7.1.2",
2016-11-07 01:34:58 +00:00
"hash-sum": "^1.0.2",
2018-08-06 17:43:21 +00:00
"html-minifier": "^3.5.19",
2018-04-04 08:01:58 +00:00
"html-webpack-plugin": "^3.2.0",
"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",
"mini-css-extract-plugin": "^0.4.2",
2017-06-11 13:48:20 +00:00
"minimist": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
2018-08-10 14:08:30 +00:00
"pify": "^4.0.0",
2018-05-02 08:22:36 +00:00
"postcss": "^6.0.22",
2018-02-13 07:31:15 +00:00
"postcss-import": "^11.1.0",
"postcss-import-resolver": "^1.1.0",
2018-05-08 16:55:52 +00:00
"postcss-loader": "^2.1.5",
"postcss-preset-env": "^5.1.0",
2018-04-04 08:01:58 +00:00
"postcss-url": "^7.3.2",
2018-08-18 20:14:25 +00:00
"semver": "^5.5.1",
"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-08-10 14:08:30 +00:00
"std-env": "^1.3.1",
"style-resources-loader": "^1.2.1",
"thread-loader": "^1.2.0",
"time-fix-plugin": "^2.0.3",
2018-08-18 20:14:25 +00:00
"uglifyjs-webpack-plugin": "^1.3.0",
"upath": "^1.1.0",
2018-08-18 20:14:25 +00:00
"url-loader": "^1.1.1",
"vue": "^2.5.17",
2018-09-13 09:02:19 +00:00
"vue-loader": "^15.4.2",
2018-08-20 11:07:35 +00:00
"vue-meta": "^1.5.3",
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-13 09:02:19 +00:00
"webpack": "^4.18.0",
"webpack-bundle-analyzer": "^3.0.1",
2018-09-13 09:02:19 +00:00
"webpack-dev-middleware": "^3.3.0",
"webpack-hot-middleware": "^2.23.1",
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-08-28 20:57:17 +00:00
"@babel/preset-env": "^7.0.0",
2018-08-10 13:45:58 +00:00
"babel-core": "^7.0.0-0",
2018-08-28 20:57:17 +00:00
"babel-eslint": "^9.0.0",
2018-09-13 09:02:19 +00:00
"babel-jest": "^23.6.0",
"babel-plugin-dynamic-import-node": "^2.0.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",
"cross-spawn": "^6.0.5",
2018-09-13 09:02:19 +00:00
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-jsx": "^6.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-node": "^7.0.1",
2018-09-13 09:02:19 +00:00
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
2017-10-17 10:31:49 +00:00
"express": "^4.16.2",
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",
"jsdom": "^12.0.0",
"klaw-sync": "^5.0.0",
2018-04-21 07:27:48 +00:00
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
2018-09-13 09:02:19 +00:00
"puppeteer": "^1.8.0",
2018-08-18 20:14:25 +00:00
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
2018-09-13 09:02:19 +00:00
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
2018-08-10 14:08:30 +00:00
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-license": "^0.7.0"
2017-05-09 13:21:36 +00:00
},
"collective": {
"url": "https://opencollective.com/nuxtjs",
"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
}