summaryrefslogtreecommitdiff
path: root/day9/task5_vue/package.json
blob: 5ab0280ec4c91b99b250cbf05db8eff06845108b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "task5_vue",
  "version": "0.0.1",
  "description": "Example app for day9 of reg.ru",
  "main": "src/index.js",
  "scripts": {
    "start": "python backend_serve.py",
    "build": "webpack -p"
  },
  "author": "Andrew Guschin",
  "license": "UNLICENSED",
  "dependencies": {
    "@babel/core": "^7.5.5",
    "axios": "^0.19.0",
    "vue": "^2.6.10",
    "webpack": "^4.36.1"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-loader": "^8.0.6",
    "css-loader": "^3.1.0",
    "vue-loader": "^15.7.1",
    "vue-template-compiler": "^2.6.10",
    "webpack-cli": "^3.3.6"
  }
}