-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.58 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
{
"name": "janos",
"version": "0.5.6",
"description": "Browser based static site generator",
"author": "Gijs van Dam",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --fix --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/dotenv": "^1.4.1",
"@octokit/rest": "^17.9.2",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"axios-jsonp": "^1.0.4",
"cross-env": "^5.2.1",
"debug": "^4.1.1",
"flatted": "^3.0.2",
"handlebars-dateformat": "^1.1.1",
"istextorbinary": "^2.6.0",
"js-base64": "^3.7.2",
"js-cookie": "^2.2.1",
"js-sha1": "^0.6.0",
"jstransformer-handlebars": "^1.1.0",
"jstransformer-markdown": "^1.2.1",
"jstransformer-nunjucks": "^1.0.0",
"lodash": "^4.17.15",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-feed": "^1.0.0",
"metalsmith-html-minifier": "^3.0.3",
"metalsmith-layouts": "^2.3.1",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-tags": "^2.0.0",
"minimatch": "^3.0.4",
"multimatch": "^3.0.0",
"nunjucks-date-filter": "^0.1.1",
"nuxt": "^2.15.3",
"nuxt-fontawesome": "^0.4.0",
"sha": "^3.0.0",
"uglifyjs-browser": "^3.0.0",
"vue-codemirror": "^4.0.6",
"vue-debounce": "^2.5.6",
"vuetify": "^2.2.30",
"vuetify-loader": "^1.4.3",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@mdi/font": "^5.3.45",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/router": "^1.5.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^23.6.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^5.2.3",
"eslint-plugin-vuetify": "^1.0.0-beta.8",
"eslint-webpack-plugin": "^2.5.2",
"jest": "^23.6.0",
"nodemon": "^1.19.4",
"prettier": "^2.1.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "^1.26.7",
"sass-loader": "^10.1.1",
"string-replace-loader": "^2.3.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-jest": "^3.0.5"
}
}