-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.35 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.35 KB
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
{
"name": "pianolatron",
"version": "0.2.0",
"description": "CIDR Pianolatron application",
"repository": "git@github.com:sul-cidr/pianolatron.git",
"author": "CIDR <contact-cidr@stanford.edu>",
"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.4",
"astro": "^3.6.5",
"autoprefixer": "^10.4.23",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"sass": "^1.97.2"
},
"dependencies": {
"@astrojs/check": "^0.2.1",
"@popperjs/core": "^2.11.8",
"@tonejs/midi": "^2.0.28",
"@types/watch": "^1.0.6",
"CanvasSpliner": "jonathanlurie/CanvasSpliner",
"midi-player-js": "^2.0.16",
"node-interval-tree": "^2.1.2",
"openseadragon": "^4.1.1",
"sharp": "^0.34.5",
"svelte": "^4.2.20",
"svelte-preprocess": "^5.1.4",
"tone": "^14.9.17",
"typescript": "^5.9.3"
}
}