-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "sofar",
"version": "0.0.0",
"description": "Sofar",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/zallek/sofar.git"
},
"author": "Nicolas Fortin <[email protected]> (http://github.com/zallek)",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.9",
"babel-loader": "^5.2.2",
"css-loader": "^0.15.1",
"eslint": "^0.24.0",
"eslint-loader": "^0.14.1",
"eslint-plugin-react": "^2.6.3",
"node-libs-browser": "^0.5.2",
"react-classmap": "^0.1.0",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.3",
"webpack": "^1.10.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"bootstrap": "^3.3.5",
"classnames": "^2.1.0",
"color": "^0.10.1",
"font-awesome": "^4.3.0",
"json-loader": "^0.5.2",
"lodash": "^3.10.0",
"react": "^0.13.0",
"react-bootstrap": "^0.23.5",
"react-geosuggest": "^1.2.2",
"react-google-maps": "^1.7.0",
"redux": "^0.12.0"
}
}