update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / package.json
1 {
2   "name": "composer",
3   "version": "0.0.79",
4   "description": "",
5   "repository": "",
6   "private": true,
7   "scripts": {
8     "start": "webpack --config webpack.dist.config.js --watch"
9   },
10   "src": "src",
11   "test": "test",
12   "dist": "dist",
13   "mainInput": "ComposerApp",
14   "mainOutput": "main",
15   "dependencies": {
16     "alt": "^0.17.9",
17     "babel-polyfill": "^6.2.0",
18     "bluebird": "^3.4.1",
19     "change-case": "^2.3.0",
20     "classnames": "^2.2.1",
21     "d3": "^3.5.10",
22     "dropzone": "^4.2.0",
23     "es5-shim": "^4.3.1",
24     "events": "^1.1.0",
25     "flux": "^2.1.1",
26     "grunt-cli": "^0.1.13",
27     "jquery": "^2.1.4",
28     "loaders.css": "^0.1.1",
29     "lodash": "^4.0.0",
30     "mkdirp": "^0.5.1",
31     "moment": "^2.10.6",
32     "multer": "^1.2.0",
33     "normalize.css": "^3.0.3",
34     "numeral": "^1.5.3",
35     "object-assign": "^4.0.1",
36     "open-iconic": "^1.1.1",
37     "prismjs": "^1.3.0",
38     "react": "^0.14.7",
39     "react-addons-css-transition-group": "^0.14.7",
40     "react-addons-pure-render-mixin": "^0.14.7",
41     "react-addons-shallow-compare": "^0.14.7",
42     "react-crouton": "^0.2.7",
43     "react-dom": "^0.14.3",
44     "react-popout": "^0.4.0",
45     "react-select": "^1.0.0-rc.4",
46     "react-treeview": "0.4.2",
47     "request-promise": "^3.0.0",
48     "require-json": "0.0.1",
49     "uuid": "^3.0.0",
50     "validator": "^7.0.0"
51   },
52   "devDependencies": {
53     "babel-core": "^6.4.5",
54     "babel-loader": "^6.2.1",
55     "babel-preset-es2015": "^6.6.0",
56     "babel-preset-react": "^6.5.0",
57     "babel-preset-stage-0": "^6.3.13",
58     "babel-runtime": "^6.3.19",
59     "compression-webpack-plugin": "^0.3.2",
60     "css-loader": "^0.23.0",
61     "eslint": "^1.10.2",
62     "eslint-loader": "^1.1.1",
63     "eslint-plugin-react": "^3.11.1",
64     "file-loader": "^0.8.5",
65     "grunt": "^0.4.5",
66     "grunt-contrib-clean": "^0.7.0",
67     "grunt-contrib-connect": "^0.11.2",
68     "grunt-contrib-copy": "^0.8.2",
69     "grunt-open": "^0.2.3",
70     "grunt-version": "^1.0.0",
71     "grunt-webpack": "^1.0.11",
72     "html-webpack-plugin": "^2.12.0",
73     "image-webpack-loader": "^1.6.2",
74     "imagemin": "^4.0.0",
75     "install": "^0.4.2",
76     "jasmine-core": "^2.4.1",
77     "json-loader": "^0.5.4",
78     "json2yaml": "^1.1.0",
79     "load-grunt-tasks": "^3.3.0",
80     "node-sass": "^3.4.2",
81     "npm": "^3.7.1",
82     "react-addons-test-utils": "^0.14.7",
83     "react-hot-loader": "^1.3.0",
84     "react-inlinesvg": "^0.5.3",
85     "react-open-iconic-svg": "^1.0.4",
86     "sass-loader": "^3.1.2",
87     "style-loader": "^0.13.0",
88     "url-loader": "^0.5.7",
89     "webpack": "^1.3.0",
90     "webpack-dev-server": "^1.14.0",
91     "yamljs": "^0.2.8"
92   }
93 }