forked from nuxt/website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "nuxtjs.org",
"version": "1.1.0",
"description": "Nuxt.js official website",
"main": "index.js",
"dependencies": {
"axios": "^0.18.0",
"express": "^4.16.3",
"highlight.js": "^9.12.0",
"lodash": "^4.17.10",
"newrelic": "^4.6.0",
"normalize.css": "^8.0.0",
"nuxt-edge": "^2.0.0-25549450.31d25df",
"raven": "^2.6.3",
"raven-js": "^3.26.4",
"timber": "^3.1.3"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"node-sass": "^4.9.2",
"push-dir": "^0.4.1",
"sass-loader": "^7.0.3"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build-check": "nuxt build --analyze",
"start": "NODE_ENV=production node start.js",
"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"
}