-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "AIChallenge",
"version": "1.0.0",
"description": "دوازدهمین نبرد هوش مصنوعی شریف",
"author": "AI Challenge 2020",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/sentry": "^5.1.7",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/toast": "^3.3.0",
"@nuxtjs/vuetify": "^1.11.3",
"@vue/shared": "^3.2.37",
"cookie-universal-nuxt": "^2.1.4",
"dotenv": "^16.0.1",
"front-matter": "^4.0.2",
"linkify-it": "^3.0.2",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.0.2",
"markdown-it-attrs": "^4.0.0",
"markdown-it-div": "^1.1.0",
"markdown-it-toc-done-right": "^4.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"nuxt": "^v2.15.3",
"vue-google-oauth2": "^1.5.5",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.24.0",
"vue-jalali-moment": "^1.0.0",
"vue-loading-overlay": "^3.4.2",
"vue-moment": "^4.1.0",
"vue-persian-datetime-picker": "^2.10.4",
"vue-quill-editor": "^3.0.6",
"vuetify": "^2.6.4"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^4.3.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.2",
"prettier": "^1.19.1",
"quill-image-extend-module": "^1.1.2"
}
}