-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1004 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1004 Bytes
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
{
"name": "chainstats",
"version": "0.1.0",
"homepage": "https://chainstats.org/",
"private": false,
"dependencies": {
"@ant-design/icons": "^6.1.1",
"antd": "^6.3.5",
"axios": "^1.15.0",
"cryptocurrency-icons": "^0.18.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sass": "^1.99.0",
"web-vitals": "^5.2.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest --passWithNoTests",
"check:protocol-icons": "node scripts/check-protocol-icons.js",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^6.0.1",
"gh-pages": "^6.3.0",
"jsdom": "^29.0.2",
"vite": "^8.0.8",
"vite-plugin-svgr": "^5.2.0",
"vitest": "^4.1.4"
},
"overrides": {
"picomatch": "^4.0.4"
}
}