-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.98 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
{
"name": "searcher-for-discogs",
"version": "8.1.8",
"description": "Allows to listen to tracks on Discogs by clicking on it",
"scripts": {
"build": "node build/build.js buildType=test",
"build-webpack": "webpack --mode=development && yarn build",
"release-webpack": "jest && webpack --mode=production && yarn release",
"release": "node build/build.js buildType=prod",
"test": "jest",
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand"
},
"author": "Dmitry Sergienko <[email protected]> (https://www.codefirst.co.uk)",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@popperjs/core": "^2.11.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@types/babel__core": "^7.20.1",
"@types/bootstrap": "^5.2.10",
"@types/gtag.js": "^0.0.12",
"@types/jest": "^28.1.3",
"@types/jquery": "^3.5.14",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.1",
"bootstrap": "^5.3.3",
"chrome-types": "^0.1.301",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"eslint-webpack-plugin": "^3.1.1",
"fs-extra": "^10.0.1",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.0",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss-loader": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"ts-jest": "^28.0.5",
"ts-loader": "^9.3.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"zip-folder": "^1.0.0"
},
"keywords": [
"discogs",
"spotify",
"youtube",
"deezer",
"react",
"chrome"
]
}