-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 1.51 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": "shopify-thirdweb-theme",
"version": "1.0.0",
"description": "[![Build status](https://github.com/thirdweb-dev/shopify-thirdweb-theme/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/thirdweb-dev/shopify-thirdweb-theme/actions/workflows/ci.yml?query=branch%3Amain)\r [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?color=informational)](/.github/CONTRIBUTING.md)",
"main": "webpack.common.js",
"scripts": {
"dev": "webpack --config webpack.dev.js --progress --color",
"build": "webpack --config webpack.prod.js --progress --color"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/shopify-thirdweb-theme"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thirdweb-dev/shopify-thirdweb-theme/issues"
},
"homepage": "https://github.com/thirdweb-dev/shopify-thirdweb-theme#readme",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@thirdweb-dev/react": "^3.9.0",
"@thirdweb-dev/sdk": "^3.9.0",
"babel-loader": "^9.1.2",
"core-js": "^3.28.0",
"ethers": "^5.7.2",
"framer-motion": "^9.0.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
}
}