-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 2.97 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "BUNDLE_ANALYZE=both yarn build",
"find:unused": "next-unused",
"prettier": "prettier"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"next-unused": {
"alias": {
"@lib/*": [
"lib/*"
],
"@assets/*": [
"assets/*"
],
"@config/*": [
"config/*"
],
"@components/*": [
"components/*"
],
"@utils/*": [
"utils/*"
]
},
"debug": true,
"include": [
"components",
"lib",
"pages",
"sections"
],
"exclude": [],
"entrypoints": [
"pages"
]
},
"dependencies": {
"@builder.io/react": "^1.1.44",
"@builder.io/utils": "^1.0.3",
"@builder.io/widgets": "^1.2.19",
"@netlify/plugin-nextjs": "^3.1.0-experimental-odb.2",
"@reach/portal": "^0.11.2",
"@tailwindcss/ui": "^0.6.2",
"@testing-library/react-hooks": "^3.7.0",
"@theme-ui/components": "^0.6.2",
"@theme-ui/match-media": "^0.7.2",
"@theme-ui/preset-base": "^0.6.0",
"@theme-ui/presets": "^0.6.2",
"@types/body-scroll-lock": "^2.6.1",
"@types/lodash.throttle": "^4.1.6",
"@types/qs": "^6.9.5",
"@types/react-sticky": "^6.0.3",
"@types/shopify-buy": "^2.10.3",
"@types/traverse": "^0.6.32",
"@vercel/fetch": "^6.1.0",
"atob": "^2.1.2",
"body-scroll-lock": "^3.1.5",
"bowser": "^2.11.0",
"cheerio": "^1.0.0-rc.6",
"classnames": "^2.2.6",
"css-color-names": "^1.0.1",
"email-validator": "^2.0.4",
"jest": "^26.6.3",
"js-cookie": "^2.2.1",
"keen-slider": "^5.2.4",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^10.1.2",
"next-seo": "^4.11.0",
"next-themes": "^0.0.4",
"postcss-nesting": "^7.0.1",
"pure-react-carousel": "^1.27.6",
"qs": "^6.9.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.30.1",
"react-json-tree": "^0.13.0",
"react-merge-refs": "^1.1.0",
"react-spring": "^9.1.1",
"react-spring-modal": "^2.0.7",
"react-sticky": "^6.0.3",
"react-ticker": "^1.2.2",
"shopify-buy": "^2.11.0",
"tailwindcss": "^1.9",
"theme-ui": "^0.6.2",
"traverse": "^0.6.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.1",
"@types/atob": "^2.1.2",
"@types/bunyan": "^1.8.6",
"@types/bunyan-prettystream": "^0.1.31",
"@types/classnames": "^2.2.10",
"@types/js-cookie": "^2.2.6",
"@types/lodash.random": "^3.2.6",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"bunyan": "^1.8.14",
"bunyan-prettystream": "^0.1.3",
"next-unused": "^0.0.3",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"resolutions": {
"webpack": "^5.0.0-beta.30"
},
"license": "MIT"
}