-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.15 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
{
"name": "dougpedia-app",
"description": "Dougpedia App",
"main": "src/dougpedia-app/dougpedia-app.js",
"scripts": {
"start": "polymer serve",
"build": "polymer build",
"test": "npm run test:lint && npm run test:unit",
"test:lint": "polymer lint",
"test:unit": "polymer test --module-resolution=node --npm"
},
"dependencies": {
"@material/mwc-button": "^0.1.2",
"@material/mwc-fab": "^0.1.2",
"@material/mwc-icon": "^0.1.2",
"@polymer/lit-element": "^0.5.2",
"@polymer/polymer": "^3.0.5",
"dougpedia-firebase": "https://gitlab.com/dougpedia/dougpedia-firebase.git",
"dougpedia-joke-list": "https://gitlab.com/dougpedia/dougpedia-joke-list.git",
"dougpedia-store": "https://gitlab.com/dougpedia/dougpedia-store.git",
"dougpedia-upsert": "https://gitlab.com/dougpedia/dougpedia-upsert.git",
"pwa-helpers": "^0.8.3"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.0.4",
"wct-browser-legacy": "^1.0.0"
},
"version": "0.0.1",
"repository": "https://gitlab.com/dougpedia/dougpedia-app.git",
"author": "Mario Aleo <[email protected]>",
"license": "MIT",
"private": true
}