-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "i-ching-music-generator",
"version": "1.0.0",
"description": "hello stalker :D",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "./node_modules/.bin/babel src -d dist",
"dev": "webpack --watch --mode=development",
"prod": "webpack --mode=prodcution"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avasdowney/i-ching-music-generator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/avasdowney/i-ching-music-generator/issues"
},
"homepage": "https://github.com/avasdowney/i-ching-music-generator#readme",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"express": "^4.18.2",
"p5": "^1.5.0",
"tone": "^14.8.49"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"path": "^0.12.7",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}