-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.17 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
{
"name": "amazon-eu-price-compare",
"version": "2.0.0",
"description": "This extension compares price from amazon de, it, es, fr, nl, be and uk",
"main": "content.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"zip": "zip -r chrome-extension/chrome-extension.zip chrome-extension"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCore864/amazon-eu-price-compare.git"
},
"author": "Tiexin Guo",
"license": "ISC",
"bugs": {
"url": "https://github.com/IronCore864/amazon-eu-price-compare/issues"
},
"homepage": "https://github.com/IronCore864/amazon-eu-price-compare#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.12.11",
"babel": "^6.23.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.2.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0"
}
}