-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.5 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
{
"name": "Prelude",
"version": "0.0.1",
"description": "Music theory practice in the browser with MIDI",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@tonaljs/note": "^4.10.3",
"@tonaljs/pitch-note": "^6.0.0",
"@types/react": "^15.7.30",
"@types/vexflow": "^1.2.42",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"history": "2.0.1",
"html-webpack-plugin": "^5.6.0",
"material-ui": "^0.20.2",
"nosleep": "bhspitmonkey/NoSleep.js",
"probability-distributions": "^0.9.1",
"prop-types": "^15.8.1",
"react": "^15.7.0",
"react-dom": "^15.7.0",
"react-router": "^3.2.6",
"react-router-prop-types": "^1.0.5",
"react-tap-event-plugin": "^2.0.1",
"stream-browserify": "^3.0.0",
"sw-precache": "2.3.0",
"teoria": "^2.5.0",
"typescript": "^5.3.3",
"vexflow": "^1.2.93",
"webpack": "^5.23.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"scripts": {
"build": "tsc && npm run make-dist",
"clean": "rm -rf build",
"start": "webpack serve --mode=development",
"make-dist": "rm -rf build && webpack --mode=production --progress && cp -r manifest.json css img build && cd build && sw-precache"
},
"repository": "BHSPitMonkey/Prelude",
"author": "Stephen Eisenhauer",
"license": "MIT",
"homepage": "https://github.com/BHSPitMonkey/Prelude"
}