-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.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
{
"name": "peircemyheart",
"version": "1.0.0",
"description": "A web application for modeling Charles Peirce's Alpha Existential Graph System. In development for UAlbany 499.",
"type": "module",
"main": "build/index.html",
"scripts": {
"lint": "gts lint",
"fix": "gts fix",
"build": "vite build --mode production",
"build-dev": "vite build --mode development",
"build-docs": "typedoc",
"preview": "vite preview --open",
"live-edit": "vite serve --open",
"vsc-debug": "vite serve",
"live-test": "vitest",
"aegtest": "vitest run",
"server": "vite serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RAIRLab/Peirce-My-Heart"
},
"author": "James Oswald <oswalj@rpi.edu> (jamesoswald.dev)",
"contributors": [
"Dawn Moore",
"Anusha Tiwari",
"Ryan R",
"Subrina Huda"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RAIRLab/Peirce-My-Heart/issues"
},
"homepage": "https://github.com/RAIRLab/PeirceMyHeart#readme",
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "22.7.4",
"@types/wicg-file-system-access": "^2023.10.5",
"gts": "^5.3.1",
"typedoc": "^0.26.8",
"typescript": "~5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"dependencies": {
"file-saver": "^2.0.5",
"fork-awesome": "^1.2.0",
"theme-change": "^2.5.0"
}
}