-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.98 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
{
"name": "s3_browsing",
"version": "1.4.4",
"private": false,
"description": "Web app for browsing through S3 XML and provide it's links.",
"author": {
"name": "Dominik Haas-Artho"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:debug": "node --inspect-brk=9229 ./node_modules/jest/bin/jest.js --no-cache --runInBand",
"lint": "vue-cli-service lint",
"test": "test"
},
"main": "main.js",
"dependencies": {
"axios": "^0.21.1",
"babel-plugin-module-resolver": "^4.0.0",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"material-design-icons-iconfont": "^6.0.1",
"regenerator-runtime": "^0.13.7",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"skeleton-placeholder": "^1.0.0",
"vue": "^2.6.12",
"vue-router": "^3.2.0",
"vuetify": "^2.3.10",
"vuex": "^3.4.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"@vue/cli": "^4.4.6",
"@vue/cli-plugin-babel": "^4.5.17",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-router": "^4.4.6",
"@vue/cli-plugin-unit-jest": "^4.5.6",
"@vue/cli-plugin-vuex": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vuetify": "^1.1.0",
"sass": "^1.26.10",
"sass-loader": "^10.0.1",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"browserslist": [
"> 0.2%",
"last 5 versions",
"not dead"
],
"_id": "[email protected]",
"keywords": [
"s3",
"browsing",
"s3",
"xml",
"vue",
"vue",
"3"
],
"license": "MIT",
"readme": "ERROR: No README data found!"
}