-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.97 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
86
87
88
89
90
91
92
93
94
95
{
"name": "race-tweeter",
"private": true,
"scripts": {
"start": "bundle && yarn install && foreman start -f Procfile.dev",
"lint": "eslint app/javascript --max-warnings=0",
"cypress": "cypress run",
"server": "./bin/webpack-dev-server"
},
"dependencies": {
"@launchpadlab/lp-components": "^1.25.2",
"@launchpadlab/lp-hoc": "^1.0.1",
"@launchpadlab/lp-form": "^1.1.1",
"@launchpadlab/lp-redux-api": "^5.0.0",
"@launchpadlab/lp-redux-utils": "^1.0.0",
"@launchpadlab/lp-requests": "^2.4.0",
"@rails/webpacker": "^3.0.2",
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.x",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.5",
"coffee-loader": "^0.8.0",
"coffee-script": "^1.12.7",
"coffeescript": "1.12.7",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"global": "^4.3.2",
"humps": "^2.0.1",
"js-video-url-parser": "^0.2.3",
"js-yaml": "^3.9.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"node-sass": "^4.5.3",
"path-complete-extname": "^0.1.0",
"paths-js": "^0.4.5",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"prop-types": "^15.5.10",
"rails-erb-loader": "^5.2.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-color": "^2.11.3",
"react-datepicker": "^0.41.1",
"react-dnd": "^2.3.0",
"react-dnd-html5-backend": "^2.3.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.4",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.7",
"react-transition-group": "^1.1.1",
"redux": "^3.6.0",
"redux-actions": "^2.2.1",
"redux-form": "^7.0.4",
"redux-modal": "^1.3.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"validate.js": "^0.11.1",
"webpack": "^3.5.6",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.0",
"webpacker-react": "^0.3.2"
},
"devDependencies": {
"ava": "^0.17.0",
"babel-eslint": "^8.0.0",
"babel-preset-stage-0": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"codeclimate-test-reporter": "^0.4.0",
"cypress-cli": "^0.13.1",
"enzyme": "^2.7.1",
"eslint": "^4.6.1",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.3.0",
"react-dev-utils": "^4.1.0",
"sass-lint": "^1.10.2",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dev-server": "^2.9.2"
}
}