-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.24 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": "react-itune-search",
"version": "1.0.0",
"description": "React ITune search- using Redux",
"main": "index.js",
"dependencies": {
"axios": "0.16.2",
"moment": "2.19.1",
"node-sass-chokidar": "0.0.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.8",
"react-scripts": "1.0.14",
"redux": "3.7.2",
"redux-thunk": "2.2.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"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": {
"gh-pages": "1.0.0",
"node-sass-chokidar": "0.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anjum121/react-itune-search.git"
},
"keywords": [],
"author": "Anjum Nawab",
"license": "ISC",
"bugs": {
"url": "https://github.com/anjum121/react-itune-search/issues"
},
"homepage": "http://anjum121.github.io/react-itune-search"
}