-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "kittybot-website",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/TopiSenpai/KittyBot-Website"
},
"homepage": "https://kittybot.anteiku.de",
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve --port 80"
},
"dependencies": {
"@sentry/integrations": "^6.2.1",
"@sentry/browser": "^6.2.1",
"@vue/cli": "^4.5.11",
"core-js": "^3.9.1",
"less-loader": "^6.2.0",
"lodash": "^4.17.21",
"tween": "^0.9.0",
"vue": "^2.6.12",
"vue-resource": "^1.5.2",
"vue-router": "^3.5.1",
"vuetify": "^2.4.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-cli-plugin-vuetify": "^2.2.2",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2"
}
}