-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
114 lines (114 loc) · 3.22 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
{
"name": "decentraland-dapps",
"version": "0.0.0-development",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"@0xsequence/multicall": "^0.25.1",
"@0xsequence/relayer": "^0.25.1",
"@dcl/crypto": "^3.3.1",
"@dcl/schemas": "^14.0.0",
"@dcl/single-sign-on-client": "^0.1.0",
"@dcl/ui-env": "^1.5.0",
"@transak/transak-sdk": "^3.1.3",
"@types/flat": "0.0.28",
"@types/segment-analytics": "^0.0.38",
"@well-known-components/fetch-component": "^2.0.1",
"@wert-io/widget-initializer": "^6.1.1",
"axios": "^0.21.1",
"date-fns": "^1.29.0",
"dcl-catalyst-client": "^21.1.0",
"decentraland-connect": "^7.2.0",
"decentraland-crypto-fetch": "^2.0.1",
"decentraland-transactions": "^2.15.0",
"decentraland-ui": "^6.11.0",
"ethers": "^5.6.8",
"events": "^3.3.0",
"flat": "^5.0.2",
"pusher-js": "^8.0.1",
"react-intl": "^5.20.7",
"redux-persistence": "^1.2.0",
"redux-persistence-engine-localstorage": "^1.0.0",
"redux-storage-decorator-filter": "^1.1.8",
"typesafe-actions": "^2.0.3",
"uuid": "^9.0.1"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"test": "jest",
"test:coverage": "jest --collectCoverage",
"test:watch": "jest --watch",
"semantic-release": "semantic-release",
"commitmsg": "validate-commit-msg"
},
"devDependencies": {
"@swc/core": "^1.3.107",
"@swc/jest": "^0.2.31",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^12.1.5",
"@types/history": "^4.7.3",
"@types/isomorphic-fetch": "^0.0.36",
"@types/jest": "^29.5.11",
"@types/node": "^16.6.0",
"@types/ramda": "^0.27.44",
"@types/react": "^17.0.17",
"@types/react-redux": "^7.1.18",
"@types/react-router": "^5.1.20",
"@types/redux-storage-engine-localstorage": "^1.1.1",
"@types/uuid": "^9.0.5",
"@types/ws": "^8.5.3",
"dcl-tslint-config-standard": "^1.0.1",
"history": "^4.10.1",
"husky": "^0.14.3",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nock": "^13.2.9",
"prettier": "^1.10.2",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-router": "^5.3.4",
"redux": "^4.1.0",
"redux-saga": "^1.1.3",
"redux-saga-test-plan": "^4.0.5",
"rimraf": "^2.6.3",
"semantic-release": "^20.1.0",
"ts-node": "^10.1.0",
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.10.0",
"tslint-language-service": "^0.9.9",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^5.3.3",
"validate-commit-message": "^3.0.1"
},
"peerDependencies": {
"history": "^4.10.1",
"react": "^17.0.2",
"react-redux": "^7.2.4",
"react-router": "^5.3.4",
"redux": "^4.1.0",
"redux-saga": "^1.1.3"
},
"prettier": {
"printWidth": 80,
"singleQuote": true,
"semi": false
},
"engines": {
"npm": "^8.0.0 || ^9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/decentraland/decentraland-dapps.git"
},
"publishConfig": {
"provenance": true
}
}