-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "flask-scraper",
"version": "0.0.1",
"description": "Scrapper engine based on selenium python bindings. Uses Flask for its API and ReactJS for the client.",
"scripts": {
"start": "webpack serve",
"test": "mocha",
"build": "webpack build",
"watch": "webpack build --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wotsyula/flask-scraper.git"
},
"keywords": [
"flask",
"react.js",
"docker",
"selenium"
],
"author": "Walter Otsyula <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wotsyula/flask-scraper/issues"
},
"homepage": "https://github.com/wotsyula/flask-scraper#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"css-loader": "^5.2.6",
"jquery": "^3.6.0",
"mocha": "^9.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"regenerator-runtime": "^0.13.7",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"sinon": "^11.1.1",
"style-loader": "^3.0.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}