-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
92 lines (92 loc) · 2.77 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
{
"name": "PhatContract-UI",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev:closed-beta": "VITE_SITE_BRANCH_NAME=closed_beta vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc --noemit",
"test": "jest"
},
"babelMacros": {
"twin": {
"preset": "emotion",
"disableShortCss": false
}
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.1.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/montserrat": "^5.0.1",
"@fontsource/poppins": "^5.0.1",
"@fontsource/roboto-mono": "^5.0.1",
"@phala/ink-validator": "^0.1.0",
"@phala/sdk": "^0.6.0-nightly-20231208",
"@polkadot/react-identicon": "^3.4.1",
"@tanstack/query-core": "^4.29.7",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^4.29.7",
"@uiw/codemirror-theme-vscode": "^4.21.3",
"@uiw/react-codemirror": "^4.21.3",
"cookies-next": "^2.1.1",
"decimal.js": "^10.4.3",
"error-stack-parser": "^2.1.4",
"fp-ts": "^2.16.0",
"framer-motion": "^10.12.16",
"humps": "^2.0.1",
"jotai": "1.8.6",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.4",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1",
"uuid": "^9.0.0",
"xstate": "^4.37.2",
"zod": "^3.22.3"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.21.5",
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.1",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query-devtools": "^4.29.7",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bn.js": "^5.1.1",
"@types/humps": "^2.0.2",
"@types/jest": "^29.5.1",
"@types/ramda": "^0.29.2",
"@types/react": "^18.2.7",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.4",
"@types/react-dropzone": "^5.1.0",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^4.0.3",
"babel-jest": "^29.5.0",
"babel-plugin-macros": "^3.1.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"twin.macro": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.5.2",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
}
}