-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.23 KB
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
{
"name": "react-datatable",
"version": "1.0.0",
"description": "My form of the awesome work done by @cosminnicula on Github.",
"main": "./dist/react-datatable.js",
"scripts": {
"build": "webpack",
"examples": "webpack-dev-server --config examples/webpack.config.js --inline --port 8118",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/aphillipo/react-datatable/"
},
"dependencies": {
"fixed-data-table": "^0.5.0",
"console-polyfill": "0.2.1",
"flux": "2.0.0",
"globalize": "0.1.1",
"keymirror": "0.1.1",
"react-widgets": "2.4.1",
"underscore": "1.8.3"
},
"peerDependancies": {
"react": "0.14.2",
"react-dom": "0.14.2"
},
"devDependencies": {
"react": "0.14.2",
"react-dom": "0.14.2",
"babel-core": "^5.3.1",
"babel-loader": "^5.0.0",
"css-loader": "^0.12.0",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"node-libs-browser": "^0.5.0",
"style-loader": "^0.12.2",
"webpack": "^1.9.5",
"extract-text-webpack-plugin": "0.8.1",
"url-loader": "0.5.6",
"webpack-dev-server": "1.10.1",
"bootstrap": "3.3.4",
"backbone": "1.2.1",
"requirejs": "2.1.19"
}
}