-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "vite-react-ts",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"postinstall": "patch-package"
},
"prettier": "@stacks/prettier-config",
"dependencies": {
"@micro-stacks/react": "0.2.0",
"@nelson-ui/react": "0.1.5",
"@tiptap/react": "2.0.0-beta.108",
"@tiptap/starter-kit": "2.0.0-beta.183",
"dayjs": "1.11.0",
"jotai": "1.6.1",
"micro-stacks": "0.2.4",
"modern-normalize": "1.1.0",
"p-debounce": "4.0.0",
"p-queue": "7.2.0",
"p-retry": "5.1.0",
"react": "18.0.0-rc.3",
"react-dom": "18.0.0-rc.3",
"wouter": "2.8.0-alpha.2"
},
"devDependencies": {
"@stacks/prettier-config": "0.0.10",
"@stacks/stacks-blockchain-api-types": "3.0.2",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@vitejs/plugin-react": "1.2.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"prettier": "2.6.1",
"typescript": "4.6.3",
"vite": "2.8.6"
},
"resolutions": {
"jotai": "1.6.1",
"micro-stacks": "0.2.4"
}
}