-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "shri-2020-task-2",
"version": "1.0.0",
"description": "Решение тестового задания №2",
"private": true,
"scripts": {
"build": "webpack -p",
"lint": "eslint ./src",
"test": "jest",
"develop": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontstall/shri-2020-task-2.git"
},
"author": "Roman Makarov",
"license": "ISC",
"bugs": {
"url": "https://github.com/frontstall/shri-2020-task-2/issues"
},
"homepage": "https://github.com/frontstall/shri-2020-task-2#readme",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.3.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"json-to-ast": "^2.1.0",
"lodash": "^4.17.15"
}
}