-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "GraphSense Pathfinder",
"author": "Iknaio Cryptoasset Analytics",
"description": "Web application for the GraphSense Cryptoasset Analytics Platform",
"version": "1.1.2",
"license": "MIT",
"scripts": {
"postinstall": "elm-tooling install",
"dev": "make gen && vite",
"prebuild": "elm-tooling install",
"build": "make gen && NODE_ENV=${NODE_ENV:=production} vite build",
"serve": "vite preview",
"test": "elm-test-rs"
},
"devDependencies": {
"elm-codegen": "^0.6.1",
"elm-format": "^0.8.7",
"elm-review": "^2.12.0",
"elm-test": "^0.19.1-revision7",
"fs-extra": "^11.1.1",
"level": "^8.0.0",
"mustache": "^4.2.0",
"setem": "^0.4.0",
"terser": "^5.36.0",
"vite": "^5.4.11",
"vite-plugin-elm": "^3.0.1",
"yaml": "^2.3.1"
},
"dependencies": {
"elm-open-api": "^0.5.0",
"elm-tooling": "^1.13.1",
"file-saver": "^2.0.5",
"file-select-dialog": "^1.5.4",
"js-base64": "^3.7.2",
"lzwcompress": "^1.1.0"
},
"overrides": {
"cross-spawn": ">=7.0.3"
}
}