summaryrefslogtreecommitdiff
path: root/package.json
blob: 644a4d11ffd3eb703ab2142c01d23186ca4d0676 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "name": "brokentalents",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "axios": "^0.18.0",
    "buefy": "^0.6.5",
    "bulma": "^0.7.1",
    "fluture": "^8.0.2",
    "fluture-retry": "^1.0.0",
    "fs-path": "^0.0.24",
    "moment": "^2.22.1",
    "node-fetch": "^2.1.2",
    "plotly.js": "^1.28.3",
    "ramda": "^0.25.0",
    "request": "^2.85.0",
    "request-promise": "^4.2.2",
    "vue": "^2.5.16",
    "vue-analytics": "^5.12.2",
    "vue-google-adsense": "^1.2.0",
    "vue-script2": "^2.0.2"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "css-loader": "^0.28.11",
    "glob-all": "^3.1.0",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.4.0",
    "node-sass": "^4.9.0",
    "optimize-css-assets-webpack-plugin": "^4.0.1",
    "purgecss-webpack-plugin": "^1.1.0",
    "sass-loader": "^7.0.1",
    "vue-loader": "^15.0.9",
    "vue-router": "^3.0.1",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.8.1",
    "webpack-cli": "^2.1.3",
    "webpack-dev-server": "^3.1.4"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "backend": "node backend/index.js",
    "dev": "webpack-dev-server --mode development --progress --hot --watch-poll",
    "build": "NODE_ENV='production' webpack --mode production --progress"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BrokenTalents/brokentalents.github.io.git"
  },
  "author": "",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/BrokenTalents/brokentalents.github.io/issues"
  },
  "homepage": "https://github.com/BrokenTalents/brokentalents.github.io#readme"
}