-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1016 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1016 Bytes
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
{
"name": "specchio.ch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"email-obfuscate": "0.0.6",
"filesize": "^4.1.2",
"moment": "^2.24.0",
"vue-tweet-embed": "^2.2.1"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.40",
"bulma": "^0.7.4",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"sync-request": "^6.0.0",
"vuepress": "^1.0.0-alpha.40"
},
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fhnw-IP5-2018-specchio/specchio.ch.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fhnw-IP5-2018-specchio/specchio.ch/issues"
},
"homepage": "https://github.com/fhnw-IP5-2018-specchio/specchio.ch#readme"
}