forked from DeepBlueCLtd/lesco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.08 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "lesco",
"version": "0.0.0",
"description": "Lesco",
"scripts": {
"clean": "rimraf dist",
"build:webpack": "cross-env NODE_ENV=production webpack --colors --config webpack.config.prod.js",
"build": "npm run clean && npm run build:webpack",
"start": "node devServer.js",
"lint": "eslint src"
},
"author": "Eduardo Moura",
"homepage": "---",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.3.13",
"cross-env": "^1.0.7",
"eslint": "^2.10.1",
"eslint-import-resolver-webpack": "^0.2.4",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-lodash": "^1.8.5",
"eslint-plugin-react": "^5.1.1",
"ghooks": "^1.2.1",
"html-webpack-plugin": "^2.17.0",
"react-hot-loader": "^3.0.0-beta.2",
"rimraf": "^2.5.2",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"json-stringify-safe": "^5.0.1",
"css-loader": "*",
"babel-plugin-transform-decorators-legacy": "*",
"file-loader" :"0.9.0"
},
"dependencies": {
"lodash": "^4.12.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"golden-layout": "*",
"react-redux": "*",
"react-router-redux": "*",
"react-router": "*",
"redux-thunk": "*",
"redux-immutable-state-invariant": "*",
"react-querybuilder": "*",
"react-bootstrap": "*",
"leaflet": "*",
"react-pure-render": "*",
"immutable": "*",
"moment": "*",
"react-addons-css-transition-group": "*",
"react-addons-pure-render-mixin": "*",
"react-addons-shallow-compare": "*",
"react-datetime": "*",
"react-dd-menu": "*",
"react-radio-group": "*",
"redux": "*",
"style-loader": "*",
"react-slickgrid": "*",
"react-google-charts" : "*",
"tether-shepherd" : "1.8.0",
"file-loader": "*"
},
"config": {
"host": "localhost",
"port": 3000
}
}