-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.76 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": "origintrail-club",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,json}'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@react-aria/accordion": "^3.0.0-alpha.6",
"@react-aria/breadcrumbs": "^3.1.9",
"@react-aria/button": "^3.4.3",
"@react-aria/dialog": "^3.1.8",
"@react-aria/grid": "^3.2.5",
"@react-aria/i18n": "^3.3.8",
"@react-aria/interactions": "^3.8.3",
"@react-aria/overlays": "^3.8.1",
"@react-aria/ssr": "^3.1.2",
"@react-aria/tabs": "^3.1.4",
"@react-aria/utils": "^3.11.3",
"@react-spectrum/utils": "^3.6.7",
"@react-stately/collections": "^3.3.7",
"@react-stately/grid": "^3.1.3",
"@react-stately/list": "^3.4.4",
"@react-stately/overlays": "^3.1.6",
"@react-stately/tabs": "^3.0.4",
"@react-types/button": "^3.4.4",
"@react-types/grid": "^3.0.3",
"@react-types/shared": "^3.11.2",
"@stitches/react": "^1.2.7",
"gray-matter": "^4.0.3",
"next": "12.1.2",
"next-mdx-remote": "^4.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-img-size": "^1.0.1",
"remixicon-react": "^1.0.0",
"sharp": "^0.30.3"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"babel-loader": "^8.2.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"eslint-config-prettier": "^8.5.0",
"typescript": "4.6.3"
}
}