-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·71 lines (71 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·71 lines (71 loc) · 2.1 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
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
{
"name": "React-redux-boilerplate",
"version": "1.0.0",
"private": true,
"description": "React redux",
"main": "index.js",
"scripts": {
"test": "",
"dev": "node dev",
"start": "node index",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config ./webpack.prod.config.js --progress --profile --colors",
"prod": "NODE_ENV=production node index "
},
"author": "thorfinn.sorensen@miles.no",
"license": "private",
"dependencies": {
"classnames": "2.2.5",
"cross-env": "5.0.0",
"eslint": "3.19.0",
"eslint-plugin-react": "7.0.1",
"express": "4.15.3",
"extract-text-webpack-plugin": "2.1.0",
"lodash": "4.17.4",
"moment": "2.18.1",
"node-sass": "4.5.3",
"react": "15.5.4",
"react-dom": "15.5.4",
"prop-types": "15.5.10",
"react-onclickoutside": "5.11.1",
"react-router": "4.1.1",
"react-router-dom": "4.1.1",
"redux": "3.6.0",
"react-redux": "5.0.5",
"redux-thunk": "2.2.0",
"superagent": "3.5.2",
"html-webpack-plugin": "2.28.0",
"bootstrap": "4.0.0",
"font-awesome": "4.7.0",
"reactstrap": "4.8.0",
"react-transition-group": "1.1.2",
"opn": "5.0.0"
},
"devDependencies": {
"node-uuid": "1.4.8",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-plugin-transform-decorators": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-preset-react-hmre": "1.1.1",
"babel-runtime": "6.23.0",
"webpack": "2.5.1",
"webpack-dev-server": "2.4.5",
"webpack-dev-middleware": "1.10.2",
"webpack-hot-middleware": "2.18.0",
"css-loader": "0.28.1",
"postcss-loader": "2.0.5",
"sass-loader": "6.0.5",
"style-loader": "0.17.0",
"react-hot-loader": "1.3.1",
"file-loader": "0.11.1",
"jsx-loader": "0.13.2",
"eslint-loader": "1.7.1"
}
}