forked from chunibyocola/sc-translator-crx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
{
"name": "sc-translator-crx",
"version": "4.6.0",
"private": true,
"description": "Focus on providing a great inline web translation experience.",
"repository": {
"type": "git",
"url": "https://github.com/chunibyocola/sc-translator-crx"
},
"bugs": {
"url": "https://github.com/chunibyocola/sc-translator-crx/issues"
},
"homepage": "https://github.com/chunibyocola/sc-translator-crx",
"scripts": {
"build": "webpack --env production --config config/webpack.config.js",
"dev": "webpack --env development --config config/webpack.config.js",
"check-types": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^8.0.0",
"react-signal-slot": "^1.0.1",
"redux": "^4.1.2"
},
"babel": {
"presets": [
"react-app"
],
"targets": {
"chrome": "88"
}
},
"eslintConfig": {
"extends": "react-app",
"globals": {
"chrome": true
}
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@types/chrome": "^0.0.180",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"babel-loader": "^8.2.4",
"babel-preset-react-app": "^10.0.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint-config-react-app": "^7.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}