This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.74 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
{
"name": "casty-vuejs-dash",
"version": "0.0.1",
"description": "Casty vuejs dashboard",
"author": "Alireza Josheghani <josheghani.dev@gmail.com>",
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"repository": {
"type": "git",
"url": "https://github.com/castyapp/dashboard"
},
"dependencies": {
"@hcaptcha/vue-hcaptcha": "^0.3.0",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-select": "^1.13.18",
"casty-proto": "1.4.3",
"core-js": "^3.10.0",
"hls.js": "^1.0.0",
"humanize-duration": "^3.25.1",
"mini-css-extract-plugin": "^1.4.0",
"moment-timezone": "^0.5.33",
"plyr": "^3.6.4",
"@popperjs/core": "^2.9.2",
"v-title": "^1.0.13",
"vue": "^2.6.12",
"vue-chat-scroll": "^1.4.0",
"vue-click-outside": "^1.1.0",
"vue-content-loading": "^1.6.0",
"vue-linkify": "^1.0.1",
"vue-loaders":"^4.1.4",
"vue-loading-button": "^0.2.0",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-router": "^3.5.1",
"vue-top-progress": "^0.7.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@babel/eslint-parser": "^7.13.14",
"eslint": "^7.23.0",
"eslint-plugin-vue": "^7.8.0",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"license": "MIT"
}