-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "heroquest-manager",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server/index.js",
"console": "node -r esm server/console.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pipobizelli/heroquest-manager.git"
},
"author": "Pipo Bizelli",
"license": "ISC",
"bugs": {
"url": "https://github.com/pipobizelli/heroquest-manager/issues"
},
"homepage": "https://github.com/pipobizelli/heroquest-manager#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.16",
"@fortawesome/free-brands-svg-icons": "^5.8.0",
"@fortawesome/free-regular-svg-icons": "^5.8.0",
"@fortawesome/free-solid-svg-icons": "^5.8.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"consola": "^2.5.6",
"express": "^4.16.4",
"firebase-admin": "^7.1.0",
"interactjs": "^1.3.4",
"node-sass": "^4.11.0",
"nuxt": "^2.4.5",
"sass-loader": "^7.1.0"
}
}