-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "MusicNoteCounts",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"start": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mirkosertic/MusicNoteCounts.git"
},
"keywords": [],
"author": "Mirko Sertic",
"license": "ISC",
"bugs": {
"url": "https://github.com/mirkosertic/MusicNoteCounts/issues"
},
"homepage": "https://mirkosertic.github.io/MusicNoteCounts/",
"devDependencies": {
"autoprefixer": "^10.2.5",
"css-loader": "^5.2.0",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.8",
"postcss-custom-properties": "^11.0.0",
"postcss-loader": "^5.2.0",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^2.0.0",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"jszip": "^3.6.0",
"opensheetmusicdisplay": "^0.9.5"
}
}