-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.01 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": "dotflow-ui",
"private": true,
"scripts": {
"compile": "typechain-compiler --toolchain nightly-2023-01-04",
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.2.8",
"@polkadot/api": "^10.9.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/extension-inject": "^0.46.4",
"@polkadot/keyring": "^12.3.2",
"@polkadot/types": "^10.8.1",
"@polkadot/util": "^12.3.1",
"@polkadot/wasm-crypto-init": "^7.2.1",
"@scio-labs/use-inkathon": "^0.0.1-alpha.44",
"@types/react-copy-to-clipboard": "^5.0.4",
"aes-js": "^3.1.2",
"axios": "^1.4.0",
"clsx": "^1.1.1",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"material-ui-confirm": "^3.0.9",
"next": "^13.3.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"sass": "^1.48.0",
"sharp": "^0.32.1"
},
"devDependencies": {
"@727-ventures/typechain-compiler": "^0.5.18",
"@727-ventures/typechain-types": "^1.1.0",
"@babel/core": "^7.16.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/aes-js": "^3.1.1",
"@types/node": "20.3.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-storybook": "^0.5.5",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"typescript": "5.1.3",
"webpack": "^5.81.0"
}
}