-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
98 lines (98 loc) · 3.07 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
93
94
95
96
97
98
{
"name": "poc-nextjs-reaflow",
"license": "MIT",
"scripts": {
"build": "next build",
"start": "next dev --port 8890",
"fauna:sync": "fauna-gql",
"fauna:override": "fauna-gql --override",
"type-check": "tsc",
"link:reaflow": "yarn link reaflow && yarn link react && yarn link react-dom",
"deploy:fake": "git commit --allow-empty -m \"Fake empty commit (force CI trigger)\""
},
"dependencies": {
"@chakra-ui/icons": "1.0.4",
"@chakra-ui/react": "1.2.1",
"@chakra-ui/theme-tools": "1.0.3",
"@emotion/react": "11.1.4",
"@emotion/styled": "11.0.0",
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@hapi/iron": "6.0.0",
"@magic-sdk/admin": "1.3.0",
"@unly/utils": "1.0.3",
"@welldone-software/why-did-you-render": "6.0.5",
"animate.css": "4.1.1",
"classnames": "2.2.6",
"cookie": "0.4.1",
"deep-object-diff": "1.1.0",
"faunadb": "4.1.1",
"faunadb-fql-lib": "0.13.0",
"framer-motion": "3.2.1",
"graphql": "15.5.0",
"graphql-request": "3.4.0",
"js-cookie": "2.2.1",
"lodash.capitalize": "4.2.1",
"lodash.clonedeep": "4.5.0",
"lodash.debounce": "4.0.8",
"lodash.filter": "4.6.0",
"lodash.includes": "4.3.0",
"lodash.isempty": "4.4.0",
"lodash.isequal": "4.5.0",
"lodash.isobjectlike": "4.0.0",
"lodash.kebabcase": "4.1.1",
"lodash.merge": "4.6.2",
"lodash.now": "4.0.2",
"lodash.remove": "4.7.0",
"lodash.size": "4.2.0",
"lodash.some": "4.6.0",
"lodash.sortby": "4.7.0",
"magic-sdk": "4.1.1",
"next": "10.0.6",
"rdk": "5.0.6",
"react": "17.0.1",
"react-debounce-input": "3.2.3",
"react-dom": "17.0.1",
"react-select": "4.0.2",
"react-textarea-autosize": "8.3.0",
"reaflow": "3.0.14",
"recoil": "0.1.2",
"recoil-devtools-dock": "^0.1.6",
"recoil-devtools-log-monitor": "^0.2.7",
"recoil-devtools-logger": "^0.1.5",
"swr": "0.4.2",
"use-async-effect": "2.2.3",
"use-debounce": "6.0.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@emotion/babel-plugin": "11.1.2",
"@types/classnames": "2.2.11",
"@types/cookie": "0.4.0",
"@types/js-cookie": "2.2.6",
"@types/lodash.capitalize": "4.2.6",
"@types/lodash.clonedeep": "4.5.6",
"@types/lodash.debounce": "4.0.6",
"@types/lodash.filter": "4.6.6",
"@types/lodash.includes": "4.3.6",
"@types/lodash.isempty": "4.4.6",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.isobjectlike": "4.0.6",
"@types/lodash.kebabcase": "4.1.6",
"@types/lodash.merge": "4.6.6",
"@types/lodash.now": "4.0.6",
"@types/lodash.remove": "4.7.6",
"@types/lodash.size": "4.2.6",
"@types/lodash.some": "4.6.6",
"@types/lodash.sortby": "4.7.6",
"@types/node": "14.14.22",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/react-select": "4.0.12",
"@types/uuid": "8.3.0",
"fauna-gql-upload": "2.0.1",
"typescript": "4.1.3"
}
}