UNPKG

5.4 kBJSONView Raw
1{
2 "name": "@stencil/core",
3 "version": "2.18.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": "node scripts --prepare && 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 --license",
31 "lint": "eslint \"src/*.ts\" \"src/**/*.ts\" \"src/**/*.tsx\"",
32 "prettier": "npm run prettier.base -- --write",
33 "prettier.base": "prettier \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil\"",
34 "prettier.dry-run": "npm run prettier.base -- --list-different",
35 "release": "node scripts --release --publish",
36 "release.prepare": "node scripts --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 --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 -p scripts/tsconfig.json",
57 "tsc.watch": "tsc --incremental --watch",
58 "watch": "node scripts && npm run tsc && concurrently \"npm run rollup.watch\" \"npm run tsc.watch\""
59 },
60 "devDependencies": {
61 "@ionic/prettier-config": "^2.0.0",
62 "@rollup/plugin-commonjs": "15.1.0",
63 "@rollup/plugin-json": "4.1.0",
64 "@rollup/plugin-node-resolve": "9.0.0",
65 "@rollup/plugin-replace": "2.3.4",
66 "@rollup/pluginutils": "4.1.0",
67 "@types/autoprefixer": "^10.2.0",
68 "@types/eslint": "^8.4.2",
69 "@types/exit": "^0.1.31",
70 "@types/fs-extra": "^9.0.8",
71 "@types/glob": "^7.1.2",
72 "@types/graceful-fs": "^4.1.5",
73 "@types/inquirer": "^7.3.1",
74 "@types/jest": "^27.0.3",
75 "@types/listr": "^0.14.2",
76 "@types/mime-types": "^2.1.0",
77 "@types/node": "^14.14.35",
78 "@types/node-fetch": "^2.5.8",
79 "@types/parse5": "^6.0.0",
80 "@types/pixelmatch": "^4.0.0",
81 "@types/pngjs": "^3.4.2",
82 "@types/prompts": "^2.0.9",
83 "@types/semver": "^7.3.4",
84 "@types/sizzle": "^2.3.2",
85 "@types/webpack": "^4.41.26",
86 "@types/ws": "^7.4.0",
87 "@types/yarnpkg__lockfile": "^1.1.5",
88 "@typescript-eslint/eslint-plugin": "^5.20.0",
89 "@typescript-eslint/parser": "^5.20.0",
90 "@yarnpkg/lockfile": "^1.1.0",
91 "ansi-colors": "4.1.1",
92 "autoprefixer": "10.2.5",
93 "concurrently": "^6.0.0",
94 "conventional-changelog-cli": "^2.1.1",
95 "core-js-builder": "~3.6.5",
96 "css": "^3.0.0",
97 "dts-bundle-generator": "~6.12.0",
98 "eslint": "^8.13.0",
99 "eslint-config-prettier": "^8.5.0",
100 "eslint-plugin-jest": "^26.5.3",
101 "eslint-plugin-jsdoc": "^39.3.1",
102 "execa": "4.1.0",
103 "exit": "^0.1.2",
104 "fast-deep-equal": "3.1.3",
105 "fs-extra": "^10.1.0",
106 "glob": "7.1.6",
107 "graceful-fs": "~4.2.6",
108 "hash.js": "^1.1.7",
109 "inquirer": "^7.3.3",
110 "jest": "^27.4.5",
111 "jest-cli": "^27.4.5",
112 "jest-environment-node": "^27.4.4",
113 "listr": "^0.14.3",
114 "magic-string": "^0.25.7",
115 "merge-source-map": "^1.1.0",
116 "mime-db": "^1.46.0",
117 "minimatch": "3.0.4",
118 "node-fetch": "2.6.7",
119 "open": "8.2.1",
120 "open-in-editor": "2.2.0",
121 "parse5": "6.0.1",
122 "path-browserify": "^1.0.1",
123 "pixelmatch": "4.0.2",
124 "postcss": "^8.2.8",
125 "prettier": "2.7.1",
126 "prompts": "2.4.0",
127 "puppeteer": "~10.0.0",
128 "rollup": "2.42.3",
129 "rollup-plugin-sourcemaps": "^0.6.3",
130 "semver": "7.3.4",
131 "sizzle": "^2.3.6",
132 "terser": "5.6.1",
133 "typescript": "4.7.4",
134 "webpack": "^4.46.0",
135 "ws": "7.4.6"
136 },
137 "engines": {
138 "node": ">=12.10.0",
139 "npm": ">=6.0.0"
140 },
141 "repository": {
142 "type": "git",
143 "url": "git+https://github.com/ionic-team/stencil.git"
144 },
145 "author": "Ionic Team",
146 "homepage": "https://stenciljs.com/",
147 "description": "A Compiler for Web Components and Progressive Web Apps",
148 "keywords": [
149 "web components",
150 "components",
151 "stencil",
152 "ionic",
153 "webapp",
154 "custom elements",
155 "pwa",
156 "progressive web app"
157 ],
158 "prettier": "@ionic/prettier-config",
159 "volta": {
160 "node": "16.13.0",
161 "npm": "8.1.1"
162 }
163}