-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
107 lines (107 loc) · 3.57 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
{
"name": "protocol-land",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-contracts": "node ./scripts/build-contracts.js",
"deploy-contracts": "node ./scripts/deploy.js",
"evolve-contracts": "node ./scripts/deploy.js --evolve",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.3.3",
"@arweave-wallet-kit-beta/arconnect-strategy": "^0.0.1-beta.5",
"@arweave-wallet-kit-beta/browser-wallet-strategy": "^0.0.1-beta.4",
"@arweave-wallet-kit-beta/core": "^0.0.1-beta.4",
"@arweave-wallet-kit-beta/react": "^0.0.1-beta.4",
"@floating-ui/react": "^0.26.8",
"@headlessui/react": "^2.1.2",
"@hookform/resolvers": "^3.2.0",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@markdoc/markdoc": "^0.4.0",
"@permaweb/aoconnect": "^0.0.59",
"@uiw/codemirror-extensions-langs": "^4.21.11",
"@uiw/codemirror-theme-github": "^4.21.11",
"@uiw/react-codemirror": "^4.21.11",
"@uiw/react-md-editor": "^3.23.5",
"ardb": "^1.1.10",
"arweave": "^1.14.4",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-export-import": "^4.0.7",
"dexie-react-hooks": "^1.1.7",
"framer-motion": "^10.15.0",
"headless-stepper": "^1.9.1",
"immer": "^10.0.2",
"isomorphic-git": "^1.24.5",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"lang-exts-map": "^0.4.0",
"mime": "^4.0.0",
"react": "^18.2.0",
"react-calendar-heatmap": "^1.9.0",
"react-codemirror-merge": "^4.21.13",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-ga4": "^2.1.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-inlinesvg": "^3.0.3",
"react-lottie": "^1.2.3",
"react-mde": "^11.5.0",
"react-router-dom": "^6.15.0",
"react-showdown": "^2.3.1",
"react-spinners": "^0.14.1",
"react-stickynode": "^4.1.1",
"react-syntax-highlighter": "^15.5.0",
"react-timezone-select": "^2.1.2",
"react-tooltip": "^5.21.5",
"recharts": "^2.9.2",
"uuid": "^9.0.0",
"warp-arbundles": "^1.0.4",
"warp-contracts": "^1.4.16",
"warp-contracts-plugin-deploy": "^1.0.13",
"warp-contracts-plugin-signature": "^1.0.20",
"yup": "^1.2.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@types/clean-git-ref": "^2.0.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.4.6",
"@types/react": "^18.2.15",
"@types/react-calendar-heatmap": "^1.6.4",
"@types/react-dom": "^18.2.7",
"@types/react-stickynode": "^4.0.3",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/showdown": "^2.0.2",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"esbuild": "^0.19.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-anti-trojan-source": "^1.1.1",
"eslint-plugin-check-file": "^2.4.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"replace-in-file": "^7.0.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^5.0.12",
"vite-plugin-node-polyfills": "^0.19.0"
}
}