-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 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
{
"name": "xplayer",
"version": "0.1.0",
"author": "a.kabakibi",
"homepage": "https://ahmadkabakibi.github.io/xplayer/",
"private": true,
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-youtube": "^7.9.0",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"eslint-plugin-prettier": "^2.7.0",
"jest-cli": "^24.1.0",
"prettier": "^1.16.4",
"gh-pages": "^1.2.0"
}
}