forked from aviklar10/react-ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "ReactUIComponents",
"version": "0.0.0",
"description": "A set of React extended UI components based on Facebook's FixedDataTable and ReactWidgets open-source libraries",
"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/cosminnicula/react-ui-components"
},
"dependencies": {
"react": "0.13.1",
"jquery": "2.1.4",
"underscore": "1.8.3",
"console-polyfill": "0.2.1",
"globalize": "0.1.1",
"react-widgets": "2.4.1",
"fixed-data-table": "0.4.0",
"keymirror": "0.1.1",
"flux": "2.0.0"
},
"devDependencies": {
"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"
}
}