This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.93 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
118
119
120
121
122
123
124
125
126
{
"name": "tailwind-typescript-starter-nextjs",
"version": "1.0.0",
"description": "typescript starter with tailwindcss",
"author": "kumard3",
"repository": {
"type": "git",
"url": "git+https://github.com/Cyphen12/tailwind-typescript-starter.git"
},
"source": "pages/index.tsx",
"engines": {
"node": ">=14"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@3id/connect": "^0.4.1",
"@ceramicnetwork/3id-did-resolver": "^2.1.7",
"@ceramicnetwork/http-client": "^2.3.4",
"@ceramicnetwork/stream-tile": "^2.4.3",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@huddle01/react": "^0.0.1",
"@lit-protocol/access-control-conditions": "^2.2.0",
"@lit-protocol/auth-helpers": "^2.2.0",
"@lit-protocol/bls-sdk": "^2.2.0",
"@lit-protocol/constants": "^2.2.0",
"@lit-protocol/crypto": "^2.2.0",
"@lit-protocol/lit-node-client": "^2.2.0",
"@lit-protocol/lit-node-client-nodejs": "^2.2.0",
"@lit-protocol/types": "^2.2.0",
"@mui/material": "^5.10.16",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@pushprotocol/restapi": "^1.3.3",
"@pushprotocol/socket": "^0.5.1",
"@pushprotocol/uiweb": "^0.2.3",
"@rainbow-me/rainbowkit": "0.12.14",
"@react-oauth/google": "^0.4.0",
"@simplewebauthn/browser": "^6.2.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/chai": "^4.3.4",
"@types/jest": "^29.4.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.19",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"base64url": "^3.0.1",
"chai": "^4.3.7",
"cids": "^1.1.9",
"codemirror": "^6.0.1",
"connectkit": "^1.1.1",
"dids": "^3.3.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"framer-motion": "^7.6.2",
"hardhat": "^2.11.2",
"hardhat-contract-sizer": "^2.4.0",
"hardhat-deploy": "^0.9.29",
"hardhat-gas-reporter": "^1.0.7",
"immer": "^10.0.2",
"js-base64": "^3.7.2",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.1",
"lit-js-sdk": "^1.1.218",
"next": "13.0.0",
"next-themes": "^0.1.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"react": "18.2.0",
"react-codemirror2": "^7.2.1",
"react-dom": "18.2.0",
"react-icons": "^4.3.1",
"react-scripts": "5.0.1",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.13",
"styled-components": "^5.3.6",
"wagmi": "0.12.13",
"web-vitals": "^2.1.4",
"web3-react": "^5.0.5",
"zustand": "^4.3.6"
},
"devDependencies": {
"@glif/filecoin-address": "^2.0.18",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@openzeppelin/contracts": "^4.8.2",
"@typechain/hardhat": "^6.1.2",
"@types/node": "18.11.8",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@zondax/filecoin-solidity": "^4.0.3",
"autoprefixer": "^10.4.0",
"babel-eslint": "^10.1.0",
"dotenv": "^10.0.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"postcss": "^8.4.5",
"prettier": "^1.18.2",
"tailwindcss": "^3.0.7",
"ts-node": "^10.9.1",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "4.8.4"
},
"bugs": {
"url": "https://github.com/Cyphen12/tailwind-typescript-starter/issues"
},
"homepage": "https://github.com/Cyphen12/tailwind-typescript-starter#readme",
"main": "next.config.js",
"keywords": [
"nextjs",
"tailwindcss",
"typescript",
"starter"
]
}