-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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": "web-piano",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@barvynkoa/particle-emitter": "^0.0.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@pixi/graphics-smooth": "^0.0.29",
"@tonejs/midi": "^2.0.28",
"@tonejs/piano": "^0.2.1",
"d3-color": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"events": "^3.3.0",
"lodash": "^4.17.21",
"pixi.js": "^8.0.4",
"pug": "^3.0.2",
"tone": "^14.7.77",
"vue": "^3.2.36",
"webmidi": "^2.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-pug": "^1.2.4",
"eslint-plugin-vue": "^8.7.1",
"prettier": "^2.7.1",
"vite": "^2.9.9"
}
}