mirror of
https://github.com/oceanprotocol/datascience.git
synced 2022-09-23 03:31:37 +02:00
formatting, add package-lock
This commit is contained in:
parent
85e6d17f24
commit
497f40a80e
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/"
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
time: "03:00"
|
time: '03:00'
|
||||||
timezone: Europe/Berlin
|
timezone: Europe/Berlin
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
|
||||||
dist
|
dist
|
||||||
|
@ -31,7 +31,7 @@ export const css = () =>
|
|||||||
// Data injection with Liquid
|
// Data injection with Liquid
|
||||||
//
|
//
|
||||||
export const template = () => {
|
export const template = () => {
|
||||||
let locals = { links, content }
|
const locals = { links, content }
|
||||||
|
|
||||||
return src(SRC + '/index.html')
|
return src(SRC + '/index.html')
|
||||||
.pipe($.liquify(locals))
|
.pipe($.liquify(locals))
|
||||||
@ -87,7 +87,7 @@ export const rev = () =>
|
|||||||
// from a manifest file
|
// from a manifest file
|
||||||
//
|
//
|
||||||
export const revReplace = () => {
|
export const revReplace = () => {
|
||||||
let manifest = src(DIST + '/assets/rev-manifest.json')
|
const manifest = src(DIST + '/assets/rev-manifest.json')
|
||||||
|
|
||||||
return src(DIST + '/**/*.{html,css,js}')
|
return src(DIST + '/**/*.{html,css,js}')
|
||||||
.pipe($.revReplace({ manifest: manifest }))
|
.pipe($.revReplace({ manifest: manifest }))
|
||||||
@ -103,7 +103,7 @@ export const watchSrc = () =>
|
|||||||
//
|
//
|
||||||
// Dev Server
|
// Dev Server
|
||||||
//
|
//
|
||||||
export const server = done => {
|
export const server = (done) => {
|
||||||
browser.init({
|
browser.init({
|
||||||
server: DIST,
|
server: DIST,
|
||||||
port: 1337
|
port: 1337
|
||||||
|
12058
package-lock.json
generated
Normal file
12058
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -17,26 +17,26 @@
|
|||||||
"@oceanprotocol/art": "^2.2.0"
|
"@oceanprotocol/art": "^2.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.4.5",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/preset-env": "^7.4.5",
|
"@babel/preset-env": "^7.10.2",
|
||||||
"@babel/register": "^7.4.4",
|
"@babel/register": "^7.10.1",
|
||||||
"autoprefixer": "^9.6.0",
|
"autoprefixer": "^9.8.0",
|
||||||
"babel-eslint": "^10.0.2",
|
"babel-eslint": "^10.1.0",
|
||||||
"browser-sync": "^2.26.7",
|
"browser-sync": "^2.26.7",
|
||||||
"cssnano": "^4.1.10",
|
"cssnano": "^4.1.10",
|
||||||
"del": "^5.0.0",
|
"del": "^5.1.0",
|
||||||
"eslint": "^7.0.0",
|
"eslint": "^7.0.0",
|
||||||
"eslint-config-oceanprotocol": "^1.3.0",
|
"eslint-config-oceanprotocol": "^1.5.0",
|
||||||
"eslint-config-prettier": "^6.0.0",
|
"eslint-config-prettier": "^6.11.0",
|
||||||
"eslint-plugin-prettier": "^3.1.0",
|
"eslint-plugin-prettier": "^3.1.3",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-htmlmin": "^5.0.1",
|
"gulp-htmlmin": "^5.0.1",
|
||||||
"gulp-liquify": "^0.0.6",
|
"gulp-liquify": "^0.0.6",
|
||||||
"gulp-load-plugins": "^2.0.0",
|
"gulp-load-plugins": "^2.0.3",
|
||||||
"gulp-postcss": "^8.0.0",
|
"gulp-postcss": "^8.0.0",
|
||||||
"gulp-rev": "^9.0.0",
|
"gulp-rev": "^9.0.0",
|
||||||
"gulp-rev-replace": "^0.4.4",
|
"gulp-rev-replace": "^0.4.4",
|
||||||
"gulp-sass": "^4.0.2",
|
"gulp-sass": "^4.1.0",
|
||||||
"prettier": "^2.0.0"
|
"prettier": "^2.0.0"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
Loading…
Reference in New Issue
Block a user