-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "nextjs-shopiry-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/runtime": "^7.13.17",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@types/shopify-buy": "^2.10.5",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"lodash": "^4.17.21",
"next": "^11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"sanitize-html": "^2.4.0",
"shopify-buy": "^2.11.0",
"swiper": "^6.5.9"
},
"devDependencies": {
"@types/lodash": "^4.14.171",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/sanitize-html": "^2.3.2",
"autoprefixer": "^10.2.5",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"postcss": "^8.2.13",
"tailwindcss": "^2.1.2",
"typescript": "~4.3.2"
}
}