-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2 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
58
59
60
61
62
63
64
65
66
{
"name": "errbuddy",
"version": "2.0.0",
"description": "errbuddy frontend",
"main": "app.js",
"author": "Philipp Eschenbach",
"license": "MIT",
"scripts": {},
"dependencies": {
"bootstrap-loader": "^1.3.3",
"chartist": "^0.10.1",
"classnames": "^2.2.5",
"csshake": "^1.5.1",
"extract-text-webpack-plugin": "^1.0.1",
"font-awesome": "^4.7.0",
"font-awesome-loader": "^1.0.2",
"ioredis": "^2.5.0",
"keymirror": "^0.1.1",
"lodash": "^4.17.4",
"mobx": "^5.1.2",
"mobx-react": "^5.2.8",
"moment": "^2.17.1",
"nosleep.js": "^0.5.1",
"react": "^15.4.2",
"react-addons-create-fragment": "^15.4.2",
"react-d3": "^0.4.0",
"react-dom": "^15.4.2",
"react-highlight-words": "^0.14.0",
"react-mini-router": "git+https://[email protected]/saghul/react-mini-router.git#agp",
"react-paginate": "^4.1.1",
"recharts": "^0.20.8",
"sweetalert": "^1.1.3",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.22.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.10.0",
"gradle-babel-asset-pipeline-helper": "^2.0.9",
"imports-loader": "^0.7.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.0",
"postcss-loader": "^1.2.2",
"react-hot-loader": "^1.3.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}