-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.3 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": "photo-journal-sample",
"license": "BSD-3-Clause",
"devDependencies": {
"eslint": "^7.3.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-html": "^2.0.0",
"wct-browser-legacy": "^1.0.1"
},
"scripts": {
"lint": "npm run lint:javascript && polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
"test": "polymer test",
"test:integration": "polymer build # test that psk builds without error with the CLI"
},
"version": "1.0.0",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"author": "Tropicadri",
"dependencies": {
"@polymer/app-layout": "^3.0.0",
"@polymer/app-media": "^3.0.1",
"@polymer/app-route": "^3.0.0",
"@polymer/iron-flex-layout": "^3.0.0",
"@polymer/iron-iconset-svg": "^3.0.0",
"@polymer/iron-image": "^3.0.0",
"@polymer/iron-list": "^3.0.0",
"@polymer/iron-media-query": "^3.0.0",
"@polymer/iron-pages": "^3.0.0",
"@polymer/iron-selector": "^3.0.0",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-checkbox": "^3.0.0",
"@polymer/paper-icon-button": "^3.0.0",
"@polymer/paper-input": "^3.0.0",
"@polymer/polymer": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0"
}
}