-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.33 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
65
66
67
68
69
70
71
72
73
{
"name": "gdgtorino-website",
"version": "0.0.1",
"description": "GDG Torino's PWA",
"main": "dist/gdg-app.js",
"scripts": {
"build": "rollup -c",
"build:w": "rollup -cw",
"build:prod": "rm -rf dist/ && rollup -c --environment BUILD:production && node ./build-sitemap.js",
"build:ctypes": "node build-contentful-types.js",
"start": "npm run build:w",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdgtorino/gdgtorino-website.git"
},
"author": "GDG Torino IT team",
"license": "MIT",
"bugs": {
"url": "https://github.com/gdgtorino/gdgtorino-website/issues"
},
"homepage": "https://github.com/gdgtorino/gdgtorino-website#readme",
"dependencies": {
"@appnest/masonry-layout": "^2.0.6",
"@contentful/rich-text-html-renderer": "^13.4.0",
"@polymer/app-layout": "^3.1.0",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-image": "^3.0.2",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.1",
"@polymer/paper-input": "^3.0.1",
"@polymer/paper-spinner": "^3.0.1",
"@polymer/paper-tabs": "^3.1.0",
"@vaadin/router": "^1.5.2",
"basscss-align": "^1.0.2",
"basscss-flexbox": "^1.0.2",
"basscss-grid": "^2.0.0",
"basscss-hide": "^1.0.1",
"basscss-layout": "^3.1.0",
"basscss-margin": "^1.0.9",
"basscss-padding": "^1.1.3",
"basscss-position": "^2.0.3",
"contentful": "^7.10.0",
"contentful-ts-generator": "^0.2.4",
"headful": "^1.0.3",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"schema-dts": "^0.4.5",
"yargs": "^13.3.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.7.4",
"@open-wc/building-rollup": "^0.3.3",
"dotenv": "^7.0.0",
"http-server": "^0.11.1",
"rimraf": "^2.7.1",
"rollup": "^1.27.9",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-cpy": "^1.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-lit-css": "^2.0.0",
"rollup-plugin-live-server": "^1.0.3",
"rollup-plugin-multi-input": "^0.2.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.20.1",
"rollup-plugin-workbox-build": "^0.1.0",
"sitemap": "^5.1.0",
"typescript": "^3.7.3"
}
}