-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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
{
"name": "createbits-layout-trainer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "poi dev src/index.js",
"build": "poi build src/index.js",
"deploy-test": "yarn build && cd dist && surge . --domain test-createbits-piano-layout.surge.sh",
"test": "jest --watch"
},
"license": "MIT",
"dependencies": {
"basscss": "^8.0.3",
"howler": "^2.0.3",
"ionicons": "^3.0.0",
"lodash": "^4.17.4",
"mousetrap": "^1.6.1",
"node-sass": "^4.5.2",
"playnote": "^0.1.2",
"sass-loader": "^6.0.3",
"vue": "^2.3.2",
"vue-js-modal": "^1.0.21",
"vue-router": "^2.5.3",
"webmidi": "^2.0.0"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"jest": "^19.0.2",
"regenerator-runtime": "^0.10.5"
}
}