-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "pianolatron",
"version": "0.2.0",
"description": "CIDR Pianolatron application",
"repository": "[email protected]:sul-cidr/pianolatron.git",
"author": "CIDR <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build --site http://localhost:8080/ && astro preview",
"gh-deploy": "SITE=https://pianolatron.stanford.edu/ bin/gh-deploy.sh",
"lint": "astro check && prettier --check . && eslint src/ --ext svelte --ext js"
},
"devDependencies": {
"@astrojs/svelte": "^4.0.2",
"astro": "^3.2.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.68.0"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@popperjs/core": "^2.11.8",
"@tonejs/midi": "^2.0.28",
"@types/watch": "^1.0.4",
"CanvasSpliner": "jonathanlurie/CanvasSpliner",
"midi-player-js": "^2.0.16",
"node-interval-tree": "^2.1.2",
"openseadragon": "^4.1.0",
"svelte": "^4.2.1",
"svelte-preprocess": "^5.0.4",
"tone": "^14.7.77",
"typescript": "^5.2.2"
}
}