UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@lwc/compiler",
3 "version": "1.1.5",
4 "description": "LWC compiler",
5 "main": "dist/commonjs/index.js",
6 "typings": "dist/types/index.d.ts",
7 "license": "MIT",
8 "scripts": {
9 "clean": "rm -rf dist/",
10 "build": "tsc && node ./scripts/update-compiler-version.js",
11 "test": "jest"
12 },
13 "files": [
14 "dist/"
15 ],
16 "dependencies": {
17 "@babel/core": "7.1.0",
18 "@babel/plugin-proposal-object-rest-spread": "7.0.0",
19 "@lwc/babel-plugin-component": "1.1.5",
20 "@lwc/errors": "1.1.5",
21 "@lwc/shared": "1.1.5",
22 "@lwc/style-compiler": "1.1.5",
23 "@lwc/template-compiler": "1.1.5",
24 "babel-preset-compat": "0.21.7",
25 "rollup": "^1.7.4",
26 "rollup-plugin-replace": "^2.1.0",
27 "terser": "^3.17.0"
28 },
29 "devDependencies": {
30 "source-map": "^0.7.3"
31 },
32 "publishConfig": {
33 "access": "public"
34 },
35 "gitHead": "1422b9101797e67495aa38129addba56240ce379"
36}