UNPKG

5.68 kBJSONView Raw
1{
2 "name": "@stencil/core",
3 "version": "4.3.0",
4 "license": "MIT",
5 "main": "./internal/stencil-core/index.cjs",
6 "module": "./internal/stencil-core/index.js",
7 "types": "./internal/stencil-core/index.d.ts",
8 "bin": {
9 "stencil": "bin/stencil"
10 },
11 "files": [
12 "!**/*.map",
13 "!**/*.stub.ts",
14 "!**/*.stub.tsx",
15 "bin/",
16 "cli/",
17 "compiler/",
18 "dev-server/",
19 "internal/",
20 "mock-doc/",
21 "screenshot/",
22 "sys/",
23 "testing/"
24 ],
25 "scripts": {
26 "build": "npm run tsc.scripts && npm run tsc.prod && npm run rollup.prod.ci",
27 "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean-scripts",
28 "clean-scripts": "rm -rf scripts/build",
29 "license": "node scripts/build --license",
30 "lint": "eslint 'bin/*' 'scripts/*.ts' 'scripts/**/*.ts' 'src/*.ts' 'src/**/*.ts' 'src/**/*.tsx'",
31 "prettier": "npm run prettier.base -- --write",
32 "prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil|.github/(**/)?*.(yml|yaml)|*.js\"",
33 "prettier.dry-run": "npm run prettier.base -- --list-different",
34 "release": "npm run tsc.scripts && node scripts/build --release --publish",
35 "release.ci.prepare": "npm run tsc.scripts && node scripts/build --release --ci-prepare",
36 "release.ci": "npm run tsc.scripts && NODE_OPTIONS=--max-old-space-size=4096 node scripts/build --release --ci-publish",
37 "release.prepare": "npm run tsc.scripts && node scripts/build --release --prepare",
38 "rollup.prod.ci": "rollup --config --config-prod --config-ci",
39 "rollup.watch": "rollup --watch --config",
40 "spellcheck": "cspell --no-progress \"src/**/*.ts\" \"src/**/*.tsx\" \"scripts/**/*.ts\" \"*.md\"",
41 "start": "npm run watch",
42 "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
43 "test.analysis": "cd test && npm run analysis.build-and-analyze",
44 "test.bundlers": "cd test && npm run bundlers",
45 "test.dist": "node scripts/build --validate-build",
46 "test.end-to-end": "cd test/end-to-end && npm ci && npm test && npm run test.dist",
47 "test.jest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
48 "test.karma": "cd test/karma && npm ci && npm run karma",
49 "test.karma.prod": "cd test/karma && npm ci && npm run karma.prod",
50 "test.prod": "npm run test.dist && npm run test.end-to-end && npm run test.jest && npm run test.karma && npm run test.sys.node && npm run test.testing && npm run test.analysis",
51 "test.testing": "node scripts/test/validate-testing.js",
52 "test.watch": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
53 "test.watch-all": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watchAll --coverage",
54 "tsc": "tsc --incremental",
55 "tsc.prod": "tsc",
56 "tsc.scripts": "tsc --build --force scripts/tsconfig.json",
57 "tsc.watch": "tsc --incremental --watch"
58 },
59 "devDependencies": {
60 "@ionic/prettier-config": "^4.0.0",
61 "@rollup/plugin-commonjs": "15.1.0",
62 "@rollup/plugin-json": "6.0.0",
63 "@rollup/plugin-node-resolve": "9.0.0",
64 "@rollup/plugin-replace": "2.3.4",
65 "@rollup/pluginutils": "5.0.4",
66 "@types/eslint": "^8.4.6",
67 "@types/exit": "^0.1.31",
68 "@types/fs-extra": "^11.0.0",
69 "@types/glob": "^8.0.0",
70 "@types/graceful-fs": "^4.1.5",
71 "@types/inquirer": "^7.3.1",
72 "@types/jest": "^27.0.3",
73 "@types/listr": "^0.14.4",
74 "@types/mock-fs": "^4.13.1",
75 "@types/node": "^20.1.1",
76 "@types/pixelmatch": "^5.2.4",
77 "@types/pngjs": "^6.0.1",
78 "@types/prompts": "^2.0.9",
79 "@types/semver": "^7.3.12",
80 "@types/sizzle": "^2.3.2",
81 "@types/ws": "^8.5.4",
82 "@types/yarnpkg__lockfile": "^1.1.5",
83 "@typescript-eslint/eslint-plugin": "^6.0.0",
84 "@typescript-eslint/parser": "^6.0.0",
85 "@yarnpkg/lockfile": "^1.1.0",
86 "ansi-colors": "4.1.3",
87 "autoprefixer": "10.4.15",
88 "conventional-changelog-cli": "^4.0.0",
89 "cspell": "^7.0.1",
90 "dts-bundle-generator": "~8.0.0",
91 "eslint": "^8.23.1",
92 "eslint-config-prettier": "^9.0.0",
93 "eslint-plugin-jest": "^27.0.4",
94 "eslint-plugin-jsdoc": "^46.0.0",
95 "eslint-plugin-simple-import-sort": "^10.0.0",
96 "execa": "8.0.1",
97 "exit": "^0.1.2",
98 "fs-extra": "^11.0.0",
99 "glob": "8.1.0",
100 "graceful-fs": "~4.2.6",
101 "inquirer": "^7.3.3",
102 "jest": "^27.4.5",
103 "jest-cli": "^27.4.5",
104 "jest-environment-node": "^27.4.4",
105 "listr": "^0.14.3",
106 "magic-string": "^0.30.0",
107 "merge-source-map": "^1.1.0",
108 "mime-db": "^1.46.0",
109 "minimatch": "5.1.6",
110 "mock-fs": "^5.2.0",
111 "node-fetch": "3.3.2",
112 "open": "^9.0.0",
113 "open-in-editor": "2.2.0",
114 "parse5": "7.1.2",
115 "pixelmatch": "5.3.0",
116 "postcss": "^8.2.8",
117 "prettier": "3.0.3",
118 "prompts": "2.4.2",
119 "puppeteer": "^21.0.0",
120 "rollup": "2.42.3",
121 "rollup-plugin-sourcemaps": "^0.6.3",
122 "semver": "^7.3.7",
123 "sizzle": "^2.3.6",
124 "terser": "5.19.4",
125 "typescript": "~5.1.6",
126 "webpack": "^5.75.0",
127 "ws": "8.14.1"
128 },
129 "engines": {
130 "node": ">=16.0.0",
131 "npm": ">=7.10.0"
132 },
133 "repository": {
134 "type": "git",
135 "url": "git+https://github.com/ionic-team/stencil.git"
136 },
137 "author": "Ionic Team",
138 "homepage": "https://stenciljs.com/",
139 "description": "A Compiler for Web Components and Progressive Web Apps",
140 "keywords": [
141 "web components",
142 "components",
143 "stencil",
144 "ionic",
145 "webapp",
146 "custom elements",
147 "pwa",
148 "progressive web app"
149 ],
150 "prettier": "@ionic/prettier-config",
151 "volta": {
152 "node": "20.6.1",
153 "npm": "10.1.0"
154 }
155}