-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"browserslist": [
"since 2017"
],
"name": "fellows-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@remirror/pm": "^2.0.6",
"@remirror/react": "^2.0.29",
"@remirror/react-editors": "^1.0.34",
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.2.14",
"crypto-js": "^4.1.1",
"eth-crypto": "^2.6.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.4.2",
"kwil": "^3.2.0",
"localforage": "^1.10.0",
"next": "13.4.4",
"ramda": "^0.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-mde": "^11.5.0",
"remirror": "^2.0.32",
"sass": "^1.63.6",
"showdown": "^2.1.0",
"weavedb-sdk": "^0.27.13"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}