-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.61 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
{
"name": "solid-elections-submission",
"version": "0.1.0",
"private": true,
"homepage": "https://osoc20.github.io/solid-elections-submission",
"dependencies": {
"@govflanders/vl-ui-alert": "^3.11.4",
"@govflanders/vl-ui-button": "^3.11.4",
"@govflanders/vl-ui-content-footer": "^3.11.4",
"@govflanders/vl-ui-content-header": "^3.11.4",
"@govflanders/vl-ui-core": "^4.0.4",
"@govflanders/vl-ui-double-input": "^3.11.4",
"@govflanders/vl-ui-form-validation": "^4.0.5",
"@govflanders/vl-ui-icon": "^3.11.4",
"@govflanders/vl-ui-input-field": "^3.11.4",
"@govflanders/vl-ui-input-group": "^3.11.4",
"@govflanders/vl-ui-link-list": "^3.11.4",
"@govflanders/vl-ui-loader": "^3.11.4",
"@govflanders/vl-ui-radio": "^3.11.4",
"@govflanders/vl-ui-tabs": "^3.11.4",
"@govflanders/vl-ui-titles": "^3.11.4",
"@govflanders/vl-ui-util": "^3.11.4",
"@solid/react": "^1.10.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/react-router-dom": "^5.1.5",
"@types/solid__react": "^1.6.1",
"i18next": "^19.8.2",
"i18next-xhr-backend": "^3.2.2",
"rdf-namespaces": "^1.8.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.14.2",
"react-i18next": "^11.7.3",
"react-icons": "^3.10.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-tooltip": "^4.2.7",
"reactjs-popup": "^1.5.0",
"redux": "^4.0.5",
"sass": "^1.26.10",
"solid-auth-client": "^2.4.1",
"solid-file-client": "^1.2.2",
"tripledoc": "^4.3.4",
"typescript": "^3.9.6"
},
"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.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^2.5.1",
"gh-pages": "^3.1.0"
}
}