mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-04 12:27:28 +02:00
library-list.js: update libs
This commit is contained in:
@@ -10,12 +10,14 @@ window.jsLibs = [
|
|||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js',
|
url:
|
||||||
|
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js',
|
||||||
label: 'Bootstrap 4β',
|
label: 'Bootstrap 4β',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js',
|
url:
|
||||||
|
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js',
|
||||||
label: 'Foundation',
|
label: 'Foundation',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
@@ -30,7 +32,8 @@ window.jsLibs = [
|
|||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/react/16.0.0/cjs/react.production.min.js',
|
url:
|
||||||
|
'https://cdnjs.cloudflare.com/ajax/libs/react/16.2.0/cjs/react.production.min.js',
|
||||||
label: 'React',
|
label: 'React',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
@@ -55,12 +58,13 @@ window.jsLibs = [
|
|||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
|
url:
|
||||||
|
'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
|
||||||
label: 'Underscore',
|
label: 'Underscore',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/TweenMax.min.js',
|
url: 'https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js',
|
||||||
label: 'Greensock TweenMax',
|
label: 'Greensock TweenMax',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
@@ -78,17 +82,20 @@ window.jsLibs = [
|
|||||||
];
|
];
|
||||||
window.cssLibs = [
|
window.cssLibs = [
|
||||||
{
|
{
|
||||||
url: 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css',
|
url:
|
||||||
|
'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css',
|
||||||
label: 'Bootstrap 3',
|
label: 'Bootstrap 3',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css',
|
url:
|
||||||
|
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css',
|
||||||
label: 'Bootstrap 4β',
|
label: 'Bootstrap 4β',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css',
|
url:
|
||||||
|
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css',
|
||||||
label: 'Foundation',
|
label: 'Foundation',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
@@ -109,7 +116,8 @@ window.cssLibs = [
|
|||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.4/css/uikit.min.css',
|
url:
|
||||||
|
'https://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.4/css/uikit.min.css',
|
||||||
label: 'UIkit 2',
|
label: 'UIkit 2',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
@@ -120,12 +128,14 @@ window.cssLibs = [
|
|||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css',
|
url:
|
||||||
|
'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css',
|
||||||
label: 'Animate.css',
|
label: 'Animate.css',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css',
|
url:
|
||||||
|
'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css',
|
||||||
label: 'FontAwesome',
|
label: 'FontAwesome',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user