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
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -1,8 +1,8 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
- package-ecosystem: npm
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: weekly
|
||||
time: "03:00"
|
||||
time: '03:00'
|
||||
timezone: Europe/Berlin
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
node_modules
|
||||
package-lock.json
|
||||
dist
|
||||
|
@ -31,7 +31,7 @@ export const css = () =>
|
||||
// Data injection with Liquid
|
||||
//
|
||||
export const template = () => {
|
||||
let locals = { links, content }
|
||||
const locals = { links, content }
|
||||
|
||||
return src(SRC + '/index.html')
|
||||
.pipe($.liquify(locals))
|
||||
@ -87,7 +87,7 @@ export const rev = () =>
|
||||
// from a manifest file
|
||||
//
|
||||
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}')
|
||||
.pipe($.revReplace({ manifest: manifest }))
|
||||
@ -103,7 +103,7 @@ export const watchSrc = () =>
|
||||
//
|
||||
// Dev Server
|
||||
//
|
||||
export const server = done => {
|
||||
export const server = (done) => {
|
||||
browser.init({
|
||||
server: DIST,
|
||||
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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/register": "^7.4.4",
|
||||
"autoprefixer": "^9.6.0",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@babel/register": "^7.10.1",
|
||||
"autoprefixer": "^9.8.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"browser-sync": "^2.26.7",
|
||||
"cssnano": "^4.1.10",
|
||||
"del": "^5.0.0",
|
||||
"del": "^5.1.0",
|
||||
"eslint": "^7.0.0",
|
||||
"eslint-config-oceanprotocol": "^1.3.0",
|
||||
"eslint-config-prettier": "^6.0.0",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-config-oceanprotocol": "^1.5.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-prettier": "^3.1.3",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-liquify": "^0.0.6",
|
||||
"gulp-load-plugins": "^2.0.0",
|
||||
"gulp-load-plugins": "^2.0.3",
|
||||
"gulp-postcss": "^8.0.0",
|
||||
"gulp-rev": "^9.0.0",
|
||||
"gulp-rev-replace": "^0.4.4",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"prettier": "^2.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
Loading…
Reference in New Issue
Block a user