-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (44 loc) · 1.18 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
{
"name": "blalan_dev",
"version": "1.0.0",
"author": {
"name": "Blaine Landowski",
"email": "[email protected]",
"url": "https://blalan.dev"
},
"description": "The author's personal site and portfolio.",
"repository": {
"type": "git",
"url": "https://github.com/blalan05/blalan-dev.gi0t"
},
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"roboto-fontface": "*",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vuetify": "^2.0.0-alpha.16",
"vuex": "^3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-plugin-pwa": "^3.6.0",
"@vue/cli-plugin-unit-jest": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"fibers": "^3.1.1",
"register-service-worker": "^1.6.2",
"sass": "^1.19.0",
"sass-loader": "^7.1.0",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.0.5"
}
}