-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1020 Bytes
/
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": "js_nuxt_promoe.com.sa",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@luxdamore/nuxt-humans-txt": "^1.0.2",
"@nuxt/content": "^1.15.1",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.2.2",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.8.1",
"core-js": "^3.19.3",
"countup.js": "^2.2.0",
"glob": "^7.2.0",
"nuxt": "^2.15.8",
"nuxt-jsonld": "^1.5.3",
"sass": "^1.49.9",
"sass-loader": "^10.1.1",
"vue": "^2.6.14",
"vue-carousel": "^0.18.0",
"vue-countup-v2": "^4.0.0",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/image": "^0.6.2",
"@nuxtjs/color-mode": "^2.1.1"
}
}