-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "girlCrawler",
"version": "1.1.0",
"description": "A crawler for pictures on http://www.girl13.com",
"main": "girl.js",
"scripts": {
"start": "babel-node ./main.js",
"begin": "webpack && node ./output/index.js",
"lint": "eslint . --fix && echo 'Eslint Passed\\n'",
"test": "eslint . --fix && echo 'Eslint Passed\\n'"
},
"repository": {
"type": "git",
"url": "git@github.com:xuelangcxy/girlCrawler.git"
},
"author": "xuelangcxy",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-runtime": "^6.23.0",
"cheerio": "^0.20.0",
"fs": "0.0.2",
"http": "0.0.0",
"path": "^0.12.7",
"webpack": "^3.3.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-prettier": "^2.1.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"prettier-eslint": "^6.3.0",
"prettier-eslint-cli": "^4.1.1"
}
}