-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "bandcamp-play",
"version": "6.0.8",
"description": "Bandcamp Play",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"analize": "webpack --config webpack/webpack.analize.js",
"zip": "./zip.sh",
"lint": "eslint \"./**/*.{ts,tsx}\"",
"lint:fix": "eslint --fix \"./**/*.{ts,tsx}\"",
"format": "prettier --write \"./**/*.{ts,tsx,scss,md,json}\" --config ./.prettierrc.json"
},
"author": "Nazarii Borbiuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/borbiuk/band-play"
},
"dependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react-tooltip": "^5.28.0"
},
"devDependencies": {
"@types/chrome": "0.0.297",
"@types/jest": "29.5.14",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"autoprefixer": "10.4.20",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"eslint": "8.57.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.7",
"postcss": "8.5.1",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.1.3",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.10",
"sass": "1.83.4",
"sass-loader": "16.0.4",
"style-loader": "4.0.0",
"tailwindcss": "3.4.17",
"ts-loader": "9.5.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-merge": "6.0.1"
}
}