forked from aurelia/aurelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 5.69 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"private": true,
"license": "MIT",
"engines": {
"node": ">=8.11.4 <11.0.0",
"npm": ">=6.1.0 <7.0.0"
},
"scripts": {
"commit": "git-cz",
"init": "npm ci && npm run bootstrap && npm run build",
"bootstrap": "lerna bootstrap --ci --hoist",
"postinstall": "lerna bootstrap --ci --hoist",
"build": "lerna run build",
"dev": "lerna run dev --parallel",
"clean": "rimraf packages/*/dist dist",
"bundle:dist": "ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,system",
"postbundle:dist": "rimraf .rpt2_cache packages/*/dist/.rpt2_cache",
"bundle:all": "ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,system,iife all",
"postbundle:all": "rimraf .rpt2_cache packages/*/dist/.rpt2_cache dist/.rpt2_cache",
"bundle:release": "ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,system,iife all min",
"postbundle:release": "rimraf .rpt2_cache packages/*/dist/.rpt2_cache dist/.rpt2_cache",
"test-node": "lerna run test-node",
"test": "cross-env TS_NODE_PROJECT=\"scripts/tsconfig.json\" karma start scripts/karma.conf.ts --browsers=ChromeHeadlessOpt --single-run --coverage",
"test-firefox": "cross-env TS_NODE_PROJECT=\"scripts/tsconfig.json\" karma start scripts/karma.conf.ts --browsers=FirefoxHeadless --single-run",
"test:watch": "cross-env TS_NODE_PROJECT=\"scripts/tsconfig.json\" karma start scripts/karma.conf.ts --browsers=ChromeHeadlessOpt --coverage",
"test:debugger": "cross-env TS_NODE_PROJECT=\"scripts/tsconfig.json\" karma start scripts/karma.conf.ts --browsers=ChromeDebugging",
"lint": "lerna run lint",
"lint:src": "lerna run lint:src",
"lint:test": "lerna run lint:test",
"change-package-refs:tsc": "ts-node -P scripts/tsconfig.json scripts/change-package-refs.ts tsc",
"change-package-refs:rollup": "ts-node -P scripts/tsconfig.json scripts/change-package-refs.ts rollup",
"prepare-release": "ts-node -P scripts/tsconfig.json scripts/prepare-release.ts",
"prepare-release:conventional": "lerna version --conventional-commits --no-push --no-git-tag-version --exact --loglevel verbose -y",
"publish:local": "lerna run publish:local --parallel",
"publish:dev": "ts-node -P scripts/tsconfig.json scripts/publish.ts dev",
"publish:latest": "ts-node -P scripts/tsconfig.json scripts/publish.ts latest",
"refresh": "lerna clean -y && nodetouch ensurestash && git add . && git stash && git clean -xfd && git stash pop && git rm -f ensurestash && npm ci && npm run bootstrap && npm run build",
"generate-tests:template-compiler.static": "ts-node -P scripts/tsconfig.json scripts/generate-tests/template-compiler.static.ts",
"generate-tests:template-compiler.mutations": "ts-node -P scripts/tsconfig.json scripts/generate-tests/template-compiler.mutations.ts",
"generate-e2e": "ts-node -P scripts/tsconfig.json scripts/generate-tests/e2e.ts"
},
"dependencies": {},
"devDependencies": {
"@types/acorn": "^4.0.4",
"@types/chai": "^4.1.7",
"@types/chokidar": "^1.7.5",
"@types/fancy-log": "^1.3.0",
"@types/jsdom": "^12.2.1",
"@types/karma": "^3.0.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/pixi.js": "^4.8.6",
"@types/request": "^2.48.1",
"@types/sinon": "^7.0.3",
"@types/sinon-chai": "^3.2.2",
"@types/webpack": "^4.4.23",
"@types/webpack-env": "^1.13.6",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"commitizen": "^3.0.5",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"esm": "^3.0.84",
"fancy-log": "^1.3.3",
"husky": "^1.3.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jsdom": "^13.1.0",
"karma": "^3.1.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-firefox-launcher": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"lerna": "^3.10.5",
"magic-string": "^0.25.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"pixi.js": "^4.8.5",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"rollup": "^1.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^4.0.2",
"rollup-plugin-typescript2": "^0.19.0",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"source-map": "^0.7.3",
"touch": "^3.1.0",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.7.0",
"tslib": "^1.9.3",
"tslint": "^5.12.0",
"tslint-microsoft-contrib": "^6.0.0",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.2.2",
"validate-commit-msg": "^2.14.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"build",
"ci",
"chore",
"revert"
],
"scope": {
"required": false,
"allowed": [
"*"
],
"validate": false,
"multiple": false
},
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": "",
"autoFix": false
}
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg"
}
}
}