Browse Source

Remove unused services

pull/72/head
garritfra 5 years ago
parent
commit
82cf358045
  1. 8
      .snyk
  2. 15
      .travis.yml
  3. 13
      app.yaml
  4. 2288
      package-lock.json
  5. 8
      package.json

8
.snyk

@ -1,8 +0,0 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:tunnel-agent:20170305':
- node-sass > request > tunnel-agent:
patched: '2018-06-26T00:18:49.267Z'

15
.travis.yml

@ -1,15 +0,0 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
install: npm install
scripts:
- npm run build
deploy:
provider: firebase
token:
secure: A9aqBChhAQAGPDHLB1AIYtTcZdUG+RZKtRLLc44Zk1TQmzJHcIe8eNAlgmF/msq5rtSUT9R6kSY0YF0nUTfHeoVwIpbncz0Ir5z8Q51mk6FTU0HRtYxpxhuykjbzYDyeRDVVf1X+fgphzB3TO1Y1KrXDftAWA4w9fPqRum7kJJ0ETlXJDw5amjVd8AV1zXq4Fx72B5veopsNd5VMBHmMXVG3tYBUcRTi2MOqsv+pVbV5m3mXAfHZaO8nAv72jdIIxuRp2DW6d65QqotnflHsIvTlZl923uBx2dA9AvsaJDiNOhALRKu+8rSaQov01PCDkkOSliq1i3+R+lePDqO/hnAtEni5Bm62usSyn2tqGAKNm4K99T3Ra3czAhG0veSrUQUcrONiwWivhA9zBP0oBXnrF7BWsauaZLWJ7IGRNiBREHIJWO/8SIs5VKXDxJkIrd4xgm37uzlvyQ4ijzNpXoR+fHPplsITPm2XHTJCaGob/gbOmD70Qj5qReNUTlh1OYh+jNQ51CtIqanYV2Imi01YVh6XCKl7UeaoFaV4YoAyQ+5uN9/02ZJpP0fHdpRlHqDkoHplJMyzWZ9521VZRR1X4iwIWVPoPGfrPp7EcqU2KSpkVyBnEqJ0McQvUwuJY5IL3iuVnOErsVzBG2AWAD6Ln6UZLR/nJVqyLcxAnqg=

13
app.yaml

@ -1,13 +0,0 @@
runtime: nodejs
env: flex
# This sample incurs costs to run on the App Engine flexible environment.
# The settings below are to reduce costs during testing and are not appropriate
# for production use. For more information, see:
# https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10

2288
package-lock.json generated

File diff suppressed because it is too large Load Diff

8
package.json

@ -8,8 +8,6 @@
"build": "parcel build ./public/index.html --public-url ./",
"server": "npm run build && cp -r . /var/www && service apache2 stop && service apache2 start",
"test": "",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"gh-pages": " npm run build && gh-pages -d ./dist"
},
"repository": {
@ -40,8 +38,6 @@
"react-dom": "^16.8.6",
"react-particles-js": "^2.6.0",
"react-typed": "^1.2.0",
"serve": "^10.1.2",
"snyk": "^1.216.1"
},
"snyk": true
"serve": "^10.1.2"
}
}

Loading…
Cancel
Save