-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.77 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
61
62
{
"name": "lazatu-web",
"version": "1.0.0",
"description": "Explore the best places to live and work with Lazatu",
"author": "Lazatu Inc.",
"private": true,
"scripts": {
"dev-docker": "HOST=0.0.0.0 PORT=3000 nuxt",
"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 .",
"precommit": "npm run lint"
},
"dependencies": {
"@chenfengyuan/vue-number-input": "^1.0.0",
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/dotenv": "^1.3.0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-beta",
"cookie-universal-nuxt": "^2.0.5",
"cross-env": "^5.2.0",
"datatables": "^1.10.18",
"dotenv": "^6.1.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"masonry-layout": "^4.2.2",
"moment": "^2.22.2",
"node-sass": "^4.10.0",
"npx": "^10.2.0",
"nuxt": "^2.3.4",
"nuxt-device-detect": "^1.1.3",
"nuxt-izitoast": "^0.1.2",
"perfect-scrollbar": "^1.4.0",
"sass-loader": "^7.1.0",
"sweetalert": "^2.1.2",
"terser": "^3.16.1",
"update": "^0.7.4",
"vue": "^2.5.21",
"vue-form-wizard": "^0.8.4",
"vue-full-calendar": "^2.7.0",
"vue-simple-photoswipe": "^1.0.3",
"vue-swal": "^1.0.0",
"vue-tabs-with-active-line": "^1.1.4",
"vue-videobg": "^2.0.0",
"vue2-google-maps": "^0.10.2",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^5.0.1",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^4.0.0",
"nodemon": "^1.11.0",
"prettier": "1.14.3"
}
}