summaryrefslogtreecommitdiff
path: root/package.json
blob: e79cb476db252f627469ae18816fb387c0302bb3 (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
{
  "name": "gun-violence",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "webpack-dev-server --config ./webpack.config.dev.js --hot --inline",
    "deploy": "webpack --config ./webpack.config.prod.js && git add -A && git commit -am 'deploy bundle' && git push"
  },
  "author": "",
  "license": "",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^8.2.2",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.5.1",
    "clean-webpack-plugin": "^0.1.19",
    "compression-webpack-plugin": "^2.0.0",
    "css-loader": "^1.0.0",
    "drizzle-react": "^1.0.1",
    "eslint": "^4.19.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-class-property": "^1.1.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-react": "^7.7.0",
    "html-webpack-plugin": "^3.0.4",
    "style-loader": "^0.21.0",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "webpack": "3.x.x",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "2.x.x"
  },
  "dependencies": {
    "csv-parse": "^2.5.0",
    "file-saver": "^1.3.8",
    "midi-writer-js": "^1.5.2",
    "nexusui": "^2.0.0",
    "tone": "^0.12.80",
    "webmidi": "^2.2.0"
  }
}