-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1018 Bytes
/
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
{
"name": "bridgemedicine",
"version": "0.0.1",
"description": "",
"author": "Roberto Valenti",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"keywords": [
"bridge",
"medicine",
"healing",
"transgenerational",
"traumas",
"plants"
],
"dependencies": {
"babel": "^6.23.0",
"babel-runtime": "^6.26.0",
"vue": "^2.6.10",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.6",
"vuex": "^3.6.2",
"zircle": "^1.2.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-standard": "^3.0.5",
"node-sass": "^4.12.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.6.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liminalvillage/bridgemedicine.git"
},
"homepage": "https://bridgemedicine.it",
"license": "MIT"
}