forked from thirdweb-dev/widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.99 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
{
"name": "thirdweb-embeds",
"version": "2.0.0",
"description": "",
"scripts": {
"build": "rm -rf dist/ && node scripts/build.mjs",
"dev": "parcel serve parcel-build.html",
"gen:theme-typings": "chakra-cli tokens src/shared/theme/index.ts",
"postinstall": "yarn gen:theme-typings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/widgets.git"
},
"author": "Non-Fungible Labs, Inc",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thirdweb-dev/widgets/issues"
},
"homepage": "https://github.com/thirdweb-dev/widgets#readme",
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
"@chakra-ui/cli": "^2.0.0",
"@next/eslint-plugin-next": "^12.1.0",
"@types/color": "^3.0.3",
"@types/flat": "^5.0.2",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"assert": "^2.0.0",
"esbuild": "^0.15.6",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"follow-redirects": "^1.14.6",
"parcel": "^2.7.0",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.4",
"stream": "^0.0.2",
"typescript": "^4.4.4"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^2.1.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@thirdweb-dev/react": "^3.9.5",
"@thirdweb-dev/sdk": "^3.9.5",
"@thirdweb-dev/storage": "^1.0.10",
"color": "^4.2.3",
"ethers": "^5.7.0",
"flat": "^5.0.2",
"framer-motion": "^7",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1"
},
"resolutions": {
"ansi-regex": "^5.0.1"
},
"alias": {
"process": false
}
}