-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "hyphen-hacks-dashboard",
"version": "1.19.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@sentry/browser": "^5.6.3",
"@sentry/integrations": "^5.6.1",
"chart.js": "^2.8.0",
"clipboard": "^2.0.4",
"compromise": "^11.14.3",
"core-js": "^2.6.5",
"crypto-js": "^3.1.9-1",
"firebase": "^6.3.0",
"js-levenshtein": "^1.1.6",
"minireset.css": "0.0.5",
"moment": "^2.24.0",
"sweetalert": "^2.1.2",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.2",
"vue-router": "^3.0.3",
"vuedraggable": "^2.23.0",
"vuex": "^3.0.1",
"vuex-easy-firestore": "^1.34.1",
"zipson": "^0.2.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10",
"vue-ua": "^1.7.0"
}
}