forked from missioncommand/emp3-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.75 KB
/
package.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "emp3-web-sdk",
"version": "2.0.0",
"keywords": ["extensible", "map", "mapping", "platform"],
"description": "A library for embedding and manipulationg maps in web applications.",
"bugs": {
"url": "https://github.com/missioncommand/emp3-web/issues"
},
"author": "US Army SEC",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/missioncommand/emp3-web.git"
},
"scripts": {
"pretest": "npm install",
"test": "grunt test"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"blanket": "^1.2.3",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.11.1",
"eslint-plugin-react": "^5.1.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "",
"grunt-contrib-cssmin": "",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^18.1.0",
"grunt-injector": "^1.0.1",
"grunt-jsdoc": "",
"grunt-mocha-phantomjs": "^3.0.0",
"grunt-remove": "",
"grunt-string-replace": "^1.3.1",
"grunt-war": "",
"grunt-webpack": "^1.0.11",
"image-webpack-loader": "^1.8.0",
"imports-loader": "^0.6.5",
"ink-docstrap": "^1.3.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^2.5.3",
"node-sass": "^3.7.0",
"react-draggable": "^2.2.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.2.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"time-grunt": "^1.4.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"xml-loader": "^1.1.0"
},
"dependencies": {
"classnames": "^2.2.5",
"codemirror": "^5.22.0",
"d3": "^4.2.6",
"d3-tip": "^0.6.8",
"font-awesome": "^4.6.1",
"jquery": "^2.2.3",
"keymirror": "^0.1.1",
"lodash": "^4.13.1",
"material-design-lite": "^1.1.3",
"object-assign": "^4.1.0",
"react": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-codemirror": "^0.3.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.0.2",
"react-draggable": "^2.2.2",
"react-json-tree": "^0.7.4",
"react-modal": "^1.3.0",
"react-redux": "^4.4.5",
"react-tooltip": "^2.0.2",
"react-widgets": "^3.4.4",
"redux": "^3.5.2",
"toastr": "^2.1.2"
}
}