@golstats/gsc-player-team-profile 1.0.76 → 1.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{FilterConditions-9f1f6f1d-a9b5488b.js → FilterConditions-9f1f6f1d-5fabe91c.js} +1 -1
- package/dist/{FilterField-2a109492-d159b96f.js → FilterField-2a109492-d64ab1d7.js} +1 -1
- package/dist/{FilterSubcategories-6419bbf4-454a1ece.js → FilterSubcategories-6419bbf4-43b3feb1.js} +1 -1
- package/dist/gsc-player-team-profile.js +1 -1
- package/dist/gsc-player-team-profile.umd.cjs +27 -27
- package/dist/icn-play.svg +10 -10
- package/dist/images/porteria-vector.svg +3 -3
- package/dist/{index-8f729102.js → index-7d8c0c74.js} +573 -571
- package/dist/style.css +1 -1
- package/package.json +62 -62
package/package.json
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@golstats/gsc-player-team-profile",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"main": "./dist/gsc-player-team-profile.umd.cjs",
|
|
9
|
-
"module": "./dist/gsc-player-team-profile.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/gsc-player-team-profile.js",
|
|
13
|
-
"require": "./dist/gsc-player-team-profile.umd.cjs"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"dev": "vite",
|
|
18
|
-
"build": "vite build",
|
|
19
|
-
"preview": "vite preview",
|
|
20
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
21
|
-
"format": "prettier --write src/"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@golstats/gsc-carousel": "^1.0.13",
|
|
25
|
-
"@golstats/gsc-checkbox": "^1.0.12",
|
|
26
|
-
"@golstats/gsc-connections-passes": "^1.0.6",
|
|
27
|
-
"@golstats/gsc-donut-graphic": "^2.1.8",
|
|
28
|
-
"@golstats/gsc-featured-players": "^1.0.4",
|
|
29
|
-
"@golstats/gsc-filters": "^1.0.32",
|
|
30
|
-
"@golstats/gsc-player-team-video-component": "^1.0.9",
|
|
31
|
-
"@golstats/gsc-slider": "^1.0.4",
|
|
32
|
-
"@golstats/gsc-strengths": "^1.0.8",
|
|
33
|
-
"@golstats/gsc-summary": "^1.0.
|
|
34
|
-
"@golstats/gsc-switch-component": "^1.0.14",
|
|
35
|
-
"@golstats/gsc-table-categories": "^1.0.11",
|
|
36
|
-
"@golstats/gsc-tournament-select": "^1.0.7",
|
|
37
|
-
"@golstats/gsc-wind-rose": "^1.0.13",
|
|
38
|
-
"@golstats/gsc-xray-section": "^1.0.19",
|
|
39
|
-
"apexcharts": "^3.44.0",
|
|
40
|
-
"axios": "^1.5.1",
|
|
41
|
-
"date-fns": "^2.30.0",
|
|
42
|
-
"lodash": "^4.17.21",
|
|
43
|
-
"plotly.js-dist-min": "^2.27.1",
|
|
44
|
-
"vue": "3.3.4",
|
|
45
|
-
"vue-router": "^4.2.4"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"@rushstack/eslint-patch": "^1.3.3",
|
|
49
|
-
"@vitejs/plugin-vue": "^4.3.4",
|
|
50
|
-
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
51
|
-
"@vue/eslint-config-prettier": "^8.0.0",
|
|
52
|
-
"apexcharts": "^3.44.0",
|
|
53
|
-
"eslint": "^8.49.0",
|
|
54
|
-
"eslint-plugin-vue": "^9.17.0",
|
|
55
|
-
"prettier": "^3.0.3",
|
|
56
|
-
"sass": "^1.68.0",
|
|
57
|
-
"scss": "^0.2.4",
|
|
58
|
-
"vite": "^4.4.9",
|
|
59
|
-
"vue3-apexcharts": "^1.4.4",
|
|
60
|
-
"vuex": "4.0.2"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@golstats/gsc-player-team-profile",
|
|
3
|
+
"version": "1.0.78",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/gsc-player-team-profile.umd.cjs",
|
|
9
|
+
"module": "./dist/gsc-player-team-profile.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/gsc-player-team-profile.js",
|
|
13
|
+
"require": "./dist/gsc-player-team-profile.umd.cjs"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"dev": "vite",
|
|
18
|
+
"build": "vite build",
|
|
19
|
+
"preview": "vite preview",
|
|
20
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
21
|
+
"format": "prettier --write src/"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@golstats/gsc-carousel": "^1.0.13",
|
|
25
|
+
"@golstats/gsc-checkbox": "^1.0.12",
|
|
26
|
+
"@golstats/gsc-connections-passes": "^1.0.6",
|
|
27
|
+
"@golstats/gsc-donut-graphic": "^2.1.8",
|
|
28
|
+
"@golstats/gsc-featured-players": "^1.0.4",
|
|
29
|
+
"@golstats/gsc-filters": "^1.0.32",
|
|
30
|
+
"@golstats/gsc-player-team-video-component": "^1.0.9",
|
|
31
|
+
"@golstats/gsc-slider": "^1.0.4",
|
|
32
|
+
"@golstats/gsc-strengths": "^1.0.8",
|
|
33
|
+
"@golstats/gsc-summary": "^1.0.62",
|
|
34
|
+
"@golstats/gsc-switch-component": "^1.0.14",
|
|
35
|
+
"@golstats/gsc-table-categories": "^1.0.11",
|
|
36
|
+
"@golstats/gsc-tournament-select": "^1.0.7",
|
|
37
|
+
"@golstats/gsc-wind-rose": "^1.0.13",
|
|
38
|
+
"@golstats/gsc-xray-section": "^1.0.19",
|
|
39
|
+
"apexcharts": "^3.44.0",
|
|
40
|
+
"axios": "^1.5.1",
|
|
41
|
+
"date-fns": "^2.30.0",
|
|
42
|
+
"lodash": "^4.17.21",
|
|
43
|
+
"plotly.js-dist-min": "^2.27.1",
|
|
44
|
+
"vue": "3.3.4",
|
|
45
|
+
"vue-router": "^4.2.4"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
49
|
+
"@vitejs/plugin-vue": "^4.3.4",
|
|
50
|
+
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
51
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
52
|
+
"apexcharts": "^3.44.0",
|
|
53
|
+
"eslint": "^8.49.0",
|
|
54
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
55
|
+
"prettier": "^3.0.3",
|
|
56
|
+
"sass": "^1.68.0",
|
|
57
|
+
"scss": "^0.2.4",
|
|
58
|
+
"vite": "^4.4.9",
|
|
59
|
+
"vue3-apexcharts": "^1.4.4",
|
|
60
|
+
"vuex": "4.0.2"
|
|
61
|
+
}
|
|
62
|
+
}
|