-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"description": "an input for date and time",
"keywords": [
"date",
"time",
"datetime",
"input",
"polymer",
"webcomponents",
"range"
],
"repository": {
"type": "git",
"url": "https://github.com/fooloomanzoo/datetime-input.git"
},
"homepage": "https://github.com/fooloomanzoo/datetime-input/",
"name": "@fooloomanzoo/datetime-input",
"version": "3.0.4",
"scripts": {
"prepublishOnly": "npm run build && git add . && git commit -m \"publish new version\" && npm version patch && git push",
"build": "git pull && npm update -f && npm run analyze && webpack --env production",
"start": "npm run analyze && webpack-dev-server --env development --open",
"analyze": "polymer analyze > analysis.json",
"test": "polymer test",
"test:p": "polymer test -p --config-file=wct.p.conf.js"
},
"author": "fooloomanzoo",
"license": "MIT",
"dependencies": {
"@fooloomanzoo/input-picker-pattern": "^3.0.10",
"@fooloomanzoo/number-input": "^3.0.9",
"@fooloomanzoo/property-mixins": "^3.0.9",
"@polymer/polymer": "^3"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-template-html-minifier": "^2.0.1",
"babel-preset-minify": "^0.5.0",
"copy-webpack-plugin": "^4.6.0",
"fast-async": "^6.3.8",
"@webcomponents/webcomponentsjs": "^2",
"@polymer/iron-component-page": "^4",
"@polymer/iron-flex-layout": "^3",
"@polymer/iron-demo-helpers": "^3",
"@polymer/iron-form": "^3",
"@polymer/iron-test-helpers": "^3",
"wct-browser-legacy": "^1",
"terser-webpack-plugin": "^1.1.0",
"uglify-template-string-loader": "^1.1.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
}
}