forked from ionic-team/ionic-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.99 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "ionic-site",
"version": "1.0.0",
"description": "Ionic Framework main site - IonicFramework.com",
"scripts": {
"build": "gulp build.clean",
"dev": "gulp watch",
"bundle-install": "echo Gemfile.lock > .git/info/exclude && rm -f Gemfile.lock && bundle exec bundle install && git update-index --assume-unchanged Gemfile.lock",
"heroku-postbuild": "gulp build.clean && gulp sitemap && gulp slug.prep",
"stencil-build": "stencil build",
"stencil-dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"stencil-serve": "stencil-dev-server",
"stencil-start": "npm run dev",
"stencil-prepublish": "npm run build"
},
"engines": {
"node": "6.11.1"
},
"cacheDirectories": [
"node_modules",
"_site"
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-site"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ionic-team/ionic-site/issues"
},
"homepage": "https://github.com/ionic-team/ionic-site",
"dependencies": {
"@stencil/core": "0.11.3",
"@stencil/sass": "0.1.0",
"@stencil/utils": "latest",
"angular": "1.6.8",
"angular-animate": "1.6.8",
"angular-cookies": "1.6.8",
"angular-sanitize": "1.6.8",
"body-parser": "^1.18.2",
"bootstrap": "3.3.5",
"browser-sync": "^2.24.4",
"c3": "^0.5.2",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"del": "^2.2.2",
"dotenv": "^4.0.0",
"event-stream": "^3.3.1",
"express": "^4.16.2",
"express-ab": "^0.7.0",
"express-limiter": "^1.6.1",
"express-nunjucks": "^2.2.3",
"express-sanitizer": "^1.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-cache": "^0.4.1",
"gulp-cache-bust": "perrygovier/gulp-cache-bust",
"gulp-changed": "^1.0.0",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.2.0",
"gulp-develop-server": "^0.5.2",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.5",
"gulp-sitemap": "^5.1.0",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"helmet": "^3.9.0",
"htmlparser2": "^3.8.3",
"hubspot": "^1.3.2",
"ionicons": "^4.1.2",
"jquery": "3.1.1",
"js-yaml": "^3.4.2",
"jsforce": "^1.8.4",
"lunr": "^0.5.12",
"marked": "^0.3.9",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"nunjucks": "^3.0.1",
"redis": "^2.8.0",
"request": "^2.83.0",
"run-sequence": "^1.2.2",
"sendgrid": "^5.1.0",
"tiny-lr": "1.0.5",
"twilio": "^3.11.0",
"twitter": "^1.7.1",
"typed.js": "^2.0.6"
},
"module": "content/js/stencil/esm/index.js",
"main": "content/js/stencil/index.js",
"collection": "content/js/stencil/collection/collection-manifest.json",
"types": "content/js/stencil/types/components.d.ts"
}