|
15 | 15 | "bundle": "parcel build src/app/index.html -d dist/app --no-source-maps", |
16 | 16 | "test": "jest", |
17 | 17 | "test:ci": "jest --runInBand", |
18 | | - "prepublish": "yarn build" |
19 | | - }, |
20 | | - "husky": { |
21 | | - "hooks": { |
22 | | - "pre-commit": "yarn tsc", |
23 | | - "pre-push": "yarn test" |
24 | | - } |
| 18 | + "prepublish": "yarn build", |
| 19 | + "prepare": "husky install" |
25 | 20 | }, |
26 | 21 | "dependencies": { |
27 | | - "chalk": "^4.0.0", |
28 | | - "chokidar": "^3.4.0", |
| 22 | + "chalk": "^4.1.2", |
| 23 | + "chokidar": "^3.5.3", |
29 | 24 | "clear": "^0.1.0", |
30 | | - "commander": "^5.1.0", |
31 | | - "express": "^4.17.1", |
32 | | - "figlet": "^1.4.0", |
33 | | - "parcel-bundler": "^1.12.4", |
34 | | - "query-string": "^6.12.1", |
35 | | - "ws": "^7.3.0" |
| 25 | + "commander": "^9.4.0", |
| 26 | + "debug": "^4.3.4", |
| 27 | + "express": "^4.18.1", |
| 28 | + "figlet": "^1.5.2", |
| 29 | + "parcel-bundler": "1.12.3", |
| 30 | + "query-string": "^7.1.1", |
| 31 | + "ws": "^8.8.1" |
36 | 32 | }, |
37 | 33 | "devDependencies": { |
38 | | - "@studydefi/money-legos": "^2.1.3", |
39 | | - "@testing-library/react": "^10.0.4", |
40 | | - "@testing-library/react-hooks": "^3.2.1", |
41 | | - "@types/clear": "^0.1.0", |
42 | | - "@types/express": "^4.17.6", |
43 | | - "@types/figlet": "^1.2.0", |
44 | | - "@types/jest": "^25.2.3", |
45 | | - "@types/node": "^14.0.1", |
46 | | - "@types/parcel-bundler": "^1.12.1", |
47 | | - "@types/puppeteer": "^3.0.0", |
48 | | - "@types/react": "^16.9.35", |
49 | | - "@types/react-dom": "^16.9.8", |
50 | | - "@types/react-modal": "^3.10.5", |
51 | | - "@types/styled-components": "^5.1.0", |
52 | | - "@types/ws": "^7.2.4", |
53 | | - "abi-decoder": "^2.3.0", |
54 | | - "ethers": "^4.0.47", |
55 | | - "ganache-cli": "^6.9.1", |
56 | | - "get-port": "^5.1.1", |
57 | | - "husky": "^4.2.5", |
58 | | - "jest": "^26.0.1", |
59 | | - "jest-puppeteer": "^4.4.0", |
60 | | - "nodemon": "^2.0.4", |
61 | | - "parcel-plugin-bundle-visualiser": "^1.2.0", |
62 | | - "puppeteer": "^3.1.0", |
63 | | - "random-words": "^1.1.1", |
64 | | - "react": "^16.13.1", |
65 | | - "react-dom": "^16.13.1", |
66 | | - "react-modal": "^3.11.2", |
67 | | - "react-test-renderer": "^16.13.1", |
68 | | - "react-use": "^15.1.0", |
69 | | - "react95": "^3.0.0-beta.24", |
70 | | - "styled-components": "^5.1.0", |
71 | | - "tcp-port-used": "^1.0.1", |
72 | | - "truffle": "^5.1.27", |
73 | | - "ts-jest": "^26.0.0", |
74 | | - "ts-node": "^8.10.1", |
75 | | - "typescript": "^3.9.2", |
| 34 | + "@testing-library/react": "^13.3.0", |
| 35 | + "@testing-library/react-hooks": "^8.0.1", |
| 36 | + "@types/clear": "^0.1.2", |
| 37 | + "@types/express": "^4.17.13", |
| 38 | + "@types/figlet": "^1.5.5", |
| 39 | + "@types/jest": "^28.1.8", |
| 40 | + "@types/node": "^18.7.13", |
| 41 | + "@types/parcel-bundler": "^1.12.3", |
| 42 | + "@types/puppeteer": "^5.4.6", |
| 43 | + "@types/react": "^18.0.17", |
| 44 | + "@types/react-dom": "^18.0.6", |
| 45 | + "@types/react-modal": "^3.13.1", |
| 46 | + "@types/styled-components": "^5.1.26", |
| 47 | + "@types/tcp-port-used": "^1.0.1", |
| 48 | + "@types/ws": "^8.5.3", |
| 49 | + "abi-decoder": "^2.4.0", |
| 50 | + "ethers": "^5.7.0", |
| 51 | + "get-port": "5.1.1", |
| 52 | + "husky": "^8.0.0", |
| 53 | + "jest": "^29.0.1", |
| 54 | + "jest-environment-jsdom": "^29.0.1", |
| 55 | + "jest-puppeteer": "^6.1.1", |
| 56 | + "jest-styled-components": "^7.1.0", |
| 57 | + "nodemon": "^2.0.19", |
| 58 | + "puppeteer": "^16.2.0", |
| 59 | + "random-words": "^1.2.0", |
| 60 | + "react": "^18.2.0", |
| 61 | + "react-dom": "^18.2.0", |
| 62 | + "react-modal": "^3.15.1", |
| 63 | + "react-test-renderer": "^18.2.0", |
| 64 | + "react95": "3.0.0", |
| 65 | + "styled-components": "^5.3.5", |
| 66 | + "tcp-port-used": "^1.0.2", |
| 67 | + "ts-jest": "29.0.0-next.0", |
| 68 | + "ts-node": "^10.9.1", |
| 69 | + "typescript": "^4.8.2", |
76 | 70 | "unstated-next": "^1.1.0" |
| 71 | + }, |
| 72 | + "engines": { |
| 73 | + "node": "16" |
77 | 74 | } |
78 | 75 | } |
0 commit comments