This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.55 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
{
"name": "swiss-deals",
"description": "Online swiss shop deals aggregation",
"license": "MIT",
"version": "1.0.0",
"author": {
"name": "Gaël Gothuey",
"url": "https://gothuey.dev/"
},
"bugs": {
"url": "https://github.com/TODO"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TODO"
},
"homepage": "https://TODO",
"keywords": [
"swiss online shop",
"deals",
"offer"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@akp-13/greetings": "^1.0.4",
"@mdi/js": "^7.0.96",
"@vue/composition-api": "^1.7.1",
"@vuetify/cli-plugin-utils": "^0.0.10",
"apexcharts": "^3.36.3",
"axios": "^0.27.2",
"axios-extensions": "^3.1.6",
"core-js": "^3.27.2",
"vue": "^2.6.11",
"vue-apexcharts": "^1.6.2",
"vue-axios": "^3.5.2",
"vue-router": "^3.6.5",
"vuetify": "^2.6.12",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.6",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-airbnb": "^7.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.30.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.8.0",
"sass": "~1.57.1",
"sass-loader": "^13.2.0",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
}
}