-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.53 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.53 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
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-starter",
"version": "1.0.0",
"description": "starter",
"main": "public/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor public/server.js",
"dev": "node_modules/.bin/webpack-dev-server --progress",
"build": "NODE_ENV=production node_modules/.bin/webpack -p --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thanhtungdp/react-starter.git"
},
"author": "DavidEvans",
"license": "ISC",
"bugs": {
"url": "https://github.com/thanhtungdp/react-starter/issues"
},
"homepage": "https://github.com/thanhtungdp/react-starter#readme",
"dependencies": {
"animate": "0.0.5",
"animate.css": "^3.5.1",
"axios": "^0.11.0",
"babel-polyfill": "^6.7.4",
"body-parser": "^1.15.2",
"bootstrap-sass": "^3.3.6",
"classnames": "^2.2.5",
"draft-js": "^0.6.0",
"draft-js-export-html": "^0.1.13",
"express": "^4.14.0",
"fbemitter": "^2.0.2",
"file-loader": "^0.8.5",
"firebase": "^2.4.2",
"flux": "^2.1.1",
"font-awesome": "^4.5.0",
"fuzzy": "^0.1.1",
"icheck": "^1.0.2",
"jquery": "^2.2.3",
"jsonp": "^0.2.0",
"react": "^15.0.2",
"react-addons-css-transition-group": "^0.14.8",
"react-addons-transition-group": "^15.0.2",
"react-addons-update": "^0.14.8",
"react-autosuggest": "^3.7.4",
"react-bootstrap": "^0.29.1",
"react-dom": "^0.14.8",
"react-icheck": "^0.2.2",
"react-masonry-component": "^4.0.4",
"react-redux": "^4.4.1",
"react-router": "^2.3.0",
"react-router-redux": "^4.0.2",
"react-typeahead": "^1.1.7",
"redux": "^3.3.1",
"redux-async": "^2.0.1",
"redux-await": "^5.0.1",
"redux-create-reducer": "^1.1.0",
"redux-form": "^5.2.2",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-saga": "^0.9.5",
"redux-thunk": "^2.0.1",
"request": "^2.72.0",
"simple-line-icons": "^2.3.0",
"url-loader": "^0.5.7",
"validator": "^5.2.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"node-sass": "^3.4.2",
"react-hot-loader": "^1.3.0",
"react-transform-hmr": "^1.0.4",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}