-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 862 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
33
34
35
{
"homepage": "https://rohanreddych.github.io/podcaster",
"name": "web",
"version": "1.0.0",
"description": "",
"main": "src/App.js",
"dependencies": {
"@reach/router": "^1.2.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "^3.4.1",
"react-sound": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"gh-pages": "^2.2.0",
"parcel-bundler": "^1.12.1",
"prettier": "^1.16.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"dev": "parcel src/index.html",
"build": "react-scripts build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}