This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
forked from nuxt/website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "nuxtjs.org",
"version": "1.1.0",
"description": "Nuxt.js official website",
"main": "index.js",
"dependencies": {
"@nuxtjs/style-resources": "^0.1.1",
"axios": "^0.18.0",
"express": "^4.16.4",
"highlight.js": "^9.13.1",
"lodash": "^4.17.11",
"normalize.css": "^8.0.1",
"nuxt-edge": "latest",
"nuxt-payload-extractor": "^0.0.7",
"nuxt-svg-loader": "^1.0.1",
"v-lazy-image": "^1.2.2",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"node-sass": "^4.11.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"
}