-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.94 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "dr-muscle-dashboard",
"version": "0.1.33",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --production",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"deploy:aws": "NODE_ENV=production npm run build && s3-deploy './dist/**' --cwd './dist/' --region eu-west-2 --bucket dr-muscle-dashboard --distId EUAZ7DLYBVI5N --invalidate '/*'",
"release": "RELEASE=release gulp",
"snyk": "SNYK_TOKEN=61416a06-8668-4d53-8c1c-662a236c64ac snyk test",
"snyk:monitor": "SNYK_TOKEN=61416a06-8668-4d53-8c1c-662a236c64ac snyk monitor",
"snyk:wizard": "SNYK_TOKEN=61416a06-8668-4d53-8c1c-662a236c64ac snyk wizard",
"test": "snyk test"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"apexcharts": "^3.28.1",
"axios": "^0.21.3",
"brotli-webpack-plugin": "^1.1.0",
"buefy": "^0.9.10",
"core-js": "^3.17.2",
"date-fns": "^2.23.0",
"fast-copy": "^2.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"sass": "^1.32.8",
"simple-statistics": "^7.7.0",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.2",
"vue-fontawesome": "0.0.2",
"vue-router": "^3.5.2",
"vue-scrollto": "^2.20.0",
"vuex": "^3.6.2",
"vuex-persistedstate": "^3.2.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^6.1.1",
"conventional-github-releaser": "^3.1.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.7.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-color": "0.0.2",
"gulp-git": "^2.10.1",
"gulp-rename": "^2.0.0",
"image-minimizer-webpack-plugin": "^1.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"prettier": "^2.3.2",
"s3-deploy": "^1.4.0",
"sass-loader": "^10.2.0",
"snyk": "^1.696.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
"webpack-bugsnag-plugins": "^1.6.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rcoundon/dr-muscle-dashboard.git"
}
}