-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "kanata-button",
"version": "1.4.1",
"description": "Voice Button for Amane Kanata",
"author": "Cyame",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "mocha tests/*.spec.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@mdi/js": "^5.3.45",
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/markdownit": "^1.2.9",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/sitemap": "^2.4.0",
"dayjs": "^1.8.28",
"markdown-it-attrs": "^3.0.2",
"markdown-it-div": "^1.1.0",
"nuxt": "^2.14.0",
"vue-i18n": "^8.17.4"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.0.0",
"axios": "^0.19.2",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"mocha": "^8.0.1",
"prettier": "^2.0.5",
"selenium-webdriver": "^4.0.0-alpha.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}