|
9 | 9 | "deploy": "aws s3 sync --acl public-read --profile mie --delete dist/ s3://[your_website_bucket]" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "aws-amplify": "^4.3.2", |
13 | | - "aws-amplify-vue": "^2.1.5", |
14 | | - "axios": "^0.23.0", |
15 | | - "bootstrap": "^4.5.3", |
16 | | - "bootstrap-vue": "^2.21.2", |
17 | | - "chart.js": "^2.9.4", |
18 | | - "diff": "^5.0.0", |
19 | | - "dropzone": "^5.9.3", |
20 | | - "jquery": "^3.6.0", |
21 | | - "jwt-decode": "^3.1.2", |
22 | | - "latest-version": "^6.0.0", |
23 | | - "lodash": "^4.17.21", |
24 | | - "number-to-words": "^1.2.4", |
25 | | - "register-service-worker": "^1.7.2", |
26 | | - "video.js": "^7.15.4", |
27 | | - "videojs-flash": "^2.2.1", |
28 | | - "videojs-hotkeys": "^0.2.27", |
29 | | - "videojs-markers": "^1.0.1", |
30 | | - "vue": "^2.6.14", |
31 | | - "vue-highlightjs": "^1.3.3", |
32 | | - "vue-router": "^3.5.2", |
33 | | - "vuex": "^3.6.2", |
34 | | - "vuex-persistedstate": "^4.1.0", |
35 | | - "wavesurfer.js": "^5.2.0" |
| 12 | + "aws-amplify": "4.3.2", |
| 13 | + "aws-amplify-vue": "2.1.5", |
| 14 | + "axios": "0.23.0", |
| 15 | + "bootstrap": "4.5.3", |
| 16 | + "bootstrap-vue": "2.21.2", |
| 17 | + "chart.js": "2.9.4", |
| 18 | + "diff": "5.0.0", |
| 19 | + "dropzone": "5.9.3", |
| 20 | + "jquery": "3.6.0", |
| 21 | + "jwt-decode": "3.1.2", |
| 22 | + "latest-version": "6.0.0", |
| 23 | + "lodash": "4.17.21", |
| 24 | + "number-to-words": "1.2.4", |
| 25 | + "register-service-worker": "1.7.2", |
| 26 | + "video.js": "7.15.4", |
| 27 | + "videojs-flash": "2.2.1", |
| 28 | + "videojs-hotkeys": "0.2.27", |
| 29 | + "videojs-markers": "1.0.1", |
| 30 | + "vue": "2.6.14", |
| 31 | + "vue-highlightjs": "1.3.3", |
| 32 | + "vue-router": "3.5.2", |
| 33 | + "vuex": "3.6.2", |
| 34 | + "vuex-persistedstate": "4.1.0", |
| 35 | + "wavesurfer.js": "5.2.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@vue/cli-plugin-babel": "^3.12.1", |
39 | | - "@vue/cli-plugin-eslint": "^3.12.1", |
40 | | - "@vue/cli-plugin-pwa": "^3.12.1", |
41 | | - "@vue/cli-service": "^3.12.1", |
42 | | - "babel-eslint": "^10.1.0", |
43 | | - "eslint": "^6.8.0", |
44 | | - "eslint-plugin-vue": "^7.5.0", |
45 | | - "npm-check": "^5.9.2", |
46 | | - "vue-template-compiler": "^2.6.14", |
47 | | - "webpack-subresource-integrity": "^1.5.2" |
| 38 | + "@vue/cli-plugin-babel": "3.12.1", |
| 39 | + "@vue/cli-plugin-eslint": "3.12.1", |
| 40 | + "@vue/cli-plugin-pwa": "3.12.1", |
| 41 | + "@vue/cli-service": "3.12.1", |
| 42 | + "babel-eslint": "10.1.0", |
| 43 | + "eslint": "6.8.0", |
| 44 | + "eslint-plugin-vue": "7.5.0", |
| 45 | + "npm-check": "5.9.2", |
| 46 | + "vue-template-compiler": "2.6.14", |
| 47 | + "webpack-subresource-integrity": "1.5.2" |
48 | 48 | }, |
49 | 49 | "eslintConfig": { |
50 | 50 | "root": false, |
|
0 commit comments