| 12345678910111213141516171819 |
- {
- "name": "exchange",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.20.0",
- "highcharts": "^8.2.0",
- "lodash": "^4.17.20",
- "qs": "^6.9.4",
- "vue-i18n": "^8.21.0",
- "vuex": "^3.5.1"
- }
- }
|