-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.44 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.44 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@amplience/dc-demostore-core",
"version": "5.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@amplience/dc-integration-middleware": "^2.5.0",
"@amplience/dc-integration-stylitics": "^1.0.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"algoliasearch": "^4.23.2",
"bootstrap": "^5.3.3",
"clsx": "^2.1.0",
"cookies": "^0.9.1",
"currency-symbol-map": "^5.1.0",
"dc-delivery-sdk-js": "^0.12.1",
"dc-visualization-sdk": "^1.1.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.4.5",
"next": "^14.1.4",
"next-seo": "^6.5.0",
"nprogress": "^0.2.0",
"object-sizeof": "^2.6.4",
"prop-types": "^15.8.1",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-image-gallery": "^1.3.0",
"react-instantsearch": "^7.7.1",
"react-loading-skeleton": "^3.4.0",
"react-moment": "^1.1.3",
"typescript": "^5.4.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/blocks": "^8.0.4",
"@storybook/nextjs": "^8.0.5",
"@storybook/react": "^8.0.4",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.30",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.73",
"@types/react-csv": "^1.1.10",
"@types/react-image-gallery": "^1.2.4",
"@types/uuid": "^9.0.8",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"storybook": "^8.0.5"
},
"resolutions": {},
"keywords": [
"amplience",
"headless",
"cms",
"demo",
"demostore"
],
"author": "Amplience Innovation Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/amplience/dc-demostore-core/issues"
},
"homepage": "https://github.com/amplience/dc-demostore-core#readme",
"packageManager": "pnpm@8.15.3+sha1.64838798f519c18029c1e8a1310e16101fc2eda0"
}