-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.02 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": "getscatterwebsite",
"version": "1.0.0",
"description": "GetScatterWebsite with NUXT ",
"author": "Rami James",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/webpack": "^2.10.1",
"@nuxtjs/sitemap": "^2.0.1",
"@scatterjs/core": "^2.7.45",
"@scatterjs/eosjs2": "^1.5.27",
"aos": "^2.3.4",
"buttercms": "^1.2.1",
"eosjs": "^20.0.0",
"frontmatter-markdown-loader": "^2.3.0",
"highlight.js": "^9.15.10",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.3.0",
"responsive-loader": "^1.2.0",
"sass-loader": "^8.0.0",
"sharp": "^0.23.1",
"vue-burger-menu": "^2.0.2",
"vue-carousel-3d": "^0.2.0",
"vue-clazy-load": "^0.4.2",
"vue-highlightjs": "^1.3.3",
"vue-lazyload": "^1.3.3",
"vue-tabs-with-active-line": "^1.2.5"
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.2.2"
}
}