-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.49 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
55
56
{
"name": "dzencot-page-loader-01",
"version": "1.0.0",
"description": "project#3 for Hexlet.io",
"main": "index.js",
"scripts": {
"test": "jest",
"test-watch": "npm run test -- --watchAll",
"babel-node": "babel-node",
"eslint": "eslint",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/__fixtures__/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzencot/project-lvl3-s71.git"
},
"author": "Ivan Gagrinov",
"license": "ISC",
"bugs": {
"url": "https://github.com/dzencot/project-lvl3-s71/issues"
},
"homepage": "https://github.com/dzencot/project-lvl3-s71#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "^2.2.0",
"flow": "^0.2.3",
"flow-typed": "^2.0.0",
"jest": "^19.0.2",
"nock": "^9.0.13"
},
"dependencies": {
"axios": "^0.16.1",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"commander": "^2.9.0",
"debug": "^2.6.3",
"listr": "^0.11.0",
"mz": "^2.6.0"
}
}