-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.96 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
{
"name": "exo-trap",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"serve": "nuxt serve",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"heroku-postbuild": "npm run build",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxt/utils": "^2.15.7",
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/recaptcha": "^1.0.4",
"@nuxtjs/strapi": "^0.3.4",
"@stripe/stripe-js": "^1.17.1",
"@vue/compiler-dom": "^3.2.40",
"babel-core": "^7.0.0-bridge.0",
"bootstrap": "^4.6.0",
"bootstrap-icons": "^1.8.1",
"bootstrap-vue": "^2.21.2",
"cookieparser": "^0.1.0",
"core-js": "^3.9.1",
"eslint": "^8.21.0",
"jest-serializer-vue": "^2.0.2",
"js-cookie": "^3.0.0",
"nuxt": "^2.15.3",
"nuxt-stripe-module": "^3.2.0",
"nuxt-vuex-localstorage": "^1.3.0",
"qs": "^6.10.3",
"swiper": "^5.4.5",
"vee-validate": "^3.4.11",
"vue-awesome-swiper": "^4.1.1",
"vue-inner-image-zoom": "^1.1.0",
"vue-jest": "^3.0.7",
"vue-owl-carousel": "^2.0.3",
"vue-progressbar-component": "^1.1.0",
"vue-sidebar-menu": "^4.7.4",
"vue-simple-range-slider": "^0.1.10",
"vue-stripe-elements-plus": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@nuxt/test-utils": "^0.2.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@testing-library/vue": "^5.8.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "^29.1.2",
"nuxt-purgecss": "^1.0.0",
"push-dir": "^0.4.1"
},
"eslintConfig": {
"rules": {
"no-console": "off"
}
}
}