-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
{
"name": "shmoji",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"3id-did-provider": "^1.1.1",
"@3id/connect": "^0.2.5",
"@babel/runtime": "^7.22.6",
"@ceramicnetwork/3id-did-resolver": "^1.4.16",
"@ceramicnetwork/http-client": "^1.5.7",
"@codemirror/lang-javascript": "^6.1.9",
"@glazed/datamodel": "^0.2.0",
"@glazed/did-datastore": "^0.2.3",
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@needle-tools/engine": "^3.32.20-alpha",
"@uiw/react-codemirror": "^4.21.7",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/portis-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.0",
"@web3-react/walletlink-connector": "^6.2.1",
"autoprefixer": "^10.2.6",
"axios": "^1.3.5",
"babel-plugin-inline-react-svg": "^2.0.1",
"classnames": "^2.3.1",
"dids": "^2.4.3",
"faunadb": "^4.5.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.4.12",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"postcss": "^8.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-scripts": "^5.0.1",
"tailwindcss": "^3.1.8",
"three": "npm:@needle-tools/three@^0.160.3",
"typescript": "^5.2.2",
"web3": "1.7.4",
"zustand": "^3.7.1"
},
"devDependencies": {
"@needle-tools/helper": "^1.6.0",
"@types/react": "^18.0.33",
"@types/three": "0.160.0",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3"
}
}