forked from davidkassa/dvc-rofr-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.14 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
67
68
69
70
{
"name": "dvc-rofr-stats",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "npm run build --prefix functions && vue-cli-service test:unit",
"lint": "npm run lint --prefix functions && vue-cli-service lint",
"build-staging": "vue-cli-service build --mode staging",
"test:firebase": "set GOOGLE_APPLICATION_CREDENTIALS=../service-key-dev.json.local& npm run shell --prefix functions",
"test:unit:watch": "npm run build --prefix functions && vue-cli-service test:unit --watchAll"
},
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"buefy": "^0.9.19",
"chart.js": "^3.7.1",
"chartjs-plugin-datalabels": "^2.0.0",
"core-js": "^3.21.1",
"echarts": "^4.9.0",
"firebase": "^9.6.10",
"moment": "^2.29.4",
"moving-average": "^1.0.1",
"register-service-worker": "^1.7.2",
"vue": "^2.6.14",
"vue-analytics": "^5.22.1",
"vue-chartjs": "^3.5.1",
"vue-echarts": "^4.1.0",
"vue-json-csv": "^1.2.12",
"vue-multi-select": "^4.6.0",
"vue-router": "^3.5.3",
"vuefire": "^2.2.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-pwa": "~5.0.4",
"@vue/cli-plugin-router": "^5.0.1",
"@vue/cli-plugin-unit-jest": "~5.0.4",
"@vue/cli-plugin-vuex": "^5.0.1",
"@vue/cli-service": "~5.0.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0-alpha.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"cheerio": "^1.0.0-rc.10",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"fibers": "^5.0.1",
"jest": "^27.1.0",
"node-sass": "^7.0.1",
"prettier": "^2.6.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"sass-loader": "^12.6.0",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.7.1"
}
}