-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.4 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
{
"name": "nos-servers",
"version": "0.0.1",
"description": "Nuxeo Online Services servers dashboard.",
"repository": {
"type": "git",
"url": "git+https://github.com/mnixo/nos-servers.git"
},
"author": "Miguel Nixo <mnixo@nuxeo.com>",
"license": "MIT",
"scripts": {
"build": "./node_modules/polymer-cli/bin/polymer.js build && ./node_modules/gulp/bin/gulp.js add-analytics",
"eslint": "./node_modules/eslint/bin/eslint.js gulpfile.js src",
"lint": "./node_modules/polymer-cli/bin/polymer.js lint -i src",
"start": "./node_modules/polymer-cli/bin/polymer.js serve"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.1.3",
"eslint": "^5.6.1",
"eslint-plugin-polymer": "^0.2.1",
"gulp": "^3.9.1",
"gulp-replace": "^1.0.0",
"polymer-cli": "^1.8.0"
},
"dependencies": {
"@polymer/app-layout": "^3.0.1",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/lit-element": "^0.6.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.1",
"@polymer/paper-input": "^3.0.1",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@polymer/paper-spinner": "^3.0.1",
"@polymer/paper-styles": "^3.0.1",
"web-animations-js": "^2.3.1"
}
}