-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.47 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
{
"name": "ionic-ci",
"version": "0.0.1",
"description": "Lighthouse for Ionic starter template",
"scripts": {
"build-all": "npm run build-angular && npm run build-react",
"build-angular": "npm run angular-blank && npm run angular-sidemenu && npm run angular-tabs && npm run angular-conf",
"build-react": "npm run react-blank && npm run react-sidemenu && npm run react-tabs && npm run react-conf",
"angular-blank": "npm run ci angular blank",
"angular-sidemenu": "npm run ci angular sidemenu",
"angular-tabs": "npm run ci angular tabs",
"angular-conf": "npm run ci angular conference",
"react-blank": "npm run ci react blank",
"react-sidemenu": "npm run ci react sidemenu",
"react-tabs": "npm run ci react tabs",
"react-conf": "npm run ci react conference",
"ci": "ts-node -P scripts/tsconfig.json scripts/measurement/index.ts",
"output": "ts-node -P scripts/tsconfig.json scripts/create-data/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdlabo/ionic-ci.git"
},
"keywords": [
"Ionic",
"Lighthouse",
"Measurement"
],
"author": "Masahiko Sakakibara",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdlabo/ionic-ci/issues"
},
"homepage": "https://github.com/rdlabo/ionic-ci#readme",
"dependencies": {
"@lhci/cli": "^0.3.6",
"ionic": "^5.4.10",
"lighthouse": "^5.6.0"
},
"devDependencies": {
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
}
}