-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.13 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": "birthday-paradox",
"version": "0.0.0",
"description": "Interactive demonstration of the birthday paradox",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --inline",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle-analyze": "cross-env BUNDLE_ANALYZE=true npm run build"
},
"author": "Cody Jenkins <[email protected]>",
"repository": "https://github.com/iknowcss/birthday-paradox",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.88.0",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"query-string": "^5.0.0",
"react": "^15.6.1",
"react-autobind": "^1.0.6",
"react-dom": "^15.6.1",
"react-hot-loader": "^3.0.0-beta.7",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-transition-group": "^2.2.0",
"redux": "^3.7.2",
"redux-form": "^7.0.1",
"redux-thunk": "^2.2.0",
"screenfull": "^3.3.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"harmony-reflect": "^1.5.1",
"html-webpack-plugin": "^2.29.0",
"node-sass": "^4.5.3",
"preact": "^8.2.1",
"preact-compat": "^3.17.0",
"proxyquire": "^1.8.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.3.0",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-dev-server": "^2.5.1"
}
}