-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 766 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 766 Bytes
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
{
"name": "discogs-player",
"version": "0.1.0",
"description": "",
"scripts": {
"build": "parcel build src/manifest.json -d extension",
"start": "parcel watch src/manifest.json -d extension --no-hmr"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.11.2",
"babel-polyfill": "^6.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-h5-audio-player": "^3.4.1",
"react-shadow": "^18.4.2",
"react-svg-spinner": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"parcel-bundler": "^1.12.4",
"parcel-plugin-web-extension": "^1.6.1"
}
}