-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.19 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
{
"homepage": "https://osoc20.github.io/solid-elections-frontend/",
"name": "sep_frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@govflanders/vl-ui-badge": "^3.11.4",
"@govflanders/vl-ui-button": "^3.11.8",
"@govflanders/vl-ui-content-header": "^3.11.4",
"@govflanders/vl-ui-core": "^4.0.4",
"@govflanders/vl-ui-data-table": "^3.11.4",
"@govflanders/vl-ui-icon": "^3.11.4",
"@govflanders/vl-ui-loader": "^3.11.4",
"@govflanders/vl-ui-search": "^3.11.4",
"@govflanders/vl-ui-titles": "^3.11.4",
"@govflanders/vl-ui-typography": "^3.11.4",
"@govflanders/vl-ui-util": "^3.11.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"eslint-plugin-simple-import-sort": "^5.0.3",
"gh-pages": "^3.1.0",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-autosuggest": "^10.0.2",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"solid-wrapper": "https://github.com/oSoc20/solid-elections-wrapper",
"sunburst-chart": "^1.11.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"eslint": "6.x",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"prettier": "^2.0.5"
}
}