UNPKG

5.24 kBJSONView Raw
1{
2 "name": "@stencil/core",
3 "version": "2.20.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 "dependencies.json",
19 "dev-server/",
20 "internal/",
21 "mock-doc/",
22 "screenshot/",
23 "sys/",
24 "testing/"
25 ],
26 "scripts": {
27 "build": "npm run tsc.scripts && npm run tsc.prod && npm run rollup.prod.ci",
28 "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean-scripts",
29 "clean-scripts": "rm -rf scripts/build",
30 "license": "node scripts/build --license",
31 "lint": "eslint 'bin/*' 'scripts/*.ts' 'scripts/**/*.ts' 'src/*.ts' 'src/**/*.ts' 'src/**/*.tsx'",
32 "prettier": "npm run prettier.base -- --write",
33 "prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil|.github/(**/)?*.(yml|yaml)|*.js\"",
34 "prettier.dry-run": "npm run prettier.base -- --list-different",
35 "release": "npm run tsc.scripts && node scripts/build --release --publish",
36 "release.prepare": "npm run tsc.scripts && node scripts/build --release --prepare",
37 "rollup": "rollup --config",
38 "rollup.prod": "rollup --config --config-prod",
39 "rollup.prod.ci": "rollup --config --config-prod --config-ci",
40 "rollup.watch": "rollup --watch --config",
41 "start": "npm run watch",
42 "test": "jest --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": "jest",
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": "jest --watch",
53 "test.watch-all": "jest --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": "^2.0.0",
61 "@rollup/plugin-commonjs": "15.1.0",
62 "@rollup/plugin-json": "5.0.2",
63 "@rollup/plugin-node-resolve": "9.0.0",
64 "@rollup/plugin-replace": "2.3.4",
65 "@rollup/pluginutils": "5.0.2",
66 "@types/eslint": "^8.4.6",
67 "@types/exit": "^0.1.31",
68 "@types/fs-extra": "^9.0.8",
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/node": "^16.11.62",
75 "@types/pixelmatch": "^5.2.4",
76 "@types/pngjs": "^6.0.1",
77 "@types/prompts": "^2.0.9",
78 "@types/semver": "^7.3.12",
79 "@types/sizzle": "^2.3.2",
80 "@types/webpack": "^4.41.26",
81 "@types/ws": "^7.4.0",
82 "@types/yarnpkg__lockfile": "^1.1.5",
83 "@typescript-eslint/eslint-plugin": "^5.38.0",
84 "@typescript-eslint/parser": "^5.38.0",
85 "@yarnpkg/lockfile": "^1.1.0",
86 "ansi-colors": "4.1.3",
87 "autoprefixer": "10.4.13",
88 "conventional-changelog-cli": "^2.2.2",
89 "dts-bundle-generator": "~7.1.0",
90 "eslint": "^8.23.1",
91 "eslint-config-prettier": "^8.5.0",
92 "eslint-plugin-jest": "^27.0.4",
93 "eslint-plugin-jsdoc": "^39.3.1",
94 "eslint-plugin-simple-import-sort": "^8.0.0",
95 "execa": "4.1.0",
96 "exit": "^0.1.2",
97 "fs-extra": "^11.0.0",
98 "glob": "8.0.3",
99 "graceful-fs": "~4.2.6",
100 "hash.js": "^1.1.7",
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.26.3",
107 "merge-source-map": "^1.1.0",
108 "mime-db": "^1.46.0",
109 "minimatch": "5.1.0",
110 "node-fetch": "2.6.7",
111 "open": "^8.4.0",
112 "open-in-editor": "2.2.0",
113 "parse5": "7.1.2",
114 "path-browserify": "^1.0.1",
115 "pixelmatch": "5.3.0",
116 "postcss": "^8.2.8",
117 "prettier": "2.8.0",
118 "prompts": "2.4.2",
119 "puppeteer": "~10.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.6.1",
125 "typescript": "4.8.4",
126 "webpack": "^4.46.0",
127 "ws": "7.4.6"
128 },
129 "engines": {
130 "node": ">=12.10.0",
131 "npm": ">=6.0.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": "16.13.0",
153 "npm": "8.1.1"
154 }
155}