-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "react-datatables-example",
"version": "0.0.1",
"description": "Example for Datatable usage with React and Webpack",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"webpack": "rimraf dist && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wyvernnot/react-datatables-example.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/wyvernnot/react-datatables-example/issues"
},
"homepage": "https://github.com/wyvernnot/react-datatables-example#readme",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bootstrap": "^3.3.6",
"css-loader": "^0.23.1",
"datatables.net": "^1.10.10",
"datatables.net-bs": "^1.10.10",
"datatables.net-fixedheader": "^3.1.0",
"datatables.net-fixedheader-bs": "^3.1.0",
"file-loader": "^0.8.5",
"history": "^1.17.0",
"jquery": "^2.2.0",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-toggle": "^2.0.1",
"rimraf": "^2.5.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.10",
"webpack-dev-server": "^1.14.0",
"whatwg-fetch": "^0.10.1"
}
}