forked from nuxt/website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "nuxtjs.org",
"version": "1.1.0",
"description": "Nuxt.js official website",
"main": "index.js",
"dependencies": {
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@nuxtjs/style-resources": "^0.1.2",
"degit": "^2.1.3",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"get-port": "^5.0.0",
"glob": "^7.1.4",
"highlight.js": "^9.15.8",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.14",
"marked": "^0.6.3",
"micro": "^9.3.4",
"node-fetch": "^2.6.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.8.1",
"nuxt-svg-loader": "^1.0.1",
"octicons": "^8.5.0",
"v-lazy-image": "^1.3.2"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build:check": "nuxt build --analyze",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --ignore-pattern plugins/ga.js .",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxtjs.org.git"
},
"keywords": [
"nuxt.js",
"vuejs",
"nextjs",
"js"
],
"author": "alexchopin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nuxt/nuxtjs.org/issues"
},
"homepage": "https://github.com/nuxt/nuxtjs.org#readme"
}