-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.41 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
79
80
81
82
83
84
85
86
87
88
{
"name": "money-do",
"version": "1.0.0",
"description": "Budget Planner and Expense Tracker",
"author": "Aleksey Razbakov",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"lint-staged": {
"*.{js,vue}": "yarn lint",
"*.{css,vue}": "stylelint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@nuxt/content": "^1.0.0",
"@nuxt/markdown": "^0.0.21",
"@nuxtjs/device": "^1.2.7",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/firebase": "^4.2.2",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sentry": "^4.0.1",
"@nuxtjs/sitemap": "^2.2.1",
"@vue/composition-api": "^0.4.0",
"core-js": "2",
"d3": "^6.2.0",
"date-fns": "^2.10.0",
"file-saver": "^2.0.2",
"firebase": "^7.10.0",
"generate-google-calendar-url": "^0.0.2",
"hamburgers": "^1.1.3",
"local-storage": "^2.0.0",
"lodash": "^4.17.15",
"lodash-clean": "^2.2.1",
"markdown-it": "^10.0.0",
"markdown-it-attrs": "^3.0.2",
"markdown-it-container": "^2.0.0",
"nuxt-edge": "^2.13.0-26503223.f13b3752",
"nuxt-i18n": "^6.10.1",
"platform": "^1.3.5",
"platform-detect": "^3.0.0",
"portal-vue": "^2.1.7",
"slugify": "^1.4.0",
"url-utm-params": "^0.1.0",
"v-calendar": "^1.0.5",
"v-runtime-template": "^1.10.0",
"vue-codemirror": "^4.0.6",
"vue-slider-component": "^3.1.2",
"vue-tour": "^1.3.0",
"vue2-touch-events": "^2.2.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/stylelint-module": "^3.1.0",
"@nuxtjs/tailwindcss": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"html-loader": "^1.1.0",
"husky": "^4.0.0",
"jest": "^24.1.0",
"js-yaml-loader": "^1.2.2",
"json-loader": "^0.5.7",
"lint-staged": "^10.0.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"require-yml": "^2.0.0",
"sass-loader": "^8.0.2",
"stylelint": "^10.1.0",
"vue-jest": "^4.0.0-0",
"vue-svg-loader": "^0.16.0",
"yaml-loader": "^0.6.0"
}
}