-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "mithril-explorer",
"version": "0.7.25",
"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/dist/web",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.5.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.7",
"next": "^15.1.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.7",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"fantasticon": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.13",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0"
}
}