-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.83 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
{
"name": "homepage",
"version": "2.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^0.1.10",
"axios": "^0.21.1",
"compression": "^1.7.4",
"core-js": "^3.16.1",
"marked": "^1.2.9",
"prismjs": "^1.24.1",
"vue": "^2.6.14",
"vue-axios": "^2.1.5",
"vue-class-component": "^7.2.6",
"vue-gravatar": "^1.4.1",
"vue-i18n": "^8.25.0",
"vue-prism-component": "^1.2.0",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.5.2",
"vuetify": "^2.5.8",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@types/prismjs": "^1.16.6",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.1.0",
"deepmerge": "^4.2.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"fibers": "^5.0.0",
"material-design-icons-iconfont": "^5.0.1",
"sass": "^1.37.5",
"sass-loader": "^8.0.2",
"typescript": "^3.9.10",
"vue-cli-plugin-vuetify-preset-basil": "~1.0.4",
"vue-template-compiler": "^2.6.14"
}
}