@golstats/gsc-landing 1.0.3 → 1.0.4
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/README.md +2 -2
- package/dist/css/fonts.css +127 -77
- package/dist/fonts/BebasNeue-Bold.ttf +0 -0
- package/dist/fonts/BebasNeue-Bold.woff2 +0 -0
- package/dist/fonts/BebasNeue-Book.ttf +0 -0
- package/dist/fonts/BebasNeue-Book.woff2 +0 -0
- package/dist/fonts/BebasNeue-Light.ttf +0 -0
- package/dist/fonts/BebasNeue-Light.woff2 +0 -0
- package/dist/fonts/BebasNeue-Regular.ttf +0 -0
- package/dist/fonts/BebasNeue-Regular.woff2 +0 -0
- package/dist/fonts/BebasNeue-Thin.otf +0 -0
- package/dist/fonts/BebasNeue-Thin.ttf +0 -0
- package/dist/fonts/BebasNeue-Thin.woff2 +0 -0
- package/dist/fonts/Oswald-Bold.ttf +0 -0
- package/dist/fonts/Oswald-ExtraLight.ttf +0 -0
- package/dist/fonts/Oswald-Light.ttf +0 -0
- package/dist/fonts/Oswald-Medium.ttf +0 -0
- package/dist/fonts/Oswald-Regular.ttf +0 -0
- package/dist/fonts/Oswald-SemiBold.ttf +0 -0
- package/dist/gsc-landing.js +3790 -3437
- package/dist/gsc-landing.umd.cjs +11 -11
- package/dist/style.css +1 -1
- package/package.json +44 -44
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@golstats/gsc-landing",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"main": "./dist/gsc-landing.umd.cjs",
|
|
9
|
-
"module": "./dist/gsc-landing.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/gsc-landing.js",
|
|
13
|
-
"require": "./dist/gsc-landing.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-button": "^1.0.12",
|
|
25
|
-
"@golstats/gsc-calendar-by-game": "^1.0.
|
|
26
|
-
"@golstats/gsc-general-table": "^1.0.
|
|
27
|
-
"@golstats/gsc-mosaic-the-best": "^1.0.
|
|
28
|
-
"@golstats/gsc-season-select": "^1.0.0",
|
|
29
|
-
"@golstats/gsc-slider": "^1.0.
|
|
30
|
-
"@golstats/gsc-switch-component": "^1.0.
|
|
31
|
-
"@golstats/gsc-tournament-select": "^1.0.0",
|
|
32
|
-
"axios": "^1.6.2",
|
|
33
|
-
"vue": "^3.3.10"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@rushstack/eslint-patch": "^1.3.3",
|
|
37
|
-
"@vitejs/plugin-vue": "^4.5.1",
|
|
38
|
-
"@vue/eslint-config-prettier": "^8.0.0",
|
|
39
|
-
"eslint": "^8.49.0",
|
|
40
|
-
"eslint-plugin-vue": "^9.17.0",
|
|
41
|
-
"prettier": "^3.0.3",
|
|
42
|
-
"vite": "^5.0.5"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@golstats/gsc-landing",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/gsc-landing.umd.cjs",
|
|
9
|
+
"module": "./dist/gsc-landing.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/gsc-landing.js",
|
|
13
|
+
"require": "./dist/gsc-landing.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-button": "^1.0.12",
|
|
25
|
+
"@golstats/gsc-calendar-by-game": "^1.0.9",
|
|
26
|
+
"@golstats/gsc-general-table": "^1.0.12",
|
|
27
|
+
"@golstats/gsc-mosaic-the-best": "^1.0.5",
|
|
28
|
+
"@golstats/gsc-season-select": "^1.0.0",
|
|
29
|
+
"@golstats/gsc-slider": "^1.0.2",
|
|
30
|
+
"@golstats/gsc-switch-component": "^1.0.12",
|
|
31
|
+
"@golstats/gsc-tournament-select": "^1.0.0",
|
|
32
|
+
"axios": "^1.6.2",
|
|
33
|
+
"vue": "^3.3.10"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
37
|
+
"@vitejs/plugin-vue": "^4.5.1",
|
|
38
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
39
|
+
"eslint": "^8.49.0",
|
|
40
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
41
|
+
"prettier": "^3.0.3",
|
|
42
|
+
"vite": "^5.0.5"
|
|
43
|
+
}
|
|
44
|
+
}
|