-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "@molefrog/domik-ltd",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"stackblitz": {
"startCommand": "VITE_PREVIEW_MODE=true npm run dev"
},
"dependencies": {
"@emotion/css": "^11.10.5",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.1.4",
"@radix-ui/react-slider": "^1.1.0",
"@react-hook/change": "^1.0.0",
"@react-hook/hover": "^4.0.0",
"@react-hook/intersection-observer": "^3.1.1",
"@react-hook/media-query": "^1.1.1",
"@react-hook/mouse-position": "^4.1.3",
"@react-hook/size": "^2.1.2",
"@react-spring/web": "^9.5.5",
"@types/lodash": "^4.14.191",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"colord": "^2.9.3",
"css-houdini-squircle": "^0.2.1",
"jotai": "^1.12.0",
"lodash": "^4.17.21",
"p2-es": "^1.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flip-toolkit": "^7.0.17",
"react-suspense-fetch": "^0.6.0",
"react-use-event-hook": "^0.9.3",
"react-youtube": "^10.0.0",
"rosetta": "^1.1.0",
"scroll-into-view": "^1.16.2",
"spoiled": "^0.2.0",
"use-debounce": "^9.0.2",
"use-sound": "^4.0.1",
"wouter": "^3.0.1"
},
"devDependencies": {
"@mantine/hooks": "^6.0.11",
"@mdx-js/rollup": "^2.1.4",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/scroll-into-view": "^1.16.0",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.6.4",
"vite": "^4.0.1"
}
}