|
16 | 16 | "version": "1.0.0", |
17 | 17 | "author": "Hiro Systems PBC (formerly Blockstack PBC)", |
18 | 18 | "dependencies": { |
19 | | - "@emotion/cache": "^11.0.0", |
20 | 19 | "@babel/core": "^7.12.10", |
| 20 | + "@emotion/cache": "^11.0.0", |
21 | 21 | "@emotion/core": "^11.0.0", |
22 | 22 | "@emotion/css": "^11.0.0", |
23 | 23 | "@emotion/react": "^11.1.5", |
|
31 | 31 | "@react-spectrum/utils": "^3.5.1", |
32 | 32 | "@react-stately/toggle": "^3.2.1", |
33 | 33 | "@stacks/auth": "^1.2.2", |
| 34 | + "@stacks/blockchain-api-client": "^0.49.0", |
34 | 35 | "@stacks/connect": "^4.3.16-alpha.d514fd4.0", |
35 | 36 | "@stacks/connect-ui": "^2.17.17-alpha.d514fd4.0", |
36 | 37 | "@stacks/network": "^1.2.2", |
|
94 | 95 | "devDependencies": { |
95 | 96 | "@blockstack/stacks-blockchain-api-types": "^0.48.3", |
96 | 97 | "@commitlint/config-conventional": "^11.0.0", |
97 | | - "@next/bundle-analyzer": "^10.0.7", |
98 | | - "@stacks/eslint-config": "^1.0.7", |
99 | | - "@stacks/prettier-config": "^0.0.7", |
100 | | - "@types/express": "^4.17.11", |
101 | | - "@types/fontfaceobserver": "^0.0.6", |
102 | | - "@types/next": "^9.0.0", |
103 | | - "@types/node": "^14.14.31", |
104 | | - "@types/react": "^17.0.2", |
105 | | - "@types/store": "^2.0.2", |
106 | | - "@types/styled-system__theme-get": "^5.0.1", |
107 | | - "@typescript-eslint/eslint-plugin": "^4.15.2", |
108 | | - "@typescript-eslint/parser": "^4.15.2", |
109 | | - "commitlint": "^11.0.0", |
110 | | - "eslint": "^7.20.0", |
111 | | - "eslint-plugin-import": "^2.22.1", |
112 | | - "eslint-plugin-prettier": "^3.3.1", |
113 | | - "husky": "^4.3.8", |
114 | | - "lint-staged": "^10.5.4", |
115 | | - "package-json-cleanup-loader": "^1.0.3", |
116 | 98 | "@emotion/babel-plugin": "^11.1.2", |
117 | 99 | "@emotion/babel-preset-css-prop": "^11.0.0", |
118 | 100 | "@next/bundle-analyzer": "^10.0.5", |
119 | 101 | "@stacks/eslint-config": "^1.0.7", |
120 | 102 | "@stacks/prettier-config": "^0.0.7", |
| 103 | + "@types/express": "^4.17.11", |
| 104 | + "@types/fontfaceobserver": "^0.0.6", |
121 | 105 | "@types/just-debounce-it": "^1.1.0", |
| 106 | + "@types/next": "^9.0.0", |
| 107 | + "@types/node": "^14.14.31", |
122 | 108 | "@types/nprogress": "^0.2.0", |
123 | 109 | "@types/pluralize": "^0.0.29", |
124 | 110 | "@types/prismjs": "^1.16.1", |
125 | 111 | "@types/react": "^17.0.0", |
| 112 | + "@types/store": "^2.0.2", |
| 113 | + "@types/styled-system__theme-get": "^5.0.1", |
| 114 | + "@typescript-eslint/eslint-plugin": "^4.15.2", |
126 | 115 | "@typescript-eslint/parser": "^4.14.0", |
127 | 116 | "@welldone-software/why-did-you-render": "^6.0.5", |
128 | 117 | "commitlint": "^11.0.0", |
129 | 118 | "eslint": "^7.18.0", |
| 119 | + "eslint-plugin-import": "^2.22.1", |
| 120 | + "eslint-plugin-prettier": "^3.3.1", |
130 | 121 | "husky": "^4.3.8", |
| 122 | + "lint-staged": "^10.5.4", |
| 123 | + "package-json-cleanup-loader": "^1.0.3", |
131 | 124 | "prettier": "^2.2.1", |
132 | 125 | "typescript": "^4.1.5" |
133 | 126 | }, |
|
0 commit comments