updated npm
This commit is contained in:
parent
b1553d1766
commit
2709aecd89
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ node_modules/
|
|||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
6
cron.yaml
Normal file
6
cron.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
cron:
|
||||||
|
- description: "playlist executions job"
|
||||||
|
url: /api/playlist/run/users/cron
|
||||||
|
schedule: every 8 hours
|
||||||
|
target: spotify
|
592
package-lock.json
generated
592
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -19,21 +19,21 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/Sarsoo/sarsoo.xyz#readme",
|
"homepage": "https://github.com/Sarsoo/sarsoo.xyz#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.5.5",
|
"@babel/cli": "^7.6.2",
|
||||||
"@babel/core": "^7.5.5",
|
"@babel/core": "^7.6.2",
|
||||||
"@babel/preset-env": "^7.5.5",
|
"@babel/preset-env": "^7.6.2",
|
||||||
"@babel/preset-react": "^7.0.0",
|
"@babel/preset-react": "^7.0.0",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"clean-webpack-plugin": "^3.0.0",
|
"clean-webpack-plugin": "^3.0.0",
|
||||||
"css-loader": "^2.1.1",
|
"css-loader": "^2.1.1",
|
||||||
"style-loader": "^0.23.1",
|
"style-loader": "^0.23.1",
|
||||||
"webpack": "^4.37.0",
|
"webpack": "^4.41.0",
|
||||||
"webpack-cli": "^3.3.6",
|
"webpack-cli": "^3.3.9",
|
||||||
"webpack-merge": "^4.2.1"
|
"webpack-merge": "^4.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"react": "^16.8.6",
|
"react": "^16.10.2",
|
||||||
"react-dom": "^16.8.6"
|
"react-dom": "^16.10.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
Flask
|
cachetools==3.1.1
|
||||||
requests
|
certifi==2019.3.9
|
||||||
google-cloud.firestore
|
chardet==3.0.4
|
||||||
|
Click==7.0
|
||||||
|
Flask==1.0.3
|
||||||
|
google-api-core==1.11.0
|
||||||
|
google-auth==1.6.3
|
||||||
|
google-cloud-core==0.29.1
|
||||||
|
google-cloud-firestore==1.1.1
|
||||||
|
googleapis-common-protos==1.5.8
|
||||||
|
grpcio==1.21.1
|
||||||
|
idna==2.8
|
||||||
|
itsdangerous==1.1.0
|
||||||
|
Jinja2==2.10.1
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
protobuf==3.8.0
|
||||||
|
pyasn1==0.4.5
|
||||||
|
pyasn1-modules==0.2.5
|
||||||
|
pytz==2019.1
|
||||||
|
requests==2.22.0
|
||||||
|
rsa==4.0
|
||||||
|
six==1.12.0
|
||||||
|
urllib3==1.25.3
|
||||||
|
Werkzeug==0.15.4
|
||||||
|
Loading…
Reference in New Issue
Block a user