aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b043e761c023d68c114eb97e589276388592fcb9 (plain) (blame)
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
60
61
62
{
  "name": "opcut",
  "version": "0.0.1",
  "license": "GPL-3.0",
  "scripts": {
    "build": "webpack",
    "watch": "webpack -w"
  },
  "devDependencies": {
    "alertifyjs": "1.9.0",
    "babel-core": "6.23.1",
    "babel-loader": "6.3.2",
    "babel-plugin-transform-async-to-generator": "6.22.0",
    "babel-plugin-transform-async-to-module-method": "6.22.0",
    "babel-plugin-transform-decorators": "6.22.0",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-preset-es2015": "6.22.0",
    "babel-runtime": "6.23.0",
    "bean": "1.0.15",
    "bluebird": "3.4.7",
    "bytebuffer": "5.0.1",
    "core-decorators": "0.15.0",
    "css-loader": "0.26.1",
    "dom-delegator": "13.1.0",
    "exports-loader": "0.6.3",
    "file-loader": "0.10.0",
    "file-saver": "1.3.3",
    "font-awesome": "4.7.0",
    "hint.css": "2.4.1",
    "hyperscript": "2.0.2",
    "imports-loader": "0.7.0",
    "individual": "3.0.0",
    "js-yaml": "3.8.1",
    "jshashes": "1.0.6",
    "json-formatter-js": "1.3.0",
    "json-loader": "0.5.4",
    "loglevel": "1.4.1",
    "long": "3.2.0",
    "material-design-lite": "1.3.0",
    "moment": "2.17.1",
    "node-css": "0.1.0",
    "node-sass": "4.5.0",
    "normalize.css": "5.0.0",
    "papaparse": "4.1.4",
    "purecss": "0.6.2",
    "ramda": "0.23.0",
    "raw-loader": "0.5.1",
    "resolve-url-loader": "2.0.0",
    "roboto-fontface": "0.7.0",
    "roboto-mono-webfont": "2.0.986",
    "sass-loader": "6.0.1",
    "style-loader": "0.13.1",
    "tern": "0.21.0",
    "tmp": "0.0.31",
    "tv4": "1.2.7",
    "url-loader": "0.5.7",
    "url-parse": "1.1.8",
    "virtual-dom": "2.1.1",
    "webpack": "2.2.1",
    "yaml-loader": "0.4.0"
  }
}