-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.97 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.97 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
{
"name": "rlibro",
"version": "0.1.0",
"description": "Social Travel Guide",
"private": true,
"scripts": {
"start": "webpack-dev-server --content-base public/",
"stats": "webpack --profile --json > stats.json",
"lint": "eslint . --ext .js --ext .jsx",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:4hrs/redbok.git"
},
"keywords": [
"community"
],
"author": "miconblog@gmail.com",
"license": "ISC",
"homepage": "rlibro.com",
"dependencies": {
"es6-symbol": "^3.0.2",
"humps": "^1.0.0",
"lodash": "^4.6.1",
"marked": "^0.3.5",
"moment": "^2.12.0",
"normalizr": "^2.0.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-google-maps": "^4.9.1",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.7.0",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.4.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"clean-webpack-plugin": "^0.1.8",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^3.16.1",
"extract-text-webpack-plugin": "^0.9.1",
"html-webpack-plugin": "^1.7.0",
"jshint": "^2.9.1",
"jshint-loader": "^0.8.3",
"less": "^2.6.1",
"less-loader": "^2.2.2",
"react-transform-hmr": "^1.0.4",
"redux-devtools": "^3.1.1",
"redux-devtools-dock-monitor": "^1.1.0",
"redux-devtools-log-monitor": "^1.0.5",
"redux-logger": "^2.6.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.9.1",
"webpack-merge": "^0.3.2"
}
}