forked from heartpoints/heartpoints.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.34 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
{
"name": "heartpoints.org",
"version": "1.1.1",
"description": "A platform for electronic 1 on 1 philanthropy",
"main": "index.js",
"scripts": {
"start": "ts-node-dev src/webServer",
"watch": "webpack-dev-server --hot --inline --color",
"test": "mocha",
"cover": "nyc mocha",
"coverHTML": "nyc --reporter=html mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/in-need-org/hrtz.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/in-need-org/hrtz.io/issues"
},
"homepage": "https://github.com/in-need-org/hrtz.io#readme",
"dependencies": {
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"@pulumi/docker": "^0.17.4",
"@pulumi/gcp": "^1.2.0",
"@pulumi/pulumi": "^1.2.0",
"@types/chai": "^4.1.7",
"@types/history": "^4.7.2",
"@types/lodash": "^4.14.117",
"@types/mocha": "^5.2.6",
"@types/moment": "^2.13.0",
"@types/node-fetch": "^2.5.1",
"@types/react": "^16.8.22",
"@types/react-autosuggest": "^9.3.7",
"@types/react-dom": "^16.8.4",
"@types/victory": "^0.9.20",
"awesome-typescript-loader": "^5.2.1",
"bash-language-server": "^1.5.6",
"chai": "^4.2.0",
"classnames": "^2.2.6",
"css-loader": "^2.1.1",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"history": "^4.9.0",
"js-cookie": "^2.2.0",
"lodash": "^4.17.11",
"material-ui-popup-state": "^1.1.1",
"mocha": "^6.0.2",
"moment": "^2.22.2",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-confetti": "^2.8.0",
"react-dom": "^16.8.6",
"react-facebook-login": "^4.1.1",
"react-router-dom": "^4.3.1",
"recharts": "^1.4.2",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"source-map-support": "^0.5.13",
"style-loader": "^0.23.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.2",
"victory": "^30.6.0",
"webpack": "^4.23.1"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/js-cookie": "^2.2.0",
"@types/react-facebook-login": "^4.1.0",
"@types/react-router-dom": "^4.3.1",
"nyc": "^14.1.1",
"ts-node-dev": "^1.0.0-pre.32",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"engines": {
"node": ">=0.10.0"
}
}