-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.67 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
{
"author": "Exygy",
"name": "harvest-rails",
"version": "0.1.0",
"engines": {
"node": "10"
},
"license": "GPL-3.0",
"dependencies": {
"autoprefixer": "7.1.1",
"babel-core": "6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.5.1",
"babel-preset-react": "6.24.1",
"coffee-loader": "0.7.3",
"coffee-script": "1.12.6",
"compression-webpack-plugin": "0.4.0",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"glob": "7.1.2",
"js-yaml": "3.8.4",
"lodash": "^4.17.5",
"moment": ">=2.19.3",
"moment-business-days": "^1.0.6",
"node-sass": "4.12.0",
"path-complete-extname": "0.1.0",
"postcss-import": "11.0.0",
"postcss-loader": "^3.0.0",
"precss": "1.4.0",
"prop-types": "15.5.10",
"rails-erb-loader": "5.0.1",
"react": "15.5.4",
"react-bootstrap": "0.31.0",
"react-bootstrap-table": "3.4.2",
"react-dom": "15.5.4",
"react-refetch": "1.0.0",
"react-router-dom": "4.1.1",
"react-table": "6.4.0",
"resolve-url-loader": "2.0.2",
"sass-loader": "6.0.5",
"style-loader": "0.18.1",
"webpack": "2.6.1",
"webpack-manifest-plugin": "1.1.0",
"webpack-merge": "4.1.0"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "3.19.0",
"eslint-config-react-app": "1.0.4",
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.1",
"eslint-plugin-react": "7.0.1",
"webpack-dev-server": "^2.4.5"
}
}