-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.93 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.93 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@adv-ui/pet-web-platform-movies",
"version": "0.0.0",
"private": true,
"description": "the representation on earth of our golden path",
"workspaces": [
"app",
"packages/**",
"qa/**",
"resources",
"widgets"
],
"repository": {
"type": "git",
"url": "git@github.mpi-internal.com:scmspain/frontend-all--pet-project-ts.git"
},
"keywords": [
"Golden Path",
"Template"
],
"author": "Web Platform <enablers-frontend@adevinta.com> (https://github.mpi-internal.com/scmspain/es-td-agreements/tree/master/30-Frontend)",
"license": "MIT",
"scripts": {
"co": "make co",
"ci": "make ci",
"lint": "make lint",
"test": "make test",
"dev": "make dev",
"pre-commit": "make precommit",
"pre-push": "make prepush",
"postinstall": "make postinstall",
"phoenix": "make phoenix"
},
"devDependencies": {
"@s-ui/lint": "4",
"@s-ui/mono": "2",
"@s-ui/precommit": "3",
"@types/react-dom": "18.2.19",
"eslint-config-standard-react": "13.0.0",
"typescript": "5.0",
"ultra-runner": "3.10.5"
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.ts.js"
]
},
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
},
"prettier": "./node_modules/@s-ui/lint/.prettierrc.js",
"overrides": {
"react": "18",
"eslint": "8.56",
"@s-ui/bundler": "typescript-support",
"@s-ui/helpers": "typescript-support",
"@s-ui/hoc": "typescript-support",
"@s-ui/js-compiler": "typescript-support",
"@s-ui/react-context": "typescript-support",
"@s-ui/studio": "typescript-support",
"@s-ui/test": "typescript-support",
"@s-ui/mock": "adr-mother-object",
"typescript": "5.0",
"glob-parent": "6.0.1"
},
"msw": {
"workerDirectory": "app/public"
},
"dependencies": {
"@s-ui/lint-reporters": "beta",
"@adv-ui/logger": "2",
"string-dedent": "3.0.1"
}
}