-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 971 Bytes
/
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": "sequinz",
"version": "0.0.1",
"description": "Sequinz is a graphic score sequencing tool.",
"author": "Emil Ng",
"scripts": {
"build": "snowpack build",
"deploy": "gh-pages -d build",
"start": "snowpack dev",
"test": "jest"
},
"dependencies": {
"@tonaljs/tonal": "^4.5.1",
"phaser": "^3.24.1",
"svelte": "^3.24.0",
"tone": "^14.7.58",
"webmidi": "^2.5.1"
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^1.9.2",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-run-script": "^2.2.0",
"@snowpack/plugin-svelte": "^3.2.0",
"@snowpack/plugin-webpack": "^2.1.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"canvas": "^2.6.1",
"gh-pages": "^3.1.0",
"jest": "^26.2.2",
"prettier": "^2.1.2",
"snowpack": "^2.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emilng/sequinz.git"
}
}