-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.67 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
89
90
91
92
93
{
"name": "fan-gallery",
"version": "0.0.0-development",
"description": "My beautiful Fan project",
"author": "avimehenwal",
"private": true,
"scripts": {
"dev": "nuxt --open",
"build": "nuxt build",
"start": "nuxt start",
"serve": "yarn generate; http-server dist/",
"analyze": "yarn nuxt build --analyze",
"generate": "nuxt build && nuxt export",
"production": "yarn run build && yarn run start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"webp": "bats ./scripts/test-compress-images.sh",
"commit": "git-cz",
"sr": "semantic-release"
},
"dependencies": {
"-": "^0.0.1",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@hpcc-js/wasm": "^0.3.14",
"@nuxt/components": "^1.0.7",
"@nuxt/content": "^1.4.1",
"@nuxt/http": "^0.5.7",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/gtm": "^2.2.3",
"@nuxtjs/sitemap": "^2.4.0",
"chart.js": "^2.9.3",
"d3": "^5.16.0",
"d3-graphviz": "^3.1.0",
"lodash": "^4.17.19",
"mermaid.cli": "^0.5.1",
"moment": "^2.24.0",
"nuxt": "^2.13.3",
"remark-container": "^0.1.2",
"remark-emoji": "^2.1.0",
"remark-graphviz": "^0.2.2",
"remark-mermaid": "^0.2.0",
"vue-chartjs": "^3.5.0",
"vue-google-charts": "^0.3.3"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^1.0.0",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/markdownit": "^1.2.10",
"@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.0.1",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "3.2.0",
"cz-emoji": "^1.2.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"husky": "^4.2.5",
"katex": "^0.12.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-div": "^1.1.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-katex": "^2.0.3",
"netlify-cli": "^2.59.1",
"rehype-katex": "^3.0.0",
"remark-deflist": "^0.2.1",
"remark-math": "^2.0.1",
"semantic-release": "^17.1.1",
"semantic-release-cli": "^5.3.1",
"standard-changelog": "^2.0.24",
"w3-css": "^4.1.0"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm lint",
"pre-push": "npm generate"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/avimehenwal/fan-gallery.git"
},
"bugs": {
"url": "https://github.com/avimehenwal/fan-gallery/issues"
}
}