summaryrefslogtreecommitdiffstats
path: root/donation-calc/package.json
blob: 534b7c32579e12ddd92a560e530f419e1f592848 (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
{
  "name": "donation-calculator",
  "version": "1.0.0",
  "description": "Calculates fees for donation platforms",
  "main": "index.js",
  "scripts": {
    "build": "webpack",
    "build:production": "webpack -p --optimize-minimize"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SirCmpwn/sircmpwn.github.io"
  },
  "author": "Drew DeVault <sir@cmpwn.com>",
  "license": "Public Domain",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "uglifyjs-webpack-plugin": "^0.4.6",
    "webpack": "^3.10.0"
  }
}