generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.97 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
85
86
87
88
89
90
91
92
93
{
"name": "@okp4/dataverse-portal",
"version": "0.1.0",
"private": false,
"repository": "[email protected]:okp4/dataverse-portal.git",
"license": "BSD-3-Clause",
"description": "Dataverse portal for the OKP4 network.",
"homepage": "https://github.com/okp4/dataverse-portal",
"author": {
"name": "OKP4",
"web": "https://okp4.network"
},
"engines": {
"node": "^16.19",
"pnpm": "^8.3.0"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch --no-cache",
"test:coverage": "jest --coverage --watchAll=false --silent --ci",
"lint": "eslint src --max-warnings=0 && stylelint '**/*.scss'",
"lint:fix": "eslint --fix src/**/*.{ts,tsx} && stylelint --fix '**/*.scss'",
"type:check": "tsc --noEmit"
},
"dependencies": {
"@maskito/core": "^1.4.0",
"@maskito/kit": "^1.4.0",
"@maskito/react": "^1.4.0",
"date-fns": "^2.30.0",
"fp-ts": "^2.16.0",
"react": "^18.2.0",
"react-day-picker": "^8.8.1",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.1",
"react-transition-group": "^4.4.5",
"short-uuid": "^4.2.2"
},
"devDependencies": {
"@keplr-wallet/types": "^0.12.16",
"@okp4/eslint-config": "^1.2.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@relmify/jest-fp-ts": "^2.1.1",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-infinite-scroll-component": "^5.0.0",
"@types/react-lottie": "^1.2.6",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"eslint": "^8.45.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"i18next": "^23.2.11",
"i18next-browser-languagedetector": "^7.1.0",
"immer": "^10.0.2",
"io-ts": "^2.2.20",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"react-i18next": "^13.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-lottie": "^1.2.3",
"sass": "^1.63.6",
"stylelint": "^15.10.1",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-scss": "^5.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite-plugin-html-config": "^1.0.11",
"vite-plugin-svgr": "^3.2.0",
"web-streams-polyfill": "^3.2.1",
"zustand": "^4.3.9"
}
}