-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 562 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 562 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "aftermath-editor",
"version": "0.2.5",
"source": "src/main.ts",
"type": "module",
"types": "dist/types.d.ts",
"sideEffects": false,
"scripts": {
"start": "vite",
"dev": "vite --open",
"check": "tsc",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "vite build --base=/aftermath-editor/ && node utils/publish.js",
"preinstall": "cd aftermath-core && npm i"
},
"devDependencies": {
"gh-pages": "^5.0.0",
"lil-gui": "^0.18.2",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}