-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.67 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "ligolib-dapp",
"version": "1.0.0",
"scripts": {
"start": "PORT=3000 NODE_ENV=development REACT_APP_BACKEND_URL=http://localhost:8080 react-app-rewired -r @cypress/instrument-cra start && open http://localhost:3000",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"analyze": "react-scripts build && source-map-explorer 'build/static/js/*.js'",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:test": "cypress run -s 'cypress/integration/**/*-spec.js'",
"import-shared": "rm -Rf src/shared && cp -R ../api/src/shared src/shared"
},
"dependencies": {
"@taquito/beacon-wallet": "13.0.0",
"@taquito/signer": "13.0.0",
"@taquito/taquito": "13.0.0",
"@taquito/utils": "13.0.0",
"@temple-wallet/dapp": "7.0.0",
"axios": "^0.24.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"constate": "^3.3.0",
"dayjs": "^1.10.7",
"gsap": "^3.9.1",
"history": "^5.0.1",
"jwt-decode": "^3.1.2",
"md5": "^2.3.0",
"react": "^17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-google-recaptcha-v3": "^1.9.5",
"react-gsap": "^3.2.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.5",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-router-hash-link": "^2.4.3",
"react-router-transition": "^2.1.0",
"react-scripts": "^5.0.1",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"styled-components": "^5.3.1",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.11",
"@cypress/instrument-cra": "^1.4.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"@types/history": "^4.7.9",
"@types/jwt-decode": "^3.1.0",
"@types/markdown-to-jsx": "^7.0.1",
"@types/md5": "^2.3.1",
"@types/mongodb": "^4.0.7",
"@types/node": "^16.10.1",
"@types/rc-slider": "^9.3.1",
"@types/react": "^17.0.24",
"@types/react-alert": "^5.2.1",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@types/react-motion": "^0.0.31",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.3.0",
"@types/react-router-hash-link": "^2.4.4",
"@types/react-tooltip": "^4.2.4",
"@types/react-transition-group": "^4.4.3",
"@types/styled-components": "^5.1.14",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^1.13.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"cypress": "^8.4.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"https-browserify": "^1.0.0",
"jest": "26.6.0",
"mockdate": "^3.0.5",
"os-browserify": "^0.3.0",
"prettier": "^2.7.1",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"react-app-rewired": "^2.2.1",
"react-test-renderer": "^17.0.2",
"source-map-explorer": "^2.5.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-jest": "^27.0.5",
"typescript": "4.7.4",
"url": "^0.11.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}