-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "retail-theme",
"version": "1.0.0",
"description": "Awrora VueJs Product Retail Theme",
"keywords": [
"ecommerce",
"sales",
"inventory",
"retail",
"crm",
"management"
],
"author": "Awrora Theme",
"license": "Envato",
"main": "index.js",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"heroku-postbuild": "npm run build",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"resolutions": {
"@babel/preset-env": "7.14.1"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "7.14.1",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/html-minifier": "^0.1.2",
"@nuxtjs/i18n": "^7.0.2",
"@nuxtjs/style-resources": "^1.0.0",
"animate.css": "^3.7.2",
"babel-plugin-transform-imports": "^2.0.0",
"cross-env": "^5.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"express": "^4.16.4",
"jquery": "^3.4.1",
"nuxt": "2.15.8",
"nuxt-gmaps": "^1.1.7",
"nuxt-mq": "^2.0.1",
"nuxt-sass-resources-loader": "^2.0.5",
"nuxt-start": "^2.15.8",
"rtl-sass": "^1.5.0",
"sass": "1.32.12",
"sass-loader": "10.1.1",
"vue": "^2.6.14",
"vue-countup-directive": "^1.2.5",
"vue-easy-lightbox": "^0.15.2",
"vue-fragment": "1.5.1",
"vue-scrollactive": "^0.8.0",
"vue-server-renderer": "^2.6.14",
"vue-slick": "^1.1.15",
"vue-wow": "^1.2.0",
"vue-youtube": "^1.4.0",
"vuetify": "^2.6.2",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3",
"babel-eslint": "^8.2.6",
"eslint": "^7.9.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "3.2.0",
"eslint-plugin-vue": "^8.2.0",
"eslint-webpack-plugin": "^2.2.0",
"nodemon": "^2.0.1",
"prettier": "1.14.3"
}
}