UNPKG

1.67 kBJSONView Raw
1{
2 "name": "nuxt",
3 "version": "2.14.2",
4 "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
5 "keywords": [
6 "nuxt",
7 "nuxt.js",
8 "nuxtjs",
9 "ssr",
10 "vue",
11 "vue isomorphic",
12 "vue server side",
13 "vue ssr",
14 "vue universal",
15 "vue versatile",
16 "vue.js",
17 "vuejs"
18 ],
19 "repository": "nuxt/nuxt.js",
20 "license": "MIT",
21 "contributors": [
22 {
23 "name": "Sebastien Chopin (@Atinux)"
24 },
25 {
26 "name": "Alexandre Chopin (@alexchopin)"
27 },
28 {
29 "name": "Pooya Parsa (@pi0)"
30 },
31 {
32 "name": "Clark Du (@clarkdo)"
33 },
34 {
35 "name": "Jonas Galvez (@galvez)"
36 },
37 {
38 "name": "Alexander Lichter (@manniL)"
39 },
40 {
41 "name": "Dmitry Molotkov (@aldarund)"
42 },
43 {
44 "name": "Kevin Marrec (@kevinmarrec)"
45 },
46 {
47 "name": "Pim (@pimlie)"
48 }
49 ],
50 "main": "dist/nuxt.js",
51 "bin": "bin/nuxt.js",
52 "files": [
53 "bin",
54 "dist",
55 "webpack.config.js"
56 ],
57 "scripts": {
58 "postinstall": "opencollective || exit 0"
59 },
60 "dependencies": {
61 "@nuxt/builder": "2.14.2",
62 "@nuxt/cli": "2.14.2",
63 "@nuxt/components": "^1.1.0",
64 "@nuxt/core": "2.14.2",
65 "@nuxt/generator": "2.14.2",
66 "@nuxt/loading-screen": "^2.0.2",
67 "@nuxt/opencollective": "^0.3.0",
68 "@nuxt/static": "^1.0.0",
69 "@nuxt/telemetry": "^1.2.3",
70 "@nuxt/webpack": "2.14.2"
71 },
72 "engines": {
73 "node": ">=8.9.0",
74 "npm": ">=5.0.0"
75 },
76 "collective": {
77 "url": "https://opencollective.com/nuxtjs",
78 "logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
79 }
80}