generated from ncsa/react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.04 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "policy-design-lab",
"version": "1.3.0",
"description": "the front end of policy design lab",
"repository": "https://github.com/policy-design-lab/pdl-frontend",
"main": "src/app.tsx",
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config ./webpack.prod.js",
"test": "jest --coverage --passWithNoTests",
"test:watch": "npm run test -- --watch",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"docs": "typedoc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.8",
"@mui/styles": "^5.13.2",
"@types/node": "^18.8.2",
"@types/react-router": "^5.1.20",
"apexcharts": "^3.36.3",
"d3": "^7.8.4",
"d3-geo": "^3.0.1",
"d3-scale": "^4.0.2",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-bootstrap-icons": "^1.11.4",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-horizontal-stacked-bar-chart": "^8.15.2",
"react-router-dom": "^6.6.1",
"react-simple-maps": "^3.0.0",
"react-table": "^7.8.0",
"react-tooltip": "^4.5.1",
"recharts": "^2.3.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"dotenv-webpack": "^8.0.1",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^1.6.0",
"prettier": "^2.3.0",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"ts-jest": "^26.5.6",
"typedoc": "^0.24.6",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"webpack": "^5.37.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}