Initial release
Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
This commit is contained in:
commit
c661ddc2eb
16967 changed files with 4075897 additions and 0 deletions
19
resources/web/guide/swiper/angular/package.json
Normal file
19
resources/web/guide/swiper/angular/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "swiper_angular",
|
||||
"version": "0.0.1",
|
||||
"private": "true",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^12.2.0",
|
||||
"@angular/core": "^12.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"main": "bundles/swiper_angular.umd.js",
|
||||
"module": "fesm2015/swiper_angular.js",
|
||||
"es2015": "fesm2015/swiper_angular.js",
|
||||
"esm2015": "esm2015/swiper_angular.js",
|
||||
"fesm2015": "fesm2015/swiper_angular.js",
|
||||
"typings": "swiper_angular.d.ts",
|
||||
"sideEffects": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue