-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "@multi-step-wizard/common",
"version": "1.0.0",
"repository": "https://github.com/dilbarov/multi-step-wizard.git",
"author": "Eugene Dilbarov <[email protected]>",
"license": "MIT",
"engines": {
"npm": "[ERROR] PLEASE USE YARN ONLY !!"
},
"volta": {
"node": "18.18.0",
"yarn": "1.22.21",
"npm": "10.2.4"
},
"scripts": {
"db": "docker-compose up -d --no-deps --build",
"api": "yarn workspace @multi-step-wizard/api-gateway start",
"client": "yarn workspace @multi-step-wizard/client dev"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*"
],
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@types/node": "18.19.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.8.0",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},
"dependencies": {
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3"
}
}