-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.65 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
{
"name": "gregory-ms-website",
"version": "1.0.0",
"description": "This is an implementation of the software found at <https://gregory-ai.com/>, configured to assist doctors and people with Multiple Sclerosis find the most up to date information.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "hugo --gc --minify",
"dev": "hugo server --disableFastRender"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunoamaral/gregory-ms-website.git"
},
"author": "bruno amaral",
"license": "ISC",
"bugs": {
"url": "https://github.com/brunoamaral/gregory-ms-website/issues"
},
"homepage": "https://github.com/brunoamaral/gregory-ms-website#readme",
"devDependencies": {
"autoprefixer": "^10.4.21",
"cssnano": "^5.1.14",
"postcss-cli": "^10.1.0",
"purgecss": "^5.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"axios": "^1.4.0",
"d3": "^7.8.5",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"file-saver": "^2.0.5",
"js-file-download": "^0.4.12",
"json2csv": "^6.0.0-alpha.2",
"os": "^0.1.2",
"p-limit": "^3.1.0",
"papaparse": "^5.4.1",
"postcss": "^8.5.6",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-markdown": "^10.1.0",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-spinners": "^0.13.8",
"recharts": "^2.6.2",
"stream": "^0.0.2"
},
"directories": {
"doc": "docs"
},
"keywords": []
}