forked from bradcart/reactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.52 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
{
"name": "reactory-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@craftjs/core": "^0.1.0-beta.20",
"@craftjs/layers": "^0.1.0-beta.20",
"@craftjs/utils": "^0.1.0-beta.20",
"@radix-ui/colors": "^0.1.7",
"@radix-ui/react-accessible-icon": "^0.0.16",
"@radix-ui/react-accordion": "^0.0.18",
"@radix-ui/react-alert-dialog": "^0.0.20",
"@radix-ui/react-aspect-ratio": "^0.0.15",
"@radix-ui/react-checkbox": "^0.0.17",
"@radix-ui/react-context-menu": "^0.0.24",
"@radix-ui/react-dropdown-menu": "^0.0.23",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-id": "^0.0.6",
"@radix-ui/react-label": "^0.0.15",
"@radix-ui/react-radio-group": "^0.0.19",
"@radix-ui/react-scroll-area": "^0.0.16",
"@radix-ui/react-separator": "^0.0.15",
"@radix-ui/react-slider": "^0.0.17",
"@radix-ui/react-slot": "^0.0.12",
"@radix-ui/react-switch": "^0.0.15",
"@radix-ui/react-toggle": "^0.0.10",
"@radix-ui/react-toggle-group": "^0.0.11",
"@radix-ui/react-toolbar": "^0.0.14",
"@radix-ui/react-tooltip": "^0.0.21",
"@stitches/react": "^1.0.0",
"copy-to-clipboard": "^3.3.1",
"font-picker-react": "^3.5.2",
"framer-motion": "^4.1.17",
"lzutf8": "^0.6.0",
"next": "^11.1.0",
"react": "17.0.2",
"react-contenteditable": "^3.3.5",
"react-dom": "17.0.2",
"resize-observer": "^1.0.2",
"sass": "^1.37.5",
"swr": "^0.5.6"
}
}