2016-10-26 11:40:55 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt",
|
2017-09-07 12:53:50 +00:00
|
|
|
"version": "1.0.0-rc11",
|
2016-10-26 11:40:55 +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)"
|
2016-11-28 16:10:29 +00:00
|
|
|
}
|
|
|
|
],
|
2017-01-11 21:18:23 +00:00
|
|
|
"main": "./index.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"
|
|
|
|
},
|
2016-12-09 17:54:17 +00:00
|
|
|
"files": [
|
|
|
|
"bin",
|
2017-01-11 21:18:23 +00:00
|
|
|
"dist",
|
2017-06-21 16:32:57 +00:00
|
|
|
"lib",
|
2017-01-11 21:18:23 +00:00
|
|
|
"index.js"
|
2016-12-09 17:54: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",
|
|
|
|
"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
|
|
|
},
|
2017-06-18 09:42:03 +00:00
|
|
|
"nyc": {
|
2017-06-18 18:22:02 +00:00
|
|
|
"include": [
|
2017-06-19 15:21:01 +00:00
|
|
|
"lib"
|
2017-06-18 09:42:03 +00:00
|
|
|
]
|
|
|
|
},
|
2016-10-26 11:40:55 +00:00
|
|
|
"scripts": {
|
2017-06-20 12:12:21 +00:00
|
|
|
"test": "npm run lint && cross-env NODE_ENV=test npm run build:nuxt && nyc ava --verbose --serial test/ -- && nyc report --reporter=html",
|
2016-12-09 17:54:17 +00:00
|
|
|
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
2017-11-25 13:58:31 +00:00
|
|
|
"lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
|
2017-07-13 10:10:12 +00:00
|
|
|
"build": "rimraf dist/ && npm run build:nuxt && npm run build:core",
|
|
|
|
"build:nuxt": "rollup -c build/rollup.config.js --environment TARGET:nuxt",
|
|
|
|
"build:core": "rollup -c build/rollup.config.js --environment TARGET:core",
|
2017-06-20 12:12:21 +00:00
|
|
|
"watch": "npm run build:nuxt -- -w",
|
2017-07-13 10:20:02 +00:00
|
|
|
"make-start": "node ./build/start.js",
|
2016-12-09 17:54:17 +00:00
|
|
|
"precommit": "npm run lint",
|
2017-11-24 16:17:27 +00:00
|
|
|
"postinstall": "opencollective postinstall || exit 0",
|
2017-11-24 19:23:36 +00:00
|
|
|
"release-next": "npm run build && node ./build/release-next && npm publish --tag next"
|
2016-10-26 11:40:55 +00:00
|
|
|
},
|
2017-02-18 12:27:10 +00:00
|
|
|
"engines": {
|
2017-08-17 17:49:17 +00:00
|
|
|
"node": ">=6.11",
|
|
|
|
"npm": ">=3.10.0"
|
2017-02-18 12:27:10 +00:00
|
|
|
},
|
2016-10-26 11:40:55 +00:00
|
|
|
"dependencies": {
|
2017-10-28 09:02:11 +00:00
|
|
|
"@nuxtjs/youch": "^3.1.0",
|
2017-01-04 15:09:36 +00:00
|
|
|
"ansi-html": "^0.0.7",
|
2017-10-28 09:02:11 +00:00
|
|
|
"autoprefixer": "^7.1.6",
|
2017-08-17 18:07:52 +00:00
|
|
|
"babel-core": "^6.26.0",
|
2017-08-29 13:09:28 +00:00
|
|
|
"babel-loader": "^7.1.2",
|
2017-10-06 18:51:43 +00:00
|
|
|
"babel-preset-vue-app": "^1.3.1",
|
2017-11-26 14:01:20 +00:00
|
|
|
"caniuse-lite": "^1.0.30000772",
|
2017-10-28 09:02:11 +00:00
|
|
|
"chalk": "^2.3.0",
|
2017-05-16 15:31:02 +00:00
|
|
|
"chokidar": "^1.7.0",
|
2017-07-02 18:47:01 +00:00
|
|
|
"clone": "^2.1.1",
|
2017-10-06 18:51:43 +00:00
|
|
|
"compression": "^1.7.1",
|
|
|
|
"connect": "^3.6.5",
|
2017-09-04 15:13:47 +00:00
|
|
|
"css-loader": "^0.28.7",
|
2017-10-06 18:51:43 +00:00
|
|
|
"debug": "^3.1.0",
|
2017-07-04 16:38:09 +00:00
|
|
|
"es6-promise": "^4.1.1",
|
2017-10-06 18:51:43 +00:00
|
|
|
"etag": "^1.8.1",
|
2017-10-28 09:02:11 +00:00
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2017-10-06 18:51:43 +00:00
|
|
|
"file-loader": "^1.1.5",
|
|
|
|
"fresh": "^0.5.2",
|
2017-03-24 00:28:04 +00:00
|
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
2017-10-06 18:51:43 +00:00
|
|
|
"fs-extra": "^4.0.2",
|
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",
|
2017-11-26 14:01:20 +00:00
|
|
|
"html-minifier": "3.5.7",
|
2017-08-03 08:46:53 +00:00
|
|
|
"html-webpack-plugin": "^2.30.1",
|
2017-01-04 15:09:36 +00:00
|
|
|
"lodash": "^4.17.4",
|
2017-08-18 16:05:01 +00:00
|
|
|
"lru-cache": "^4.1.1",
|
2016-12-09 18:40:59 +00:00
|
|
|
"memory-fs": "^0.4.1",
|
2017-06-11 13:48:20 +00:00
|
|
|
"minimist": "^1.2.0",
|
2017-09-09 20:21:51 +00:00
|
|
|
"open-in-editor": "^2.2.0",
|
2017-05-09 13:21:36 +00:00
|
|
|
"opencollective": "^1.0.3",
|
2017-05-30 14:07:05 +00:00
|
|
|
"pify": "^3.0.0",
|
2017-11-06 12:32:43 +00:00
|
|
|
"postcss": "^6.0.14",
|
2017-08-15 01:06:56 +00:00
|
|
|
"postcss-cssnext": "^3.0.2",
|
2017-09-22 13:21:34 +00:00
|
|
|
"postcss-import": "^11.0.0",
|
2017-10-17 10:31:49 +00:00
|
|
|
"postcss-loader": "^2.0.8",
|
2017-11-26 14:01:20 +00:00
|
|
|
"postcss-url": "^7.3.0",
|
2017-08-05 17:46:39 +00:00
|
|
|
"pretty-error": "^2.1.1",
|
2017-07-13 08:53:47 +00:00
|
|
|
"progress-bar-webpack-plugin": "^1.10.0",
|
2017-08-03 08:46:53 +00:00
|
|
|
"serialize-javascript": "^1.4.0",
|
2017-10-06 18:51:43 +00:00
|
|
|
"serve-static": "^1.13.1",
|
2017-07-27 08:21:17 +00:00
|
|
|
"server-destroy": "^1.0.1",
|
2017-10-06 18:51:43 +00:00
|
|
|
"source-map": "^0.6.1",
|
|
|
|
"source-map-support": "^0.5.0",
|
2017-11-20 23:56:14 +00:00
|
|
|
"style-resources-loader": "^0.3.0",
|
2017-10-28 16:12:21 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^1.0.1",
|
2017-10-06 18:51:43 +00:00
|
|
|
"url-loader": "^0.6.2",
|
2017-11-19 03:19:47 +00:00
|
|
|
"vue": "^2.5.6",
|
|
|
|
"vue-loader": "^13.5.0",
|
2017-11-06 12:32:43 +00:00
|
|
|
"vue-meta": "^1.3.1",
|
2017-10-17 10:31:49 +00:00
|
|
|
"vue-router": "^3.0.1",
|
2017-11-19 03:19:47 +00:00
|
|
|
"vue-server-renderer": "^2.5.6",
|
|
|
|
"vue-template-compiler": "^2.5.6",
|
2017-11-02 13:23:46 +00:00
|
|
|
"vuex": "^3.0.1",
|
2017-10-28 09:02:11 +00:00
|
|
|
"webpack": "^3.8.1",
|
2017-08-09 09:34:10 +00:00
|
|
|
"webpack-bundle-analyzer": "^2.9.0",
|
2017-08-03 08:46:53 +00:00
|
|
|
"webpack-dev-middleware": "^1.12.0",
|
2017-10-17 10:31:49 +00:00
|
|
|
"webpack-hot-middleware": "^2.20.0",
|
2017-05-24 13:04:17 +00:00
|
|
|
"webpack-node-externals": "^1.6.0"
|
2016-10-26 11:40:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-10-28 09:02:11 +00:00
|
|
|
"ava": "^0.23.0",
|
2017-10-06 18:51:43 +00:00
|
|
|
"babel-eslint": "^8.0.1",
|
2017-02-17 16:31:09 +00:00
|
|
|
"babel-plugin-array-includes": "^2.0.3",
|
2017-08-29 14:08:23 +00:00
|
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
2017-10-06 18:51:43 +00:00
|
|
|
"babel-plugin-istanbul": "^4.1.5",
|
2017-10-28 09:02:11 +00:00
|
|
|
"codecov": "^3.0.0",
|
2017-11-02 13:23:46 +00:00
|
|
|
"copy-webpack-plugin": "^4.2.0",
|
|
|
|
"cross-env": "^5.1.1",
|
2017-11-26 14:01:20 +00:00
|
|
|
"eslint": "^4.12.0",
|
2017-04-17 16:15:21 +00:00
|
|
|
"eslint-config-standard": "^10.2.1",
|
2017-11-24 10:20:57 +00:00
|
|
|
"eslint-plugin-html": "^4.0.1",
|
2017-10-28 09:02:11 +00:00
|
|
|
"eslint-plugin-import": "^2.8.0",
|
2017-11-02 13:23:46 +00:00
|
|
|
"eslint-plugin-node": "^5.2.1",
|
2017-10-17 10:31:49 +00:00
|
|
|
"eslint-plugin-promise": "^3.6.0",
|
2017-04-14 09:56:50 +00:00
|
|
|
"eslint-plugin-standard": "^3.0.1",
|
2017-10-17 10:31:49 +00:00
|
|
|
"express": "^4.16.2",
|
2017-10-06 18:51:43 +00:00
|
|
|
"finalhandler": "^1.1.0",
|
|
|
|
"jsdom": "^11.3.0",
|
2017-08-03 08:46:53 +00:00
|
|
|
"json-loader": "^0.5.7",
|
2017-11-02 13:23:46 +00:00
|
|
|
"nyc": "^11.3.0",
|
2017-11-18 22:31:18 +00:00
|
|
|
"puppeteer": "^0.13.0",
|
2017-10-06 18:51:43 +00:00
|
|
|
"request": "^2.83.0",
|
|
|
|
"request-promise-native": "^1.0.5",
|
|
|
|
"rimraf": "^2.6.2",
|
2017-11-18 22:31:18 +00:00
|
|
|
"rollup": "^0.51.7",
|
2017-10-28 09:02:11 +00:00
|
|
|
"rollup-plugin-alias": "^1.4.0",
|
2017-08-17 18:07:52 +00:00
|
|
|
"rollup-plugin-babel": "^3.0.2",
|
2017-11-02 13:23:46 +00:00
|
|
|
"rollup-plugin-commonjs": "^8.2.6",
|
2017-06-16 12:42:45 +00:00
|
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
2017-09-22 13:21:34 +00:00
|
|
|
"rollup-plugin-replace": "^2.0.0",
|
2017-07-13 08:53:47 +00:00
|
|
|
"rollup-watch": "^4.3.1",
|
2017-06-16 12:42:45 +00:00
|
|
|
"std-mocks": "^1.0.1",
|
2017-11-26 14:01:20 +00:00
|
|
|
"uglify-js": "^3.2.0"
|
2017-05-09 13:21:36 +00:00
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
|
|
"logo": "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
|
|
|
}
|