-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"name": "44-grupe-portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "dead-server --host=localhost --port=4408",
"test": "jest --passWithNoTests",
"test:all": "jest --watchAll --passWithNoTests --coverage",
"test:coverage": "jest --coverage"
},
"keywords": [],
"author": "Rimantas (https://github.com/belauzas)",
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"babel-jest": "^29.5.0",
"dead-server": "^1.0.9",
"eslint": "^8.40.0",
"eslint-config-node": "^4.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
}
}