-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "anti-slapp",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/style-resources": "^1.2.1",
"@wevisdemo/ui": "^3.1.0",
"aos": "^2.3.4",
"axios": "^0.25.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.15.1",
"html2canvas": "^1.4.1",
"intersection-observer": "^0.12.0",
"moment": "^2.29.1",
"nuxt": "^2.15.7",
"sass-loader": "^10.2.0",
"scrollama": "^2.2.2",
"smoothscroll-polyfill": "^0.4.4",
"v-animate-css": "0.0.5",
"v-autocomplete": "^1.8.2",
"vue-aos": "^2.3.0",
"vue-dragscroll": "^3.0.1",
"vue-lottie": "^0.2.1",
"vue-photo-zoom-pro": "^2.5.0",
"vue-plausible": "^1.3.1",
"vue-scrollama": "^2.0.6",
"vue-sharer": "^1.0.0",
"vue-simple-search-dropdown": "^1.0.1",
"vue-slick-carousel": "^1.0.6",
"vue-use-sound": "^1.1.1",
"vue-uuid": "^2.0.2"
},
"devDependencies": {
"sass": "^1.66.1"
}
}