-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.87 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.87 KB
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
{
"name": "fluxity-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@bluxcc/react": "^0.1.17",
"@headlessui/react": "^1.7.17",
"@hookform/devtools": "^4.3.1",
"@reduxjs/toolkit": "^1.9.7",
"@stellar/stellar-sdk": "^13.1.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tippyjs/react": "^4.2.6",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"next": "^13.5.4",
"numeral": "^2.0.6",
"postcss-import": "^16.0.1",
"qs": "^6.11.2",
"react": "18.2.0",
"react-datepicker": "^4.16.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-modal-sheet": "^2.2.0",
"react-redux": "^8.1.3",
"react-select": "^5.7.4",
"styled-components": "^6.0.7",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.2.3",
"@storybook/nextjs": "^7.2.3",
"@storybook/react": "^7.2.3",
"@storybook/testing-library": "^0.2.0",
"@types/numeral": "^2.0.4",
"@types/postcss-import": "^14.0.3",
"@types/react-datepicker": "^4.15.0",
"eslint-plugin-storybook": "^0.6.13",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.0.4",
"storybook": "^7.2.3"
}
}