-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.52 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "audio-transformer",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"watch:build": "npx webpack -w",
"watch:server": "nodemon dist/index.js",
"dev": "NODE_ENV=development npm-run-all --parallel watch:*",
"start": "NODE_ENV=production node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mssever/audio_transformer.git"
},
"author": "Scott Severance",
"license": "ISC",
"bugs": {
"url": "https://github.com/mssever/audio_transformer/issues"
},
"homepage": "https://github.com/mssever/audio_transformer#readme",
"dependencies": {
"babel-loader": "^8.2.2",
"bootstrap": "^5.0.1",
"css-loader": "^5.2.4",
"dotenv": "^9.0.2",
"express": "^4.17.3",
"express-rate-limit": "^5.3.0",
"loglevel": "^1.7.1",
"mkfifo": "^2.1.0",
"nanoid": "^3.1.31",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.9.0",
"recordrtc": "^5.6.2",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"socket.io": "^4.5.3",
"socket.io-client": "^4.1.3",
"style-loader": "^2.0.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-node-externals": "^3.0.0",
"webrtc-adapter": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-react": "^7.13.13",
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5"
}
}