-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
81 lines (81 loc) · 2.28 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
{
"name": "nervos-official-website",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"afterInstall": "husky install"
},
"dependencies": {
"@google-analytics/data": "^4.4.0",
"@headlessui/react": "^1.7.13",
"@tanstack/react-query": "^4.20.2",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"@xmldom/xmldom": "^0.8.7",
"bignumber.js": "9.1.2",
"camelcase-keys": "^9.0.0",
"clsx": "^2.0.0",
"gray-matter": "4.0.3",
"i18next": "^23.0.0",
"image-size": "^1.0.2",
"interactjs": "^1.10.17",
"next": "^14.0.0",
"next-i18next": "^14.0.0",
"observable-hooks": "^4.2.1",
"react": "18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-i18next": "^12.2.0",
"react-markdown": "^8.0.6",
"react-resize-detector": "^9.0.0",
"react-share": "4.4.1",
"react-tweet": "^3.2.1",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^6.0.0",
"remark": "14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "15.0.2",
"rxjs": "^7.8.0",
"sass": "^1.58.3",
"superjson": "1.13.3",
"swiper": "^9.1.0",
"zod": "^3.22.3"
},
"devDependencies": {
"@svgr/webpack": "^8.0.0",
"@types/eslint": "^8.21.1",
"@types/node": "^22.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "^9.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"prettier": "^3.0.0",
"stylelint": "^16.0.0",
"stylelint-config-css-modules": "^4.2.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.2",
"typescript": "^5.0.0"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
},
"packageManager": "yarn@3.8.6",
"resolutions": {
"swiper@^9.1.0": "patch:swiper@npm%3A9.1.0#./.yarn/patches/swiper-npm-9.1.0-44c74ddb4a.patch"
}
}