-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
77 lines (77 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "saurabhcrai.com",
"version": "1.0.0",
"description": "User Experience Designer. ",
"author": "Saurabh Chandra Rai",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/moment": "^1.2.0",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/sitemap": "^1.2.0",
"aos": "^3.0.0-beta.6",
"cross-env": "^5.2.0",
"highlight.js": "^9.15.9",
"js-yaml": "^3.13.1",
"markdown-it-highlightjs": "^3.0.0",
"medium-zoom": "^1.0.4",
"normalize.css": "^8.0.1",
"nuxt": "^2.4.0",
"nuxt-i18n": "^6.2.1",
"nuxt-webfontloader": "^1.1.0",
"please-wait": "0.0.5",
"responsive-loader": "^1.2.0",
"sharp": "^0.23.4",
"vue-agile": "^1.0.11",
"vue-badger-accordion": "^1.1.6",
"vue-dplayer": "0.0.10",
"vue-fullscreen": "^2.1.5",
"vue-lazyload": "^1.3.3",
"vue-loader": "^15.7.1",
"vue-parallax-js": "^0.2.3",
"vue-parallaxy": "^1.1.1",
"vue-rellax": "^0.1.0",
"vue-resource": "^1.5.1",
"vue-video": "^0.1.7",
"vue-vimeo-player": "0.0.10"
},
"devDependencies": {
"@bazzite/nuxt-optimized-images": "^0.2.1",
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/markdownit": "^1.2.6",
"babel-eslint": "^10.0.1",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"frontmatter-markdown-loader": "^1.8.0",
"image-trace-loader": "^0.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"jquery": "^3.4.1",
"node-sass": "^4.13.0",
"nodemon": "^1.18.9",
"prettier": "^1.16.4",
"sass-loader": "^8.0.0",
"sqip-loader": "^0.2.0",
"vue-particles": "^1.0.9",
"webp-loader": "^0.5.0",
"webpack": "^4.40.2"
}
}