-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "src",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@luxdamore/nuxt-humans-txt": "^1.0.2",
"@nuxt/content": "^1.14.0",
"@nuxt/image": "^0.6.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.29.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/manifest": "^3.0.0-beta.16",
"@nuxtjs/sitemap": "^2.4.0",
"@popperjs/core": "^2.10.1",
"bootstrap": "5.1.0",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"nuxt-rfg-icon": "^0.6.4",
"nuxt-social-meta": "^1.0.0",
"nuxt-sweetalert2": "^1.0.0",
"pageclip": "^1.0.0",
"vue-lazyload": "^1.3.3",
"vue-sweetalert2": "^5.0.2"
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.4.0",
"fibers": "5.0.0",
"nuxt-purgecss": "^1.0.0",
"push-dir": "^0.4.1",
"sass": "1.38.2",
"sass-loader": "^10.1.1"
}
}