-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.85 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
{
"name": "requestor",
"version": "0.3.4",
"description": "A Chrome devtools extension for intercepting and modifying HTTP requests and responses",
"license": "Apache-2.0",
"author": "",
"main": "out/index.js",
"scripts": {
"lint": "prettier --check . && eslint --max-warnings=0 .",
"test": "jest",
"watch": "NODE_ENV=development BUILD_WATCH=y node build.js",
"build": "rm -rf out && NODE_ENV=production node build.js",
"release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/content-type": "1.1.5",
"@types/cookie": "0.6.0",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.196",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.6",
"chrome-types": "0.1.199",
"content-type": "1.0.5",
"conventional-changelog-conventionalcommits": "5.0.0",
"cookie": "0.6.0",
"devtools-protocol": "0.0.1188167",
"esbuild": "0.16.17",
"esbuild-plugin-svgr": "1.1.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "27.5.1",
"jest-chrome": "0.8.0",
"jest-extended": "3.2.4",
"jotai": "1.13.1",
"lodash": "4.17.21",
"prettier": "2.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"semantic-release": "19.0.5",
"semantic-release-chrome": "3.2.0",
"tailwindcss": "3.3.5",
"ts-jest": "27.1.4",
"typescript": "4.9.5"
}
}