-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "cotoami-scraper",
"version": "1.0.0",
"description": "Cotoami Scraper is a Chrome Extension that scrapes web pages to generate inputs for Cotoami knowledge-bases.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "NODE_ENV=development webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cotoami/cotoami-scraper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cotoami/cotoami-scraper/issues"
},
"homepage": "https://github.com/cotoami/cotoami-scraper",
"devDependencies": {
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"node-sass": "^4.12.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2",
"webpack-extension-reloader": "^1.0.0",
"webpack-merge": "^4.2.1",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"jquery": "^3.4.1",
"lodash": "^4.17.13",
"semver": "^6.1.1",
"turndown": "^5.0.3",
"url": "^0.11.0",
"vue": "^2.6.10",
"vue-simple-suggest": "^1.9.5",
"whatwg-fetch": "^3.0.0"
}
}