forked from input-output-hk/mithril
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "mithril-explorer",
"version": "0.7.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"icons-font": "fantasticon",
"lint": "next lint",
"pretty:check": "prettier . --check",
"pretty:write": "prettier . --write",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@mithril-dev/mithril-client-wasm": "file:../mithril-client-wasm/pkg",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.2.6",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.3",
"next": "^14.2.5",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"fantasticon": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.13",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0"
}
}