-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1023 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1023 Bytes
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
{
"name": "harm-reduction-tracker",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"@rails/webpacker": "3.5",
"babel-preset-react": "^6.24.1",
"bloomer": "^0.6.3",
"bulma": "^0.7.1",
"formik": "^1.3.1",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-qr-reader": "^2.1.0",
"react_ujs": "^2.4.4",
"resolve-url-loader": "^3.0.0",
"semantic-ui-css": "^2.4.0",
"superagent": "^4.0.0-beta.5"
},
"devDependencies": {
"webpack-dev-server": "2.11.2"
},
"version": "1.0.0",
"description": "This application is designed to track harm reduction supplies and distribution. ",
"main": "index.js",
"repository": "https://github.com/HarmReductionTrackerGroup/HarmReductionTracker",
"author": "Harm Reduction Tracker Group",
"license": "MIT"
}