This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.29 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
78
{
"name": "santihans-website",
"version": "1.0.0",
"description": "Static website for santihans.com",
"author": "christopheschwyzer <kingchiller@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"firebase-serve": "firebase serve",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/apollo": "^3.0.2",
"@nuxtjs/axios": "^5.1.1",
"@nuxtjs/dotenv": "^1.1.1",
"@nuxtjs/font-awesome": "^1.0.3",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.0.8",
"@nuxtjs/sitemap": "^0.1.1",
"@tipe/nuxt-apollo-module": "^3.0.1",
"apollo-fetch": "^0.7.0",
"apollo-link-context": "^1.0.5",
"apollo-link-error": "^1.0.5",
"apollo-link-http": "^1.5.3",
"apollo-link-ws": "^1.0.7",
"apollo-utilities": "^1.0.10",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
"gsap": "^1.20.2",
"highlight.js": "^9.12.0",
"i18next": "^8.4.3",
"jquery": "^3.2.1",
"js-beautify": "1.7.5",
"lodash": "^4.17.4",
"marked": "^0.3.12",
"node-fetch": "^2.0.0",
"node.extend": "^2.0.0",
"normalize.css": "^8.0.0",
"nuxt": "^1.4.0",
"nuxt-i18n-module": "^0.0.2",
"subscriptions-transport-ws": "^0.9.6",
"underscore": "^1.8.3",
"vue": "~2.5.13",
"vue-carousel": "^0.6.9",
"vue-disqus": "^3.0.1",
"vue-i18n": "^7.0.5",
"vue-markdown": "^2.2.4",
"vue-progressive-image": "^2.4.4",
"vue-ripple-directive": "^2.0.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-imports": "^1.4.1",
"dotenv": "^5.0.0",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.7.2",
"postcss-loader": "2.1.1",
"sass-loader": "^6.0.7",
"scss-loader": "0.0.1",
"standard": "^11.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}