forked from tchang135/Symphonify_FS_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (31 loc) · 825 Bytes
/
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
{
"name": "symphonify",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "npm install --prefix frontend && npm run build --prefix frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tchang135/Symphonify_FS_Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tchang135/Symphonify_FS_Project/issues"
},
"homepage": "https://github.com/tchang135/Symphonify_FS_Project#readme",
"engines": {
"node": "16.x"
},
"dependencies": {
"react-h5-audio-player": "^3.8.6",
"react-select": "^5.7.2"
},
"main": "index.js",
"devDependencies": {}
}