-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 846 Bytes
/
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
{
"name": "polymer3-typescript-demo",
"version": "0.0.3",
"main": "index.html",
"repository": "https://github.com/HitkoDev/polymer3-typescript-demo.git",
"author": "Hitko Development <[email protected]>",
"license": "GPL-3.0",
"scripts": {
"build": "tsc && gulp",
"serve": "polymer serve --npm",
"dev": "concurrently \"tsc -w\" \"gulp watch\" \"npm run serve\""
},
"dependencies": {
"@polymer/polymer": "next",
"browser-es-module-loader": "^0.4.1"
},
"devDependencies": {
"autoprefixer": "^7.1.3",
"concurrently": "^3.5.0",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-js-text-imports": "^0.0.4",
"gulp-watch": "^4.3.11",
"html-minifier": "^3.5.3",
"polymer-cli": "^1.5.4",
"postcss": "^6.0.10",
"postcss-node-sass": "^1.2.0",
"typescript": "^2.5.2"
}
}