-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.48 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
82
83
84
85
{
"name": "hero-generator",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^5.3.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"flow-bin": "^0.78.0",
"flow-remove-types": "^1.2.3",
"jest": "^23.4.2",
"jest-cli": "^23.4.2",
"jsdom": "^11.11.0",
"react-scripts": "0.9.4",
"react-test-renderer": "^16.4.2",
"regenerator-runtime": "^0.12.1"
},
"dependencies": {
"alt": "^0.18.6",
"axios": "^0.17.1",
"babel-plugin-react-flow-props-to-prop-types": "^0.15.0",
"chart.js": "^2.7.1",
"classnames": "^2.2.5",
"cross-fetch": "^1.1.1",
"dotenv-webpack": "^1.5.4",
"ejs": "^2.5.7",
"express": "^4.16.2",
"flow": "^0.2.3",
"flux-standard-action": "^2.0.3",
"history": "^4.7.2",
"jquery": "^3.2.1",
"moment": "^2.20.1",
"passport": "^0.4.0",
"passport-strava-oauth2": "^0.1.3",
"prettier": "^1.13.7",
"process-env": "^1.1.0",
"prop-types": "^15.6.2",
"prop-types-extra": "^1.1.0",
"react": "^16.4.2",
"react-chartjs": "^0.8.0",
"react-chartjs-2": "^2.6.4",
"react-dom": "^16.4.2",
"react-dynamic-number": "^1.7.1",
"react-mailto": "^0.4.0",
"react-modal": "^3.1.10",
"react-moment": "^0.7.0",
"react-redux": "^5.0.6",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.8",
"recharts": "^1.0.0-beta.6",
"redux": "^3.7.2",
"redux-auth-wrapper": "^2.0.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.9.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"semantic-ui-react": "^0.78.2",
"util": "^0.10.3",
"utils": "^0.3.1"
},
"babel": {
"presets": "./.babelrc.js"
},
"scripts": {
"start": "react-scripts start",
"build": "flow-remove-types react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"flow": "flow",
"build-and-deploy": "npm run build && s3cmd sync build/* s3://winteredition.io && echo '🚀 Deployed!' && say 'bananna'"
}
}