-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.64 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
{
"name": "react-custom-datatable",
"version": "1.0.18",
"description": "A React Component to create a custom 'table' very similar to the known Jquery DataTable plugin",
"main": "dist/js/react-custom-datatable.js",
"scripts": {
"build": "webpack src/js/index.js dist/js/react-datatable.js",
"build-min": "node ./build",
"watch": "webpack src/js/index.js dist/js/react-datatable.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/witalobenicio/react-custom-datatable.git"
},
"author": {
"name": "Witalo benicio",
"email": "contato@witalobenicio.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/witalobenicio/react-custom-datatable/issues"
},
"homepage": "https://github.com/witalobenicio/react-custom-datatable#readme",
"devDependencies": {
"babel-core": "6.10.4",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-plugin-syntax-trailing-function-commas": "6.8.0",
"babel-plugin-transform-class-properties": "6.10.2",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-plugin-transform-react-constant-elements": "6.9.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2016": "6.11.3",
"babel-preset-react": "6.11.1",
"copy-webpack-plugin": "^4.0.1",
"lodash": "4.17.4",
"react": "15.4.1",
"react-dom": "15.4.1",
"react-sticky": "6.0.1",
"react-router": "2.8.0",
"react-infinite-scroller": "1.0.4",
"react-event-listener": "0.4.5",
"rimraf": "2.5.3",
"webpack": "1.13.1",
"extract-text-webpack-plugin": "1.0.1"
}
}