This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.64 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
{
"name": "ternoa-workshop",
"version": "0.1.0",
"private": true,
"keywords": [
"ternoa",
"blockchain",
"substrate",
"polakdot",
"design-system"
],
"author": "Victor Salomon",
"contributors": [
{
"name": "Igor Papandinas"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,scss,md,html}\"",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@hookform/resolvers": "^2.9.7",
"@mui/material": "^5.10.2",
"@polkadot/api": "8.14.1",
"@polkadot/extension-dapp": "^0.44.1",
"@polkadot/react-identicon": "^2.6.1",
"axios": "^0.27.2",
"bn.js": "^5.2.1",
"formik": "^2.2.9",
"highlight.js": "^11.6.0",
"lottie-web": "^5.9.6",
"mime-types": "^2.1.35",
"next": "12.2.5",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-click-away-listener": "^2.2.1",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-hook-form": "^7.34.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"sass": "^1.54.5",
"ternoa-js": "1.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/mime-types": "^2.1.1",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"prettier": "2.7.1",
"typescript": "4.8.2"
}
}