-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "d-trip",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "avral <qweasd_96@mail.ru>",
"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/apollo": "^4.0.0-rc2",
"@nuxtjs/font-awesome": "^1.0.3",
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/sentry": "^2.0.0",
"@nuxtjs/sitemap": "^0.1.1",
"axios": "^0.18.0",
"bootstrap-vue": "^2.0.0-rc.11",
"counterpart": "^0.18.6",
"dsteem": "^0.10.1",
"element-ui": "^2.4.6",
"geo-hash": "^0.0.2",
"graphql-tag": "^2.9.2",
"moment": "^2.22.1",
"mongodb": "^3.1.4",
"nuxt": "^1.4.2",
"nuxt-device-detect": "^1.1.1",
"pug": "^2.0.3",
"raven-js": "^3.27.0",
"remarkable": "^1.7.1",
"sbd": "^1.0.14",
"simplemde": "^1.11.2",
"steem": "^0.7.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-bs-notify": "^0.0.3",
"vue-clickaway": "^2.2.2",
"vue-clipboard2": "^0.2.1",
"vue-github-buttons": "^2.1.1",
"vue-infinite-loading": "^2.4.0",
"vue-js-modal": "1.3.16",
"vue-steemconnect": "^0.3.1",
"vue-tel-input": "^2.0.5",
"vue2-google-maps": "^0.10.2",
"vuelidate": "^0.6.2",
"vuex-persistedstate": "^2.5.2",
"vuex-router-sync": "^5.0.0",
"xml-js": "^1.6.8",
"xmldom": "^0.1.27"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-vue": "^4.0.0"
}
}