-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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": "MUGO",
"version": "1.0.0",
"description": "NFT music platform with crypto and blockchain",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js; rm static/js/*.txt",
"start": "webpack serve --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rexcheng1997/MUGO.git"
},
"keywords": [],
"author": "Junyi Cheng <junyi-cheng@berkeley.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rexcheng1997/MUGO/issues"
},
"homepage": "https://github.com/rexcheng1997/MUGO#readme",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.3",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"howler": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1"
}
}