Skip to content
Snippets Groups Projects
package.json 1.04 KiB
Newer Older
Timothee P's avatar
Timothee P committed
{
  "name": "geocontrib-frontend",
Timothee P's avatar
Timothee P committed
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "serve": "npm run init-proxy & npm run init-serve",
    "init-proxy": "lcp  --proxyUrl http://localhost:8000 --origin http://localhost:8080 --proxyPartial ''",
    "init-serve": "vue-cli-service serve",
Timothee P's avatar
Timothee P committed
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
Timothee P's avatar
Timothee P committed
    "axios": "^0.21.1",
    "core-js": "^3.6.5",