forked from remigallego/winampify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "winampify",
"version": "0.3.4",
"description": "Winampify is a Web Client for Spotify using Winamp 2 skins",
"main": "built/winampify.bundle.js",
"scripts": {
"deploy": "npm run build && now -n winampify-dev built --prod",
"lint": "tslint js/**/*.ts{,x}",
"format": "prettier --write \"**/*.{js,ts,tsx,d.ts,css}\"",
"build": "webpack --hot --config=config/webpack.prod.js",
"build-webamp": "rm -rf webamp && git clone https://github.com/captbaritone/webamp/ && cd webamp && npm i && npm run build-library",
"start": "webpack-dev-server --hot --config=config/webpack.dev.js --port 8888",
"now-build": "NODE_ENV=production webpack --config=config/webpack.prod.js"
},
"repository": {
"type": "git",
"url": " "
},
"keywords": [
"Spotify",
"HTML5",
"Winamp"
],
"lint-staged": {
"./js/*": [
"prettier --write",
"tslint js/**/*.ts{,x} --fix",
"git add"
]
},
"author": "Remi Gallego <[email protected]>",
"license": "MIT",
"homepage": "https://winampify.io",
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@types/styled-components": "^4.4.1",
"@use-it/event-listener": "^0.1.3",
"babel": "^6.23.0",
"emotion": "^10.0.9",
"jszip": "^3.1.3",
"loadjs": "^3.6.1",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"p-queue": "^5.0.0",
"prettier": "^1.19.1",
"qs": "^6.5.1",
"react": "16.11.0",
"react-contexify": "4.1.1",
"react-dom": "16.11.0",
"react-draggable": "^3.0.5",
"react-ga": "^2.5.7",
"react-icons": "^3.6.1",
"react-redux": "7.1.3",
"react-rnd": "^7.4.3",
"react-select": "^2.4.3",
"react-spinners": "^0.5.4",
"react-tiny-popover": "^3.4.2",
"react-tiny-virtual-list": "^2.2.0",
"react-tippy": "^1.3.1",
"redux": "4.0.4",
"redux-devtools-extension": "2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "6.0.0",
"redux-thunk": "2.3.0",
"reselect": "^3.0.1",
"styled-components": "^4.4.1",
"tslint": "^5.20.1",
"typescript": "3.7.2",
"uuid": "^3.3.2",
"webamp": "1.4.1-beta03",
"webpack": "^4.26.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "7.7.0",
"@babel/preset-typescript": "7.7.2",
"@babel/runtime": "^7.3.1",
"@emotion/core": "^10.0.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.2",
"@sentry/browser": "^5.3.0",
"@types/loadjs": "^3.5.0",
"@types/lodash": "^4.14.121",
"@types/node": "^11.9.5",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "7.1.5",
"@types/react-rnd": "7.4.4",
"@types/react-select": "^2.0.19",
"@types/redux-logger": "^3.0.7",
"@types/spotify-api": "0.0.0",
"@types/spotify-web-playback-sdk": "^0.1.6",
"@types/uuid": "^3.4.4",
"babel-cli": "^6.14.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.22.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.4",
"drag-mock": "^1.4.0",
"eslint": "4.19.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-no-constructor-bind": "^1.2.7",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "7.5.1",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^3.0.6",
"lint-staged": "^8.2.1",
"react-refresh": "^0.8.3",
"react-test-renderer": "^16.11.0",
"style-loader": "^0.19.1",
"webpack-dev-server": "^2.7.1",
"workbox-webpack-plugin": "^3.0.0"
}
}