-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.16 KB
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": "coursejsdeveloper",
"version": "1.0.0",
"type": "module",
"description": "\"Cources JS development on Hexlet\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ram-smart/courseJavaScript.git"
},
"author": "ram-smart",
"license": "ISC",
"bugs": {
"url": "https://github.com/ram-smart/courseJavaScript/issues"
},
"homepage": "https://github.com/ram-smart/courseJavaScript#readme",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"hexlet-html-tags": "^0.2.8",
"hexlet-pairs": "^1.0.8",
"hexlet-pairs-data": "^1.0.8",
"lodash": "^4.17.20",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.5.3",
"jest-cli": "^26.5.3",
"prettier": "^2.1.2"
},
"files": [
"dist"
]
}