forked from 1024pix/pix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 4.82 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "pix",
"version": "3.261.1",
"private": false,
"description": "Plateforme d'évaluation et de certification des compétences numériques",
"license": "AGPL-3.0",
"author": "GIP Pix",
"engines": {
"node": "16.14.0",
"npm": ">=8.3.1 <=8.13.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1024pix/pix.git"
},
"directories": {
"doc": "docs",
"test": "tests"
},
"homepage": "https://github.com/1024pix/pix#readme",
"bugs": {
"url": "https://github.com/1024pix/pix/issues"
},
"main": "index.js",
"scripts": {
"build": "run-s ci:front build:front signal-github signal-jira",
"build:admin": "(cd admin && npm run build) && mkdir -p dist && cp -R admin/dist dist/admin",
"build:certif": "(cd certif && npm run build) && mkdir -p dist && cp -R certif/dist dist/certif",
"build:front": "run-p --print-label build:mon-pix build:orga build:certif build:admin",
"build:mon-pix": "(cd mon-pix && npm run build) && mkdir -p dist && cp -R mon-pix/dist dist/app",
"build:orga": "(cd orga && npm run build) && mkdir -p dist && cp -R orga/dist dist/orga",
"ci:admin": "cd admin && npm ci",
"ci:all": "run-p --print-label ci:api ci:front",
"ci:api": "cd api && npm ci",
"ci:certif": "cd certif && npm ci",
"ci:front": "run-p --print-label ci:mon-pix ci:orga ci:certif ci:admin",
"ci:mon-pix": "cd mon-pix && npm ci",
"ci:orga": "cd orga && npm ci",
"signal-github": "./scripts/signal_deploy_to_pr.sh",
"signal-jira": "node ./scripts/jira/comment-with-review-app-url.js",
"compute-lead-times": "node ./scripts/compute-lead-times",
"clean": "run-p --print-label clean:api clean:mon-pix clean:orga clean:certif clean:admin clean:coverage && npm run clean:root",
"clean:admin": "cd admin && npm run clean",
"clean:api": "cd api && npm run clean",
"clean:certif": "cd certif && npm run clean",
"clean:mon-pix": "cd mon-pix && npm run clean",
"clean:orga": "cd orga && npm run clean",
"clean:root": "rm -rf node_modules && rm -rf tmp",
"configure": "./scripts/configure.sh",
"lint": "run-p --print-label lint:api lint:mon-pix lint:orga lint:certif lint:admin",
"lint:admin": "cd admin && npm run lint",
"lint:api": "cd api && npm run lint",
"lint:api:json": "cd api && npm run lint:json",
"lint:certif": "cd certif && npm run lint",
"lint:mon-pix": "cd mon-pix && npm run lint",
"lint:mon-pix:json": "cd mon-pix && npm run lint:json",
"lint:orga": "cd orga && npm run lint",
"lint:orga:json": "cd orga && npm run lint:json",
"lint:scripts": "eslint scripts",
"lint:json": "run-p --print-label lint:api:json lint:mon-pix:json lint:orga:json",
"lint:yaml": "run-p lint:yaml:*",
"lint:yaml:dotfiles": "eslint --ext .yml .circleci && eslint --ext .yaml .github",
"lint:yaml:files": "eslint --ext .yaml --ignore-pattern docker-compose.yaml ./*.yaml",
"lint:docs": "find ./docs -type f -name '*.md' | xargs -L1 markdown-link-check --quiet --config ./docs/link--check-config.json ",
"local:trigger-lint-on-commit": "husky install",
"local:prevent-trigger-lint-on-commit": "git config --unset core.hooksPath",
"preinstall": "npx check-engine",
"start": "run-p --print-label start:api start:mon-pix start:orga start:certif start:admin",
"start:admin": "cd admin && npm start",
"start:api": "cd api && npm run start:watch",
"start:certif": "cd certif && npm start",
"start:mon-pix": "cd mon-pix && npm start",
"start:orga": "cd orga && npm start",
"test:root": "npm run test:scripts",
"test": "run-p --print-label test:api test:mon-pix test:orga test:certif test:admin test:scripts",
"test:admin": "cd admin && npm test",
"test:api": "cd api && npm run lint && npm test",
"test:api:debug": "cd api && npm run test:api:debug",
"test:certif": "cd certif && npm test",
"test:mon-pix": "cd mon-pix && npm test",
"test:orga": "cd orga && npm test",
"test:scripts": "cd scripts && NODE_ENV=test mocha --recursive --exit --reporter dot tests",
"domains:install": "./scripts/local-domains/install",
"domains:start": "cd ./scripts/local-domains/ && docker-compose up -d",
"domains:stop": "cd ./scripts/local-domains/ && docker-compose down"
},
"dependencies": {
"axios": "^0.21.1",
"bluebird": "3.7.2",
"d3-dsv": "^2.0.0",
"ember-date-fns": "^0.5.0",
"moment": "^2.29.1",
"npm-run-all": "^4.1.5"
},
"devDependencies": {
"@1024pix/ember-testing-library": "^0.4.1",
"chai": "^4.3.0",
"ember-template-lint": "^3.7.0",
"eslint": "^7.32.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-yml": "^0.10.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"mocha": "^8.3.0"
},
"peerDependencies": {
"markdown-link-check": "^3.8.6"
}
}