-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "latitude",
"version": "0.1.0",
"description": "A visualisation of cities' latitudes",
"main": "index.js",
"scripts": {
"build": "webpack -p --define process.env.NODE_ENV='\"production\"'",
"develop": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pbock/latitude.git"
},
"author": "Philipp Bock <[email protected]> (http://philippbock.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pbock/latitude/issues"
},
"homepage": "https://github.com/pbock/latitude#readme",
"dependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"node-sass": "^3.8.0",
"react": "^15.1.0",
"react-autocomplete": "^1.0.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"sass-loader": "^3.2.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^5.2.2"
}
}