forked from mongodb-industry-solutions/retail-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.8 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
{
"name": "dynamic-pricing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 8080",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 8080",
"lint": "next lint"
},
"dependencies": {
"@leafygreen-ui/avatar": "^1.1.0",
"@leafygreen-ui/badge": "^8.1.3",
"@leafygreen-ui/banner": "^7.0.18",
"@leafygreen-ui/button": "^21.0.12",
"@leafygreen-ui/callout": "^9.0.18",
"@leafygreen-ui/card": "^10.0.6",
"@leafygreen-ui/checkbox": "^12.1.0",
"@leafygreen-ui/code": "^15.0.0",
"@leafygreen-ui/combobox": "^8.1.4",
"@leafygreen-ui/guide-cue": "^5.1.0",
"@leafygreen-ui/icon": "^11.27.1",
"@leafygreen-ui/icon-button": "^15.0.19",
"@leafygreen-ui/info-sprinkle": "^1.0.3",
"@leafygreen-ui/leafygreen-provider": "^3.1.11",
"@leafygreen-ui/modal": "^16.0.4",
"@leafygreen-ui/pagination": "^1.0.24",
"@leafygreen-ui/radio-box-group": "^13.0.2",
"@leafygreen-ui/radio-group": "^10.2.5",
"@leafygreen-ui/search-input": "^2.1.3",
"@leafygreen-ui/skeleton-loader": "^1.3.1",
"@leafygreen-ui/stepper": "^3.2.13",
"@leafygreen-ui/tabs": "^13.1.0",
"@leafygreen-ui/text-input": "^12.1.25",
"@leafygreen-ui/toggle": "^10.0.17",
"@leafygreen-ui/typography": "^18.1.0",
"@reduxjs/toolkit": "^2.3.0",
"axios": "^1.6.5",
"bootstrap": "^5.3.3",
"geist": "^1.2.1",
"install": "^0.13.0",
"mongodb": "^6.3.0",
"next": "^14.0.4",
"next-redux-wrapper": "^8.1.0",
"npm": "^10.9.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"realm-web": "^2.0.0",
"sharp": "^0.33.5",
"uuid": "^11.0.3"
}
}