-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
74 lines (74 loc) · 2.38 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
{
"name": "trust-claim",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest --coverage",
"find-deadcode": "ts-prune",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json}\"",
"lint": "prettier --check \"src/**/*.{js,ts,tsx,jsx,json}\""
},
"dependencies": {
"@ceramicnetwork/common": "^2.24.0",
"@ceramicnetwork/http-client": "^2.20.0",
"@composedb/client": "0.4.0",
"@composedb/types": "0.4.0",
"@didtools/pkh-ethereum": "^0.1.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "5.8.2",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.8.2",
"@mui/system": "5.8.2",
"@mui/x-date-pickers": "^5.0.0-alpha.5",
"@react-oauth/google": "^0.12.1",
"@types/styled-components": "^5.1.34",
"cytoscape": "^3.22.1",
"cytoscape-node-html-label": "^1.2.2",
"date-fns": "^2.28.0",
"did-session": "^1.0.0",
"html-to-image": "^1.11.11",
"jspdf": "^2.5.1",
"lucide-react": "^0.417.0",
"moment": "^2.29.4",
"react": "^18.0.0",
"react-day-and-night-toggle": "^1.0.18",
"react-dom": "^18.0.0",
"react-hook-form": "^7.43.9",
"react-router-dom": "^6.3.0",
"source-map-support": "^0.5.21",
"styled-components": "^5.3.11",
"update": "^0.7.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/cytoscape": "^3.19.6",
"@types/istanbul-reports": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/parse-json": "^4.0.2",
"@types/prop-types": "^15.7.12",
"@types/raf": "^3.4.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/stack-utils": "^2.0.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react": "^1.3.0",
"@vitest/coverage-c8": "^0.30.1",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.4",
"eslint": "^8.48.0",
"graphql-tools": "^8.3.20",
"jsdom": "^21.1.1",
"prettier": "^2.8.7",
"ts-prune": "^0.10.3",
"typescript": "5.7.2",
"vite": "^4.1.4",
"vitest": "^0.30.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}