forked from Bithomp/frontend-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.08 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
{
"name": "frontend-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@marsidev/react-turnstile": "^0.3.1",
"@paypal/react-paypal-js": "^8.1.3",
"@svgr/webpack": "^8.1.0",
"apexcharts": "^3.35.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"crypto-hash": "^2.0.1",
"i18n-iso-countries": "^7.4.0",
"i18next": "^22.4.10",
"mobile-detect": "^1.4.5",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"next": "^13.2.3",
"next-i18next": "^13.2.1",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-country-flag": "^3.1.0",
"react-csv": "^2.2.2",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-protected-mailto": "^1.0.3",
"react-select": "^5.8.0",
"react-share": "^5.1.0",
"ripple-address-codec": "^4.3.1",
"sass": "^1.50.1",
"styled-components": "^6.1.8",
"universal-cookie": "^4.0.4",
"web-vitals": "^2.1.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"pre-commit": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"webpack": "^5.0.0",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.10",
"@storybook/nextjs": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/test": "^7.6.10",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"storybook": "^7.6.10",
"typescript": "^4.9.5"
}
}