-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.56 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
52
53
54
55
56
57
{
"name": "jsonbrowser",
"version": "1.0.0",
"description": "JSON Browser",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/bagilevi/jsonbrowser.git"
},
"keywords": [
"json"
],
"author": "Levente Bagi <[email protected]> (http://github.com/bagilevi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bagilevi/jsonbrowser/issues"
},
"homepage": "https://github.com/bagilevi/jsonbrowser",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.8.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.12.1",
"webpack-hot-middleware": "^2.12.1"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.9.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"express": "^4.14.0",
"jquery": "^2.2.4",
"js-string-escape": "^1.0.1",
"livescript-loader": "^0.1.5",
"mobx": "^2.0.2",
"mobx-react": "^3.0.1",
"prelude-ls": "^1.1.2",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "^2.4.1",
"redis": "^2.6.2"
}
}