-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "lazyslate",
"version": "1.0.2",
"description": "Lazyslate is a web-based graphical interactive theorem prover based on the slate system.",
"src": "build/index.html",
"scripts": {
"build": "vite build --mode production",
"build-dev": "vite build --mode development",
"preview": "vite preview --open",
"live-edit": "vite serve --open",
"vsc-debug": "vite serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RAIRLab/lazyslate.git"
},
"keywords": [
"interactive-theorem-prover"
],
"author": "The Rensselaer Artificial Intelligence and Reasoning (RAIR) Laboratory",
"contributors": [
"James Oswald <[email protected]> (jamesoswald.dev)",
"Brandon Rozek <[email protected]> (brandonrozek.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RAIRLab/lazyslate/issues"
},
"homepage": "https://github.com/RAIRLab/lazyslate",
"devDependencies": {
"typescript": "^5.0.4",
"vite": "^5.0.10"
},
"dependencies": {
"lz-string": "^1.5.0"
}
}