forked from IronCore864/amazon-eu-price-compare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"name": "amazon-eu-price-compare",
"version": "1.3.4",
"description": "This extension compares price from amazon de, it, es, fr 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": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.2.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"webpack": "^2.2.0-rc.4"
}
}