-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 839 Bytes
/
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
{
"name": "did-scala",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"clean": "rm -rf node_modules",
"build_for_sourcemap": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@scala-js/vite-plugin-scalajs": "^1.0.0",
"@types/object-hash": "^3.0.4",
"jsdom": "^22.1.0",
"terser": "^5.19.4",
"typescript": "^5.3.3",
"vite": "^4.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.19.0"
},
"dependencies": {
"@types/qrcode": "^1.5.5",
"jose": "^5.3.0",
"js-sha256": "^0.9.0",
"material-components-web": "^12.0.0",
"mermaid": "^11.2.1",
"multiformats": "^9.6.4",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3"
}
}