forked from SocialGouv/code-du-travail-numerique
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.53 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
45
46
47
48
49
50
{
"name": "@socialgouv/code-du-travail",
"private": true,
"license": "MIT",
"description": "Code du travail",
"homepage": "https://github.com/SocialGouv/code-du-travail-numerique#readme",
"scripts": {
"build": "lerna run build",
"build:ui": "yarn workspace @socialgouv/cdtn-ui build && yarn workspace @socialgouv/react-fiche-service-public build",
"dev:docker": "docker-compose up elasticsearch",
"dev": "lerna run dev --parallel",
"dev:api": "yarn workspace @cdt/api dev",
"dev:frontend": "yarn workspace @cdt/frontend dev",
"k8s": "yarn --silent --cwd .k8s",
"lint": "lerna run lint",
"start": "lerna run start",
"test": "lerna run test",
"jest:ui": "yarn workspace @cdt/frontend test -u && yarn workspace @socialgouv/react-fiche-service-public jest -u && yarn workspace @socialgouv/cdtn-ui jest -u",
"prepare": "is-ci || husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SocialGouv/code-du-travail-numerique.git"
},
"bugs": {
"url": "https://github.com/SocialGouv/code-du-travail-numerique/issues"
},
"dependencies": {
"husky": "^6.0.0",
"is-ci": "^3.0.0",
"lerna": "^4.0.0"
},
"resolutions": {
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.12.17"
},
"workspaces": {
"packages": [
"infra/*",
"modules/*",
"packages/*",
"packages/code-du-travail-data/*"
]
},
"engines": {
"node": ">= v14"
},
"version": "0.0.0"
}