-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
81 lines (81 loc) · 2.35 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
74
75
76
77
78
79
80
81
{
"name": "vue-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nuxt",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"start": "vue-cli-service serve --open",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@saeris/vue-spinners": "^1.0.8",
"apexcharts": "^3.24.0",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.2.0",
"core-js": "^3.6.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^7.6.2",
"jquery": "^3.5.0",
"mdbvue": "6.2.0",
"moment": "^2.24.0",
"nodemon": "^2.0.3",
"nuxt": "^2.15.0",
"popper.js": "^1.16.0",
"pug-plain-loader": "^1.0.0",
"pusher": "^3.0.0",
"pusher-js": "^5.0.3",
"quill": "^1.3.7",
"register-service-worker": "^1.6.2",
"stripe": "^8.0.1",
"sweetalert2": "^9.5.4",
"vue": "^2.6.11",
"vue-apexcharts": "^1.5.1",
"vue-carousel": "^0.18.0",
"vue-firestore": "^0.3.22",
"vue-i18n": "^8.15.3",
"vue-meta": "^2.3.1",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.1.3",
"vue2-editor": "^2.10.2",
"vue2-filters": "^0.9.1",
"vue2-flip-countdown": "^0.9.3",
"vuefire": "^2.2.1",
"vuelidate": "^0.7.4",
"vuesax": "^3.11.6",
"vuex": "^3.1.2",
"snyk": "^1.685.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-pwa": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-eslint": "^10.0.3",
"critical": "^1.3.9",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-vue": "^6.1.2",
"eslint-plugin-vue-libs": "^4.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.1",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-cli-plugin-mdb": "^2.0.3",
"vue-template-compiler": "^2.6.11"
},
"snyk": true
}