-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "animehub",
"version": "1.0.0",
"description": "Animehub - новое место для аниме",
"author": "Konstantin <[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/auth": "^4.8.1",
"@nuxtjs/axios": "^5.5.4",
"animate.css": "^3.7.0",
"lodash": "^4.17.15",
"nuxt": "^2.9.1",
"vue2-animate": "^2.1.2",
"vuetify": "^2.0.10",
"vuex-persistedstate": "^2.5.4",
"yandex-metrika-module": "^0.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@mdi/font": "^3.8.95",
"@nuxtjs/vuetify": "^1.0.2",
"babel-eslint": "^10.0.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^4.0.0",
"prettier": "^1.18.2",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass": "^1.22.7",
"sass-loader": "^7.1.0",
"vue-lazyload": "^1.3.2"
}
}