-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
87 lines (87 loc) · 2.53 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": "mikazuki",
"version": "0.8.4",
"description": "AniList Listing Management app of the future",
"author": "Nico Linnemann <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.12.0",
"flag-icon-css": "^3.5.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"lodash": "^4.17.21",
"markdown-it": "^12.0.6",
"moment": "^2.29.1",
"register-service-worker": "^1.7.2",
"uuid": "^8.3.2",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.24.4",
"vue-matomo": "^3.14.0-0",
"vue-notification": "^1.3.20",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vue-worker": "^1.2.1",
"vuetify": "^2.4.11",
"vuex": "^3.6.2",
"vuex-class-component": "^2.3.5",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@mdi/font": "^5.9.55",
"@types/lodash": "^4.14.168",
"@types/markdown-it": "^12.0.1",
"@types/request": "^2.48.5",
"@types/uuid": "^8.3.0",
"@types/webpack": "^4.41.28",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"fibers": "^5.0.0",
"husky": "^4.3.8",
"node-sass": "^4.14.1",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"sass": "^1.32.12",
"sass-loader": "^10.1.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"typescript": "^4.2.4",
"vue-cli-plugin-i18n": "^2.1.0",
"vue-cli-plugin-vuetify": "^2.4.0",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2"
},
"bugs": {
"url": "https://github.com/NicoAiko/mikazuki/issues"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "GPL-3.0",
"productName": "Mikazuki",
"repository": {
"type": "git",
"url": "https://github.com/NicoAiko/mikazuki"
}
}