-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.25 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.25 KB
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
61
62
63
64
65
66
67
68
69
{
"name": "jobguy",
"version": "1.4.2",
"description": "جستجو و اشتراک دیدگاه ها در رابطه با استخدام، حقوق، تجربه کاری، مزایا و معایب در شرکت های ایرانی",
"author": "Job Guy",
"scripts": {
"dev": "cross-env API_URL='https://api.jobguy.work' nuxt",
"build": "cross-env ENV='production' API_URL='https://api.jobguy.work' nuxt build",
"start": "cross-env ENV='production' API_URL='https://api.jobguy.work' nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"prepare": "husky install",
"release": "standard-version"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.1.0",
"apexcharts": "^3.27.1",
"clipboard-copy": "^4.0.1",
"cookie-universal-nuxt": "^2.1.5",
"element-ui": "^2.15.2",
"hellojs": "^1.19.3",
"lodash": "^4.17.21",
"lscache": "^1.3.0",
"moment-jalaali": "^0.9.2",
"moment-timezone": "^0.5.33",
"nuxt": "^2.15.7",
"nuxt-compress": "^5.0.0",
"nuxt-seo": "^1.5.0",
"string-strip-html": "^8.3.0",
"stringz": "^2.1.0",
"vue-apexcharts": "^1.6.1",
"vue-core-image-upload": "^2.4.13",
"vue-gallery": "^2.0.1",
"vue-hellojs": "^0.0.4",
"vue-infinite-loading": "^2.4.5",
"vue-persian-datetime-picker": "^2.6.1",
"vue-raven": "^1.0.3",
"vue2-medium-editor": "^1.1.6"
},
"devDependencies": {
"@babel/preset-env": "^7.14.2",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": ">=2.23.3",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"execa": "^5.1.1",
"fibers": "^5.0.0",
"husky": "^7.0.0",
"lint-staged": "^11.0.1",
"prettier": "^2.3.0",
"sass": "^1.32.13",
"sass-loader": "^10.1.1",
"standard-version": "^9.3.1"
},
"lint-staged": {
"*.{js,vue}": "eslint --cache --fix"
}
}