-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.82 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.82 KB
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
{
"name": "new-ebodac",
"version": "1.0.0",
"description": "New EBODAC Module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/webpack.dev.js",
"watch": "webpack --watch --config webpack/webpack.dev.js",
"prod": "webpack --config webpack/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/motech-implementations/new-ebodac.git"
},
"keywords": [],
"author": "GF",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/motech-implementations/new-ebodac/issues"
},
"homepage": "https://github.com/motech-implementations/new-ebodac#readme",
"devDependencies": {
"@babel/core": "7.5.0",
"@babel/preset-env": "7.5.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-stage-2": "7.0.0",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.5",
"css-loader": "3.0.0",
"eslint": "6.6.0",
"eslint-config-airbnb": "18.0.1",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "1.7.0",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.7.0",
"node-sass": "4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"react-hot-loader": "4.12.6",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.3.0",
"webpack": "4.35.2",
"webpack-cli": "3.3.5",
"webpack-dev-server": "3.7.2",
"webpack-merge": "4.2.1",
"workbox-webpack-plugin": "4.3.1"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.5.5",
"@fortawesome/fontawesome-svg-core": "1.2.20",
"@fortawesome/free-solid-svg-icons": "5.10.0",
"@fortawesome/react-fontawesome": "0.1.4",
"@redux-offline/redux-offline": "2.5.2",
"axios": "0.19.0",
"base-64": "0.1.0",
"bcryptjs": "2.4.3",
"bootstrap": "4.3.1",
"date-fns": "2.2.1",
"final-form": "^4.18.2",
"final-form-arrays": "3.0.1",
"immutability-helper": "3.0.1",
"jquery": "3.4.1",
"jwt-decode": "2.2.0",
"lodash": "4.17.15",
"papaparse": "5.1.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-beautiful-dnd": "11.0.5",
"react-countdown-now": "2.1.1",
"react-datepicker": "2.8.0",
"react-dom": "16.8.6",
"react-final-form": "6.3.0",
"react-final-form-arrays": "3.1.1",
"react-modal": "3.10.1",
"react-redux": "7.1.0",
"react-router-dom": "5.0.1",
"react-s-alert": "1.4.1",
"react-select": "3.0.4",
"react-spinners": "0.6.1",
"react-table": "6.10.0",
"redux": "4.0.4",
"redux-promise": "0.6.0",
"redux-thunk": "2.3.0",
"reselect": "4.0.0"
}
}