forked from donfour/angelhacks-hackathon-2017
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·74 lines (74 loc) · 2.28 KB
/
package.json
File metadata and controls
executable file
·74 lines (74 loc) · 2.28 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
72
73
74
{
"name": "generator-simple-redux",
"version": "1.0.0",
"description": "My simple redux application.",
"scripts": {
"clean": "rimraf dist",
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --progress --profile --colors",
"build": "npm run clean && npm run build:webpack --progress --profile --colors",
"dev": "NODE_ENV=development npm start",
"start": "node devServer.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsaiDavid/simple-redux-boilerplate.git"
},
"license": "MIT",
"homepage": "https://github.com/tsaiDavid/simple-redux-boilerplate",
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.16.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.4.2",
"redux-devtools": "^3.0.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.2",
"redux-logger": "^2.4.0",
"rimraf": "^2.4.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.12",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"jquery": "^3.2.1",
"material-ui": "^0.18.7",
"material-ui-icons": "^1.0.0-alpha.19",
"mongoose": "^4.11.4",
"path": "^0.12.7",
"react": "^0.14.3",
"react-dom": "^0.14.9",
"react-mic": "^8.0.0",
"react-recorder": "^1.0.0",
"react-redux": "^4.1.1",
"react-router-dom": "^4.1.2",
"react-sidebar": "^2.3.2",
"react-sketch": "^0.3.3",
"react-sketchpad": "0.0.3",
"react-tap-event-plugin": "^2.0.1",
"recorder-js": "^1.0.7",
"redux": "^3.7.2",
"redux-thunk": "^1.0.3",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"webpack": "^1.15.0"
}
}