-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
117 lines (117 loc) · 3.89 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
116
117
{
"name": "qn-oss",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"serve:app:nft:hooks": "nx serve apps-examples-nft-react-hooks",
"test:app:nft:hooks": "nx test apps-examples-nft-react-hooks",
"test:lib:nft:hooks": "nx test libs-ui-nft-react-hooks",
"build:lib:nft:hooks:dist:prep": "node ./tools/build-lib-nft-hooks/prepareDist.js",
"build:lib:nft:hooks:dist:cjs:make": "node ./tools/build-lib-nft-hooks/makeMainCjs.js",
"build:lib:nft:hooks:dist:cjs:cp": "node ./tools/build-lib-nft-hooks/cpMainCjs.js",
"build:lib:nft:hooks": "bash tools/build-lib-nft-hooks/build-lib-nft-hooks.bash",
"pack:lib:nft:hooks": "yarn build:lib:nft:hooks && cd dist/packages/libs/ui/nft-react-hooks && npm pack",
"pub:lib:nft:hooks": "./tools/build-lib-nft-hooks/pub-lib-nft-hooks.bash",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.7.12",
"@ethersproject/providers": "^5.7.2",
"@solana/web3.js": "^1.91",
"@urql/core": "^4.2.0",
"@urql/exchange-graphcache": "^6.4.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.6.5",
"cross-fetch": "^3.1.5",
"ethers": "^6.1.0",
"express": "~4.18.2",
"graphql": "^16.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-modal": "^3.16.1",
"react-router-dom": "6.4.3",
"react-sizeme": "^3.0.2",
"regenerator-runtime": "^0.13.7",
"styled-components": "5.3.6",
"tslib": "^2.5.3",
"viem": "^2.13.7",
"web-vitals": "^2.1.4",
"zod": "^3.21.4",
"zustand": "^4.0.0-rc.3"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.18.6",
"@nrwl/js": "16.1.0",
"@nrwl/rollup": "16.1.0",
"@nrwl/webpack": "16.1.0",
"@nx/eslint-plugin": "~16.1.0",
"@nx/express": "~16.1.0",
"@nx/jest": "~16.1.0",
"@nx/js": "~16.1.0",
"@nx/linter": "~16.1.0",
"@nx/node": "~16.1.0",
"@nx/react": "~16.1.0",
"@nx/web": "~16.1.0",
"@nx/workspace": "~16.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@pollyjs/adapter-node-http": "^6.0.5",
"@pollyjs/core": "^6.0.5",
"@pollyjs/persister-fs": "^6.0.5",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "13.4.0",
"@types/express": "4.17.14",
"@types/jest": "^29.5.1",
"@types/mocha": "^10.0.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-modal": "^3.13.1",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.26",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"babel-jest": "29.4.3",
"babel-loader": "^8.2.5",
"css-loader": "^6.4.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.0",
"jest": "29.4.3",
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "29.4.3",
"ngx-deploy-npm": "^6.0.0",
"nx": "16.1.0",
"nx-cloud": "16.0.5",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-node-externals": "^6.0.1",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "^9.3.1",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-merge": "^5.8.0"
}
}