forked from QwikDev/qwik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 5.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
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
{
"private": true,
"name": "qwik-monorepo",
"version": "0.11.0",
"scripts": {
"build": "tsm scripts/index.ts --tsc --build --qwikcity --api --platform-binding-wasm-copy",
"build.full": "tsm scripts/index.ts --tsc --build --api --eslint --qwikcity --qwikreact --cli --platform-binding --wasm",
"build.qwik-city": "tsm scripts/index.ts --tsc --qwikcity",
"build.platform": "tsm scripts/index.ts --platform-binding",
"build.platform.copy": "tsm scripts/index.ts --platform-binding-wasm-copy",
"build.only_javascript": "tsm scripts/index.ts --tsc --build --api",
"build.wasm": "tsm scripts/index.ts --wasm",
"build.validate": "tsm scripts/index.ts --tsc --build --api --eslint --platform-binding --wasm --validate",
"build.cli": "tsm scripts/index.ts --cli --dev",
"build.cli.prod": "tsm scripts/index.ts --cli",
"build.watch": "tsm scripts/index.ts --build --qwikcity --watch --dev --platform-binding",
"commit": "git-cz",
"link.dist": "cd packages/qwik/dist && npm link && cd ../../qwik-city/lib && npm link",
"cli": "yarn build.cli && node packages/create-qwik/dist/create-qwik.cjs && tsm scripts/validate-cli.ts --copy-local-qwik-dist",
"cli.validate": "tsm scripts/validate-cli.ts",
"api.update": "tsm scripts/index.ts --tsc --api --dev",
"tsc.check": "tsc --noEmit",
"tsc.watch": "tsc --noEmit --watch --preserveWatchOutput",
"tsc.trace": "tsc -p tsconfig.json --traceResolution > tsc.log",
"start": "concurrently \"npm:build.watch\" \"npm:test.watch\" \"npm:tsc.watch\" -n build,test,tsc -c green,magenta,cyan",
"release.prepare": "yarn lint && yarn test.unit && tsm scripts/index.ts --tsc --build --api --eslint --platform-binding --wasm --prepare-release",
"test": "yarn build.full && yarn test.unit && yarn test.e2e",
"test.unit": "tsm node_modules/uvu/bin.js packages unit.ts --tsmconfig tsm.cjs",
"test.unit.debug": "tsm --inspect-brk node_modules/uvu/bin.js packages unit.ts --tsmconfig tsm.cjs",
"test.watch": "watchlist packages unit.ts -- yarn test.unit",
"test.rust": "make test",
"test.e2e": "yarn test.e2e.chromium && yarn test.e2e.firefox && yarn test.e2e.webkit",
"test.e2e.chromium": "playwright test starters --browser=chromium --config starters/playwright.config.ts",
"test.e2e.chromium.debug": "PWDEBUG=1 playwright test starters --browser=chromium --config starters/playwright.config.ts",
"test.e2e.firefox": "playwright test starters --browser=firefox --config starters/playwright.config.ts",
"test.e2e.webkit": "playwright test starters --browser=webkit --config starters/playwright.config.ts",
"serve": "tsm --inspect starters/dev-server.ts 3300",
"serve.debug": "tsm --inspect-brk starters/dev-server.ts 3300",
"docs.sync": "tsm scripts/docs_sync/index.ts",
"lint": "yarn lint.eslint && yarn lint.prettier && yarn lint.rust",
"lint.eslint": "eslint \"**/*.ts*\"",
"lint.rust": "make lint",
"lint.prettier": "prettier --check .",
"prettier.fix": "prettier --write .",
"fmt": "yarn prettier.fix",
"qwik-save-artifacts": "tsm ./scripts/qwik-save-artifacts.ts",
"preinstall": "yarn node scripts/tools/preinstall-script.js"
},
"devDependencies": {
"@builder.io/partytown": "0.7.1",
"@builder.io/qwik-dom": "2.1.19",
"@microsoft/api-extractor": "7.32.1",
"@napi-rs/cli": "2.12.0",
"@napi-rs/triples": "1.1.0",
"@node-rs/helper": "1.3.3",
"@octokit/action": "3.18.1",
"@playwright/test": "1.27.1",
"@types/brotli": "^1.3.1",
"@types/cross-spawn": "6.0.2",
"@types/eslint": "8.4.6",
"@types/express": "4.17.14",
"@types/mri": "1.1.1",
"@types/node": "latest",
"@types/node-fetch": "2.6.2",
"@types/path-browserify": "1.0.0",
"@types/prettier": "2.7.1",
"@types/semver": "7.3.12",
"@types/which-pm-runs": "^1.0.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"@typescript-eslint/utils": "5.40.0",
"all-contributors-cli": "6.24.0",
"brotli": "1.3.3",
"commitizen": "4.2.5",
"concurrently": "7.4.0",
"cross-spawn": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"esbuild": "0.15.10",
"eslint": "8.25.0",
"eslint-plugin-no-only-tests": "2.6.0",
"execa": "6.1.0",
"express": "4.18.2",
"monaco-editor": "^0.34.0",
"mri": "1.2.0",
"node-fetch": "3.2.10",
"path-browserify": "1.0.1",
"prettier": "2.7.1",
"rollup": "2.78.0",
"semver": "7.3.8",
"snoop": "^1.0.4",
"tailwindcss": "3.1.8",
"terser": "5.15.1",
"todomvc-app-css": "2.4.2",
"todomvc-common": "1.0.5",
"tsm": "2.2.2",
"typescript": "4.8.4",
"uvu": "^0.5.6",
"vite": "3.1.7",
"vite-tsconfig-paths": "3.5.1",
"wasm-pack": "0.10.3",
"watchlist": "^0.3.1",
"which-pm-runs": "^1.1.0"
},
"workspaces": [
"packages/docs",
"packages/create-qwik",
"packages/qwik",
"packages/qwik-city",
"packages/qwik-react",
"packages/eslint-plugin-qwik"
],
"contributors": [
{
"name": "Miško Hevery",
"email": "[email protected]",
"url": "https://twitter.com/mhevery"
},
{
"name": "Adam Bradley",
"email": "[email protected]",
"url": "https://twitter.com/adamdbradley"
},
{
"name": "Manu Mtz.-Almeida",
"email": "[email protected]",
"url": "https://twitter.com/manucorporat"
}
],
"packageManager": "[email protected]",
"engines": {
"node": ">=16"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"type": "module"
}