-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
{
"name": "golden-layout-agGird-react-redux",
"version": "1.0.0",
"description": "example showing how to use react-redux with golden-layout and agGrid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"predeploy": "webpack",
"deploy": "gh-pages -d dist",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sachkosm/golden-layout-agGird-react-redux.git"
},
"keywords": [
"react",
"redux",
"react-redux",
"golden-layout"
],
"author": "SM <notValid@gmail.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/sachkosm/golden-layout-agGird-react-redux.git/issues"
},
"homepage": "http://sachkosm.github.io/golden-layout-agGird-react-redux/",
"dependencies": {
"ag-grid": "^18.1.2",
"ag-grid-enterprise": "^18.1.1",
"ag-grid-react": "^18.1.0",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"gh-pages": "^1.2.0",
"golden-layout": "^1.5.8",
"html-webpack-plugin": "^2.28.0",
"immutable": "^3.8.1",
"moment": "^2.22.2",
"prop-types": "^15.5.10",
"rc-datepicker": "^5.0.13",
"react": "^15.5.4",
"react-datepicker": "^1.6.0",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.5",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.4.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"style-loader": "^0.18.2"
}
}