-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.93 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "caffeine",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 4200",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@amcharts/amcharts4": "^4.8.9",
"@dd-decaf/escher": "^1.9.7-decaf",
"@sentry/browser": "^5.8.0",
"@sentry/integrations": "^5.8.0",
"analytics": "^0.3.0",
"analytics-plugin-do-not-track": "^0.1.3",
"analytics-plugin-ga": "^0.2.0",
"analytics-plugin-original-source": "^0.2.0",
"axios": "^0.19.0",
"core-js": "^3.4.1",
"d3-dsv": "^1.1.1",
"firebase": "^7.3.0",
"material-design-icons-iconfont": "^5.0.1",
"roboto-fontface": "*",
"vue": "^2.6.10",
"vue-analytics": "^5.17.4",
"vue-cookie-law": "^1.11.0",
"vue-moment": "^4.0.0",
"vue-router": "^3.1.3",
"vuetify": "1.5.14",
"vuex": "^3.1.2"
},
"devDependencies": {
"@types/chai": "^4.2.5",
"@types/he": "^1.1.0",
"@types/lodash": "^4.14.146",
"@types/mocha": "^5.2.7",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-plugin-typescript": "^4.0.5",
"@vue/cli-plugin-unit-mocha": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.0.1",
"prettier": "^1.19.1",
"he": "^1.2.0",
"lodash": "^4.17.15",
"sass": "^1.23.3",
"sass-loader": "^8.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"typescript": "~3.4.0",
"uuid": "^3.3.3",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.1"
}
}