-
Notifications
You must be signed in to change notification settings - Fork 187
/
package.json
61 lines (61 loc) · 1.68 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
{
"name": "polis-report",
"version": "0.0.2",
"description": "pol.is report",
"scripts": {
"build:dev": "webpack --config webpack.dev.js",
"build:prod": "webpack",
"start": "webpack serve --config webpack.dev.js",
"lint": "eslint --quiet .",
"lint:verbose": "eslint .",
"test": "jest"
},
"author": "Colin Megill",
"license": "",
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/eslint-parser": "~7.19.1",
"@babel/plugin-proposal-decorators": "~7.21.0",
"@babel/preset-env": "~7.20.2",
"@babel/preset-react": "~7.18.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "~9.1.2",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "~8.35.0",
"eslint-plugin-react": "~7.32.2",
"event-hooks-webpack-plugin": "^2.3.0",
"glob": "~10.3.3",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"webpack": "~5.88.0",
"webpack-cli": "~5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"color": "~4.2.3",
"d3": "~4.6.0",
"d3-contour": "~1.1.2",
"d3-scale-chromatic": "~1.1.1",
"hull.js": "~0.2.11",
"jquery": "~3.6.3",
"lodash": "~4.17.21",
"prop-types": "~15.8.1",
"react": "^18.3.1",
"react-dom": "~18.3.1",
"react-fontawesome": "~0.3.3",
"react-redux": "~7.2.9",
"redux": "~3.0.5",
"redux-thunk": "~1.0.3",
"request": "~2.65.0",
"svg-text-wrap": "0.0.1"
},
"overrides": {
"graceful-fs": "~4.2.10"
}
}