This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
81 lines (81 loc) · 2.14 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "podbaby",
"version": "0.0.2",
"description": "web-based podcast client",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "webpack -p --progress --config=webpack.config.prod.js",
"dev": "node react-dev-server.js",
"test": "mocha --opts ./ui/test/mocha.opts",
"cover": "isparta cover -i ui/**/*.js -x ui/test/*"
},
"keywords": [
"podcast",
"rss"
],
"author": "Dan Jacob",
"license": "MIT",
"devDependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"css-loader": "^0.23.0",
"enzyme": "^2.2.0",
"es6-promise": "^3.0.2",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"jsdom": "^8.3.0",
"jsdom-global": "^1.5.0",
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"mocha-babel": "^3.0.0",
"react-addons-test-utils": "^0.14.3",
"react-hot-loader": "^1.3.0",
"redux-logger": "^2.4.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"uglifyjs": "^2.4.10",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"axios": "^0.9.1",
"bootstrap": "^3.3.6",
"bootswatch": "^3.3.6",
"classnames": "^2.2.1",
"font-awesome": "^4.5.0",
"history": "^2.0.1",
"lodash": "^4.0.0",
"md5": "^2.0.0",
"mobile-detect": "^1.3.1",
"moment": "^2.10.6",
"react": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.3",
"react-redux": "^4.0.2",
"react-router": "^2.0.0-rc5",
"redux": "^3.0.5",
"redux-form": "^4.1.1",
"redux-simple-router": "^2.0.4",
"redux-thunk": "^2.0.1",
"reselect": "^2.0.1",
"sanitize-html": "^1.11.2",
"validator": "^5.2.0"
}
}