-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "fulcro-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@atlaskit/button": "15.1.4",
"@atlaskit/code": "14.3.2",
"@atlaskit/css-reset": "6.0.5",
"@atlaskit/dynamic-table": "14.1.5",
"@atlaskit/empty-state": "7.1.5",
"@atlaskit/form": "8.1.7",
"@atlaskit/inline-edit": "11.0.7",
"@atlaskit/inline-message": "11.0.8",
"@atlaskit/lozenge": "10.0.7",
"@atlaskit/menu": "0.7.0",
"@atlaskit/page-header": "10.0.7",
"@atlaskit/popup": "1.0.5",
"@atlaskit/radio": "5.0.3",
"@atlaskit/section-message": "5.0.9",
"@atlaskit/select": "14.1.0",
"@atlaskit/side-navigation": "0.8.0",
"@atlaskit/tabs": "13.2.6",
"@atlaskit/textarea": "4.0.1",
"@atlaskit/textfield": "4.0.10",
"@atlaskit/toggle": "12.0.3",
"@atlaskit/tooltip": "17.1.2",
"@fuegokit/react": "0.0.0-20230410143353",
"highlight.js": "10.4.1",
"is-hotkey": "0.1.6",
"prop-types": "15.7.2",
"react": "16.13.0",
"react-beautiful-dnd": "12.2.0",
"react-dom": "16.13.0",
"react-grid-layout": "0.16.6",
"react-icons": "2.2.7",
"react-select": "3.0.8",
"reakit": "0.16.0",
"shadow-cljs": "2.14.5",
"slate": "0.66.0",
"slate-history": "0.65.3",
"slate-react": "0.57.1",
"styled-components": "4.0.0"
}
}