-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@polymer/html-modules-toolkit",
"version": "0.0.2",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-syntax-async-generators": "^7.0.0-beta.46",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.46",
"@babel/plugin-syntax-import-meta": "^7.0.0-beta.46",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.46",
"@babel/template": "^7.0.0-beta.46",
"@babel/traverse": "^7.0.0-beta.46",
"@types/babel-types": "^6.25.1",
"@types/babylon": "^6.16.2",
"@types/express": "^4.11.1",
"@types/koa": "^2.0.44",
"@types/node": "^9.4.7",
"@types/through2": "^2.0.33",
"@types/vinyl": "^2.0.2",
"@types/vinyl-fs": "^2.4.8",
"@types/webpack": "^4.1.4",
"dom5": "^3.0.0",
"express": "^4.16.3",
"koa": "^2.5.0",
"memfs": "^2.8.0",
"parse5": "^4.0.0",
"through2": "^2.0.3",
"unionfs": "^3.0.2",
"vinyl-fs": "^3.0.2",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"typescript": "^2.7.2"
}
}