-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.27 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
{
"name": "beatport-ui-tweaks",
"version": "2.1.4",
"description": "A web extension that adds some useful feature to beatport.com site",
"scripts": {
"build": "parcel build src/manifest.json --config @parcel/config-webextension",
"dev": "parcel watch src/manifest.json --host localhost --config @parcel/config-webextension",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Csaba Tuncsik <[email protected]>",
"repository": "github:cstuncsik/beatport-ui-tweaks",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@parcel/config-webextension": "^2.9.3",
"@parcel/core": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@types/chrome": "^0.0.256",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"parcel": "^2.9.3",
"prettier": "^3.2.2",
"sharp": "^0.31.1",
"typescript": "^5.3.3"
},
"alias": {
"process": {
"global": "{}"
}
}
}