-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "page-digest",
"version": "0.2.0",
"private": true,
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"build": "rm -rf dist && webpack && ./bin/zipify.sh",
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint .",
"prettier": "prettier -c extension/**/*",
"prettier:fix": "prettier --write extension/**/*"
},
"devDependencies": {
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.213",
"@types/jest": "^29.5.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.39.0",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"zip-build": "^1.8.0"
}
}