-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "alexander-web",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "[email protected]",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/google-adsense": "1.4.0",
"@nuxtjs/yandex-metrika": "1.4.0",
"contentful": "8.5.8",
"esm": "3.2.25",
"install": "0.13.0",
"npm": "7.24.2",
"nuxt": "2.17.1",
"nuxt-env": "0.1.0",
"stylus-2js-variable-loader": "1.0.0",
"vue-gtag": "1.16.1",
"vuescroll": "4.18.1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "4.0.2",
"eslint-plugin-vue": "7.20.0",
"pug": "3.0.2",
"pug-loader": "2.4.0",
"pug-plain-loader": "1.1.0",
"stylus": "0.60.0",
"stylus-loader": "4.0.0"
}
}