-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.04 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
{
"name": "splashreader",
"version": "3.4.0",
"description": "An RSVP Reader for Humans",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/webpack --watch",
"build": "NODE_ENV=production ./node_modules/.bin/webpack",
"chrome": "npm run build && node ./package_chrome_ext.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rattrayalex/splashreader.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/rattrayalex/splashreader/issues"
},
"homepage": "https://github.com/rattrayalex/splashreader",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-eslint": "^6.1.2",
"babel-plugin-tcomb": "^0.3.12",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.15.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-async-to-module-method": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-latest": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"file-loader": "^0.9.0",
"postcss-loader": "^0.11.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"dependencies": {
"archiver": "^1.1.0",
"babel-polyfill": "^6.13.0",
"babel-runtime": "^6.11.6",
"bluebird": "^3.4.6",
"classnames": "^2.2.5",
"immutable": "^3.8.1",
"keymaster": "^1.6.2",
"rangy": "^1.3.0",
"react": "^15.3.1",
"react-autobind": "^1.0.6",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-actions": "^0.12.0",
"redux-logger": "^2.6.1",
"reselect": "2.5.3",
"tcomb": "^3.2.13",
"tcomb-react": "^0.9.3"
}
}