UNPKG

4.02 kBJSONView Raw
1{
2 "name": "polymer-build",
3 "version": "3.1.4",
4 "description": "A library of Gulp build tasks",
5 "homepage": "https://github.com/Polymer/tools/tree/master/packages/build",
6 "repository": "github:Polymer/tools",
7 "bugs": "https://github.com/Polymer/tools/issues",
8 "license": "BSD-3-Clause",
9 "author": "The Polymer Project Authors",
10 "main": "lib/polymer-build.js",
11 "typings": "lib/polymer-build.d.ts",
12 "scripts": {
13 "clean": "rm -rf lib/",
14 "build": "npm run clean && tsc && node scripts/generate-helpers.js && npm run lint",
15 "format": "find src -name \"*.ts\" | xargs clang-format --style=file -i",
16 "lint": "tslint -p . && node scripts/depcheck.js",
17 "test": "npm run build && npm run lint && mocha \"lib/test/**/*_test.js\"",
18 "test:unit": "mocha \"lib/test/**/*_test.js\"",
19 "test:watch": "tsc-then -- mocha \"lib/test/**/*_test.js\"",
20 "prepublishOnly": "npm test"
21 },
22 "dependencies": {
23 "@babel/core": "^7.0.0",
24 "@babel/plugin-external-helpers": "^7.0.0",
25 "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
26 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
27 "@babel/plugin-syntax-async-generators": "^7.0.0",
28 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
29 "@babel/plugin-syntax-import-meta": "^7.0.0",
30 "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
31 "@babel/plugin-transform-arrow-functions": "^7.0.0",
32 "@babel/plugin-transform-async-to-generator": "^7.0.0",
33 "@babel/plugin-transform-block-scoped-functions": "^7.0.0",
34 "@babel/plugin-transform-block-scoping": "^7.0.0",
35 "@babel/plugin-transform-classes": "^7.0.0",
36 "@babel/plugin-transform-computed-properties": "^7.0.0",
37 "@babel/plugin-transform-destructuring": "^7.0.0",
38 "@babel/plugin-transform-duplicate-keys": "^7.0.0",
39 "@babel/plugin-transform-exponentiation-operator": "^7.0.0",
40 "@babel/plugin-transform-for-of": "^7.0.0",
41 "@babel/plugin-transform-function-name": "^7.0.0",
42 "@babel/plugin-transform-instanceof": "^7.0.0",
43 "@babel/plugin-transform-literals": "^7.0.0",
44 "@babel/plugin-transform-modules-amd": "^7.0.0",
45 "@babel/plugin-transform-object-super": "^7.0.0",
46 "@babel/plugin-transform-parameters": "^7.0.0",
47 "@babel/plugin-transform-regenerator": "^7.0.0",
48 "@babel/plugin-transform-shorthand-properties": "^7.0.0",
49 "@babel/plugin-transform-spread": "^7.0.0",
50 "@babel/plugin-transform-sticky-regex": "^7.0.0",
51 "@babel/plugin-transform-template-literals": "^7.0.0",
52 "@babel/plugin-transform-typeof-symbol": "^7.0.0",
53 "@babel/plugin-transform-unicode-regex": "^7.0.0",
54 "@babel/traverse": "^7.0.0",
55 "@polymer/esm-amd-loader": "^1.0.0",
56 "@types/babel-types": "^6.25.1",
57 "@types/babylon": "^6.16.2",
58 "@types/gulp-if": "0.0.33",
59 "@types/html-minifier": "^3.5.1",
60 "@types/is-windows": "^0.2.0",
61 "@types/mz": "0.0.31",
62 "@types/parse5": "^2.2.34",
63 "@types/resolve": "0.0.7",
64 "@types/uuid": "^3.4.3",
65 "@types/vinyl": "^2.0.0",
66 "@types/vinyl-fs": "^2.4.8",
67 "babel-plugin-minify-guarded-expressions": "^0.4.3",
68 "babel-preset-minify": "^0.5.0",
69 "babylon": "^7.0.0-beta.42",
70 "css-slam": "^2.1.2",
71 "dom5": "^3.0.0",
72 "gulp-if": "^2.0.2",
73 "html-minifier": "^3.5.10",
74 "matcher": "^1.1.0",
75 "multipipe": "^1.0.2",
76 "mz": "^2.6.0",
77 "parse5": "^4.0.0",
78 "plylog": "^1.0.0",
79 "polymer-analyzer": "^3.1.3",
80 "polymer-bundler": "^4.0.9",
81 "polymer-project-config": "^4.0.3",
82 "regenerator-runtime": "^0.11.1",
83 "stream": "0.0.2",
84 "sw-precache": "^5.1.1",
85 "uuid": "^3.2.1",
86 "vinyl": "^1.2.0",
87 "vinyl-fs": "^2.4.4"
88 },
89 "devDependencies": {
90 "@types/fs-extra": "0.0.37",
91 "@types/sinon": "^5.0.0",
92 "depcheck": "^0.6.3",
93 "fs-extra": "^5.0.0",
94 "istanbul": "^0.4.5",
95 "merge-stream": "^1.0.1",
96 "sinon": "^5.0.7",
97 "source-map-support": "^0.5.4",
98 "strip-indent": "^2.0.0",
99 "temp": "^0.8.3",
100 "tsc-then": "^1.1.0"
101 }
102}