-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.36 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.36 KB
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
{
"name": "studio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\" --config ./.prettierrc",
"preview": "vite preview",
"deploy": "ts-node --esm scripts/deploy.ts"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fair-protocol/sdk": "^2.0.22",
"@fairai/evm-sdk": "^0.0.9",
"@irys/sdk": "^0.0.4",
"@mui/icons-material": "5.11.0",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"@permaweb/stampjs": "^0.6.2",
"@uiw/react-md-editor": "3.20.2",
"arweave": "1.11.8",
"arweave-wallet-connector": "^1.0.2",
"axios": "1.4.0",
"bignumber.js": "^9.1.1",
"eslint-plugin-react": "^7.32.2",
"filereader-stream": "^2.0.0",
"jdenticon": "3.2.0",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-number-format": "^5.2.2",
"react-router-dom": "^6.14.1",
"redstone-api": "^0.4.11",
"rehype-sanitize": "5.0.1",
"vite-plugin-svgr": "^3.2.0",
"warp-contracts": "1.4.26",
"warp-contracts-plugin-deploy": "1.0.13",
"warp-contracts-plugin-signature": "^1.0.20-beta.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/lodash": "^4.14.195",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"arconnect": "0.4.2",
"crypto-browserify": "^3.12.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.8",
"stream-browserify": "^3.0.0",
"typescript": "^5.2.2",
"vite": "^4.3.9",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-tsconfig-paths": "4.2.0"
}
}