-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "rtu.fm",
"version": "1.2.0",
"description": "chrome extension for rtu.fm radio",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Louis Larpin",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"webpack": "^2.3.3"
},
"dependencies": {
"loader-utils": "^1.1.0",
"material-ui": "^0.17.1",
"materialize-css": "^0.98.1",
"phoenix-socket": "^1.1.3",
"react": "^15.4.2",
"react-chrome-redux": "^1.3.1",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.6.1",
"react-preload": "^0.5.0",
"react-redux": "^5.0.3",
"react-sound": "^0.5.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
}
}