-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "gregory-ms-website",
"version": "1.0.0",
"description": "",
"main": "babel.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"node-red": "^3.0.2",
"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",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-csv": "^2.2.2",
"react-dom": "^18.2.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"
}
}