-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
44
45
46
47
48
{
"name": "guitar-studies",
"version": "0.7.1",
"description": "",
"main": "index.js",
"keywords": [
"guitar-fretboards",
"guitar-scales",
"guitar",
"guitar-chords",
"es6",
"vanilla-javascript",
"webpack4"
],
"author": "Lorenzo Corbella",
"license": "ISC",
"scripts": {
"clean": "rm dist/bundle.js",
"start": "webpack-dev-server --mode development",
"build-dev": "webpack -d --mode development",
"build-prod": "webpack -p --mode production"
},
"dependencies": {
"@tonaljs/tonal": "^4.0.0",
"d3-selection": "^1.4.1",
"firebase": "^7.16.1",
"screenfull": "^5.0.2",
"soundfont-player": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}