forked from Magickbase/nervos-official-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.09 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
{
"name": "nervos-official-website",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"@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.1",
"camelcase-keys": "^8.0.2",
"clsx": "^1.2.1",
"gray-matter": "4.0.3",
"i18next": "^22.4.10",
"image-size": "^1.0.2",
"interactjs": "^1.10.17",
"next": "^13.2.1",
"next-i18next": "^13.2.1",
"observable-hooks": "^4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-markdown": "^8.0.6",
"react-resize-detector": "^8.0.4",
"react-share": "4.4.1",
"remark": "14.0.2",
"remark-html": "15.0.2",
"rxjs": "^7.8.0",
"sass": "^1.58.3",
"superjson": "1.9.1",
"swiper": "^9.1.0",
"zod": "^3.20.6"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/eslint": "^8.21.1",
"@types/node": "^18.14.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": "^8.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.4",
"stylelint": "^15.2.0",
"stylelint-config-css-modules": "^4.2.0",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.2",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
},
"packageManager": "yarn@3.5.0",
"resolutions": {
"swiper@^9.1.0": "patch:swiper@npm%3A9.1.0#./.yarn/patches/swiper-npm-9.1.0-44c74ddb4a.patch"
}
}