-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.35 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
{
"name": "@cennznet/litho",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"dev": "next dev",
"build": "EXEC_ENV=build next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rdf .next",
"new:component": "hygen component new",
"format": "prettier --config .prettierrc.json ./ --write"
},
"dependencies": {
"@cennznet/api": "^2.1.1-alpha.4",
"@cennznet/types": "^2.1.1-alpha.4",
"@jahed/bem": "^1.2.12",
"@metamask/detect-provider": "^1.2.0",
"@metamask/providers": "^8.1.1",
"@pinata/ipfs-gateway-tools": "^1.1.6",
"@pinata/sdk": "^1.1.23",
"@polkadot/react-identicon": "^1.0.1",
"@types/cache-manager": "^3.4.2",
"@types/gtag.js": "^0.0.8",
"@types/next-seo": "^2.1.2",
"@types/store": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
"cache-manager": "^3.6.0",
"cache-manager-fs-hash": "^1.0.0",
"clsx": "^1.1.1",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"next": "^11.0.0",
"next-seo": "^5.1.0",
"node-cache": "^5.1.2",
"postcss-import": "^13.0.0",
"postcss-preset-env": "^7.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-inview": "^4.4.0",
"react-imask": "^6.4.0",
"react-intersection-observer": "^8.32.1",
"react-modal": "^3.14.4",
"react-tabs": "^3.2.3",
"scroll-lock": "^2.1.5",
"sharp": "^0.29.3",
"store": "^2.0.12",
"swr": "^1.0.0",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@types/gtag.js": "^0.0.8",
"@types/node": "^14.14.37",
"@types/react": "^17.0.2",
"@types/react-dom": "17.0.2",
"@types/react-modal": "^3.13.1",
"@types/react-tabs": "^2.3.4",
"autoprefixer": "^10.2.5",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11",
"hygen": "^6.1.0",
"lint-staged": ">=10",
"postcss": "^8.2.10",
"prettier": "^2.5.1",
"sass": "^1.48.0",
"tailwindcss": "^2.1.1",
"typescript": "^4.3.2"
},
"resolutions": {
"lodash": "^4.17.21",
"resolve": "2.0.0-next.3",
"@polkadot/wasm-crypto": "^4.5.1",
"@polkadot/util-crypto": "^8.4.1",
"@polkadot/util": "^8.4.1",
"@polkadot/keyring": "^8.4.1",
"@types/react": "^17.0.2",
"@types/react-dom": "17.0.2"
}
}