-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
44
45
46
47
48
49
50
51
{
"name": "Musi.ly",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "bash scripts/start.sh",
"setup": "bash scripts/setup.sh"
},
"keywords": [],
"author": "Mariano Carballal <marianocarballal@gmail.com> (http://github.com/topicus)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"export-files-webpack-plugin": "0.0.1",
"html-webpack-plugin": "2.7.1",
"react-hot-loader": "^3.0.0-beta.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"d3": "^4.2.0",
"jss": "3.2.0",
"jss-camel-case": "1.0.0",
"jss-nested": "1.0.1",
"jss-px": "1.0.0",
"jss-vendor-prefixer": "1.0.1",
"lodash": "4.0.0",
"react": "^15.2.1",
"react-dimensions": "^1.3.0",
"react-dom": "^15.2.1",
"react-jss": "2.0.1",
"react-redux": "4.0.6",
"react-router": "2.0.0-rc5",
"react-svg-loader": "0.0.6",
"redux": "3.0.5",
"redux-logger": "2.4.0",
"redux-promise": "0.5.1",
"redux-thunk": "1.0.3",
"superagent-promise": "1.1.0",
"whatwg-fetch": "0.11.0"
}
}