-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.67 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
{
"name": "ultimate-guitar-favorites-to-spotify",
"version": "1.2.0",
"description": "Creates a Spotify playlist based on one Ultimate Guitar favorites",
"main": "content.js",
"scripts": {
"test": "node tests.js",
"start": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gyab/ultimate-guitar-favorites-to-spotify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gyab/ultimate-guitar-favorites-to-spotify/issues"
},
"homepage": "https://github.com/gyab/ultimate-guitar-favorites-to-spotify#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-react": "^6.22.0",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.12.3",
"install": "^0.13.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4",
"webpack-validator": "^3.0.1"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@emotion/core": "^10.0.35",
"braces": "^3.0.2",
"create-react-app": "^3.4.1",
"dotenv": "^8.2.0",
"ecstatic": "^4.1.4",
"halogen": "^0.2.0",
"handlebars": "^4.7.6",
"jest-puppeteer": "^4.4.0",
"jquery": "^3.5.1",
"nexmo": "^2.9.1",
"puppeteer": "^5.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-loader-spinner": "^3.1.14",
"react-modal": "^3.11.2",
"react-spinners": "^0.9.0",
"yargs-parser": "^20.2.0"
}
}