-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
87 lines (87 loc) · 2.65 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
{
"name": "taranis-ng-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"addrouter": "vue add router",
"addvuetify": "vue add vuetify",
"installvuetify": "npm -S install vuetify",
"installaxios": "npm install axios",
"installvuex": "npm install vuex",
"installmdiicons": "npm install @mdi/font -D",
"installmaterialicons": "npm install material-design-icons-iconfont -D",
"installveevalidate": "npm install vee-validate",
"installvuei18n": "npm install vue-i18n",
"installcookie": "npm install vue-cookies --save",
"installwordcloud": "npm install --save vue-wordcloud",
"installvuesse": "npm install --save vue-sse",
"installvuedatetime": "npm install --save vuetify-datetime-picker",
"installdatepicker": "npm install --save vuetify-datetime-picker vue2-datepicker",
"installeditor": "npm install --save vue2-editor",
"installdropzone": "npm install --save vue2-dropzone"
},
"dependencies": {
"@vue/cli": "^4.5.19",
"axios": "^0.28.1",
"core-js": "^2.6.12",
"js-base64": "^3.7.7",
"papaparse": "^5.4.1",
"sass-loader": "^10.5.2",
"vee-validate": "^2.2.15",
"vue": "^2.7.16",
"vue-cookies": "^1.8.4",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vue-sse": "^1.1.1",
"vue-wordcloud": "^1.1.1",
"vue2-datepicker": "^3.11.1",
"vue2-dropzone": "^3.6.0",
"vue2-editor": "^2.10.3",
"vuetify": "^2.7.2",
"vuetify-datetime-picker": "^2.1.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.25.9",
"@mdi/font": "^6.9.96",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.1.0",
"cache-loader": "^4.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"material-design-icons-iconfont": "^6.7.0",
"sass": "^1.80.4",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-template-compiler": "^2.7.16",
"vuetify-loader": "^1.9.2",
"webpack": "^4.47.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"
]
}