-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.72 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@bencevans/color-array-average": "^1.0.1",
"@chakra-ui/icons": "^1.0.6",
"@chakra-ui/react": "^1.3.4",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@jorgeferrero/stream-to-buffer": "^2.0.6",
"@react-hook/mouse-position": "^4.1.0",
"@rehooks/component-size": "^1.0.3",
"@types/multer": "^1.4.5",
"@types/pngjs": "^6.0.0",
"@types/react-color": "^3.0.4",
"@types/sharp": "^0.27.1",
"buffer-to-data-url": "^1.0.0",
"datauri": "^3.0.0",
"ethers": "^5.0.31",
"file-selector": "^0.2.4",
"formik": "^2.2.6",
"framer-motion": "^3.10.3",
"hex-rgb": "^4.2.0",
"jpeg-js": "^0.4.3",
"metamask-logo": "^2.5.0",
"multer": "^1.4.2",
"next": "latest",
"next-connect": "^0.10.1",
"nextjs-cors": "^1.0.4",
"pixi-viewport": "^4.20.1",
"pixi.js": "^5.3.8",
"pngjs": "^6.0.0",
"react": "^16.12.0",
"react-color": "^2.19.3",
"react-dom": "^16.12.0",
"react-draggable": "^4.4.3",
"react-image-lightbox": "^5.1.1",
"react-qr-code": "^1.1.1",
"react-sticky-mouse-tooltip": "^0.0.1",
"react-textfit": "^1.1.1",
"react-use": "^17.2.1",
"recoil": "^0.1.2",
"resize-png-buffer": "^1.0.1",
"rgb-hex": "^3.0.0",
"sharp": "^0.27.2",
"string-to-color": "^2.2.2",
"typechain": "^4.0.2",
"use-wallet": "^0.8.1",
"web3": "^1.3.4"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"typescript": "4.0"
},
"license": "MIT"
}