forked from g2entgroup/creative-ui-2.2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.87 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
120
121
122
123
124
{
"name": "creative",
"version": "0.1.0",
"private": true,
"scripts": {
"pm2": "pm2 start yarn --name creative_ui --interpreter bash -- dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "npm run build && next export",
"lint": "eslint . --ext .ts",
"prettier-format": "run-script-os",
"prettier-format:win32": "prettier --config .prettierrc \"./src/**/*.ts\" --write",
"prettier-format:darwin:linux": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prettier-format:default": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prettier-watch": "run-script-os",
"prettier-watch:win32": "onchange \"src/**/*.ts\" -- prettier --write {{changed}}",
"prettier-watch:darwin:linux": "onchange 'src/**/*.ts' -- prettier --write {{changed}}",
"prettier-watch:default": "onchange 'src/**/*.ts' -- prettier --write {{changed}}",
"test": "jest --passWithNoTests",
"test:dev": "jest --watchAll",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "yarn run test && yarn run lint"
}
},
"dependencies": {
"@apollo/client": "^3.6.2",
"@babel/core": "^7.0.0",
"@babel/preset-typescript": "^7.16.0",
"@chakra-ui/icons": "^2.0.1",
"@chakra-ui/react": "^2.1.2",
"@chakra-ui/system": ">=1.0.0",
"@chakra-ui/theme": "^2.0.3",
"@coinbase/wallet-sdk": "^3.0.10",
"@emotion/react": "^11",
"@emotion/styled": "^11.3.0",
"@loomhq/loom-embed": "^1.2.7",
"@loomhq/record-sdk": "^2.35.15",
"@portis/web3": "^4.0.7",
"@snapshot-labs/snapshot.js": "^0.3.76",
"@textile/eth-storage": "^1.0.0",
"@textile/hub": "^6.1.2",
"@transak/transak-sdk": "^1.0.31",
"@usedapp/coingecko": "^1.0.0",
"@usedapp/core": "^1.0.0",
"@venly/web3-provider": "^0.32.0",
"@walletconnect/web3-provider": "^1.7.8",
"@web3-react/core": "^6.1.9",
"@wert-io/widget-initializer": "^0.1.2",
"authereum": "^0.1.14",
"axios": "^0.21.2",
"babel-jest": "^27.3.1",
"bcryptjs": "^2.4.3",
"blockie": "^0.0.1",
"blockies-ts": "^1.0.0",
"bnc-notify": "^1.6.2",
"chalk": "^4.1.1",
"coingecko-api": "^1.0.10",
"dotenv": "^16.0.1",
"eth-hooks": "^1.1.2",
"ethers": "latest",
"follow-redirects": "1.14.8",
"formik": "^2.2.9",
"fortmatic": "^2.2.1",
"framer-motion": "6.3.0",
"google-protobuf": "^3.2.0",
"graphql": "^15.0.0",
"graphql-tag": "^2.12.6",
"ipfs-http-client": "^50.1.1",
"isomorphic-unfetch": "^3.1.0",
"isomorphic-ws": "^4.0.1",
"jwt-decode": "^3.1.2",
"mime": "^3.0.0",
"next": "^12.1.0",
"nextjs-cors": "^1.0.7",
"node-fetch": "^2.6.1",
"omit-deep": "^0.3.0",
"qrcode.react": "^1.0.1",
"react": "^18.1.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.1.0",
"react-dropzone": "^14.2.0",
"react-hook-form": "^7.14.2",
"react-icons": "^4.2.0",
"react-photo-gallery": "^8.0.0",
"react-player": "^2.9.0",
"react-qr-reader": "^2.2.1",
"react-toastify": "^9.0.3",
"readline": "^1.3.0",
"sanitize-html": "^2.5.3",
"swr": "^0.5.5",
"ts-jest": "^27.0.7",
"ts-node": "^10.1.0",
"tslib": "^2.3.0",
"unstated-next": "^1.1.0",
"web3modal": "^1.9.7",
"ws": "^8.2.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"@types/bcryptjs": "^2.4.2",
"@types/mime": "^2.0.3",
"@types/node": "^17.0.39",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.0",
"jest": "^27.0.6",
"onchange": "^7.1.0",
"prettier": "^2.6.2",
"typescript": "^4.4.2"
},
"resolutions": {
"webpack": "5.21.2",
"node-hid": "2.1.1"
}
}