-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 901 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
36
37
38
39
40
41
{
"name": "mopidy-anjuna",
"version": "0.0.1",
"description": "Mopidy Web Frontend",
"repository": {
"type": "git",
"url": "[email protected]:Hanse/mopidy-anjuna"
},
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom"
},
"author": "Hanse",
"license": "MIT",
"keywords": [
"mopidy",
"spotify"
],
"dependencies": {
"album-cover": "0.0.3",
"animate.css": "^3.2.5",
"classnames": "^2.1.2",
"fuzzysearch": "^1.0.3",
"mopidy": "^0.5.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-redux": "^5.0.6",
"react-transition-group": "1.x",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"invariant": "^2.1.0",
"react-scripts": "^1.0.17"
},
"eslintConfig": {
"extends": "react-app"
}
}