-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1022 Bytes
/
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
{
"name": "island-ui-next-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@island.is/ui": "0.0.0-alpha.4",
"@rehooks/component-size": "1.0.3",
"animejs": "3.2.1",
"classnames": "2.2.6",
"date-fns": "2.19.0",
"downshift": "6.1.1",
"hypher": "0.2.5",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.2",
"next": "10.0.1",
"react": "17.0.2",
"react-animate-height": "2.0.23",
"react-datepicker": "3.6.0",
"react-dom": "17.0.2",
"react-dropzone": "11.3.1",
"react-keyed-flatten-children": "1.3.0",
"react-select": "4.3.0",
"react-toastify": "7.0.3",
"react-use": "17.2.1",
"reakit": "1.3.6",
"treat": "1.6.0"
},
"devDependencies": {
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"next-transpile-modules": "6.3.0",
"next-treat": "1.3.0",
"typescript": "^4.2.3",
"webpack": "4.44.1"
}
}