-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.41 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
{
"name": "highest-template",
"version": "1.0.0",
"description": "🧗 Vue.js template used by Highest",
"homepage": "https://github.com/highest-app/template",
"keywords": [
"vuejs",
"vuetify",
"template"
],
"licenses": [
{
"name": "GPL-3.0",
"url": "https://github.com/highest-app/template/blob/master/LICENSE"
}
],
"maintainers": [
{
"name": "Théo Vidal",
"email": "[email protected]",
"web": "https://github.com/theovidal"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/highest-app/template.git"
}
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@mdi/font": "^5.9.55",
"@vue/composition-api": "^1.0.0-rc.14",
"core-js": "^3.15.2",
"register-service-worker": "^1.7.2",
"roboto-fontface": "*",
"vue": "^2.6.14",
"vue-router": "^3.5.2",
"vuetify": "^2.5.6",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-plugin-vue": "^7.13.0",
"vue-cli-plugin-vuetify": "^2.4.1",
"vue-template-compiler": "^2.6.14"
}
}