-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.77 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
{
"name": "summit2023",
"version": "0.2.63",
"private": true,
"author": "Cardano Foundation Team",
"repository": "https://github.com/cardano-foundation/cf-cardano-ballot",
"description": "Cardano Summit 2023",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@cardano-foundation/cardano-connect-with-wallet": "^0.2.6",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.13.0",
"@mui/system": "^5.14.13",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/cypress": "^1.1.3",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/node-fetch": "^2.6.4",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/uuid": "^9.0.2",
"classnames": "^2.3.2",
"cypress": "^12.14.0",
"eslint-plugin-cypress": "^2.13.3",
"history": "^5.3.0",
"i18next": "^22.4.14",
"json-canonicalize": "^1.0.6",
"moment": "^2.29.4",
"mui-tel-input": "^4.0.0",
"path-exists-cli": "^2.0.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-inject-env": "^2.0.0-next.17",
"react-masonry-css": "^1.0.16",
"react-minimal-pie-chart": "^8.4.0",
"react-qr-code": "^2.0.12",
"react-redux": "^8.1.2",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"react-timer-hook": "^3.0.6",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-reset": "^0.3.0",
"redux-thunk": "^2.4.2",
"sass": "^1.56.1",
"sort-package-json": "^2.5.1",
"start-server-and-test": "^2.0.0",
"swiper": "^9.3.1",
"tss-react": "^4.9.2",
"typescript": "^4.9.5",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "PORT=4000 react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"jest-test": "react-scripts test",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"react-inject-env": "react-inject-env set",
"test": "start-server-and-test start localhost:3000 cypress:run",
"lint": "eslint --fix --ext .ts,.tsx .",
"prettier": "npx prettier --write 'src/**/*.{ts,tsx,scss}'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}