forked from ionic-team/ionic-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.13 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
101
102
103
104
105
106
107
{
"name": "ionic-site",
"version": "1.0.0",
"description": "Ionic Framework main site - IonicFramework.com",
"scripts": {
"build": "node_modules/.bin/gulp build",
"dev": "node_modules/.bin/gulp watch",
"start": "node_modules/.bin/gulp watch",
"heroku-postbuild": "node_modules/.bin/gulp build && node_modules/.bin/gulp slugPrep",
"stencil-build": "node_modules/.bin/stencil build",
"stencil-dev": "node_modules/.bin/sd concurrent \"node_modules/.bin/stencil build --dev --watch\" \"node_modules/.bin/stencil-dev-server\" ",
"stencil-serve": "node_modules/.bin/stencil-dev-server",
"stencil-start": "npm run dev",
"stencil-prepublish": "npm run build"
},
"engines": {
"node": "16.x.x"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
],
"cacheDirectories": [
"node_modules"
],
"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": {
"@ionic-internal/ionic-ds": "^2.0.6",
"@ionic/core": "5.1.0",
"@sentry/node": "^5.11.0",
"@stencil/core": "1.17.3",
"@stencil/sass": "1.1.1",
"@stencil/utils": "latest",
"@types/node": "13.1.6",
"body-parser": "^1.19.0",
"bootstrap-sass": "3.4.1",
"browser-sync": "^2.26.7",
"c3": "^0.7.15",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cookies": "^0.8.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"emoji-datasource-twitter": "^5.0.1",
"event-stream": "^4.0.1",
"express": "^4.17.1",
"express-ab": "^0.7.4",
"express-limiter": "^1.6.1",
"express-sanitizer": "^1.0.5",
"front-matter": "^3.1.0",
"gsap": "^2.1.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-cache-bust": "^1.4.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-footer": "^2.0.2",
"gulp-header": "^2.0.9",
"gulp-load-plugins": "^2.0.2",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"helmet": "^3.21.2",
"http-proxy-middleware": "^1.0.0",
"hubspot": "^2.3.6",
"ionicons": "5.2.0",
"jquery": "3.5.0",
"jsforce": "1.9.3",
"lodash": "4.17.15",
"marked": "^0.8.0",
"moment": "^2.24.0",
"node-sass": "^7.0.1",
"nunjucks": "^3.2.0",
"nunjucks-date-filter": "^0.1.1",
"prismic-dom": "^2.2.3",
"prismic-javascript": "^2.7.1",
"prismjs": "^1.19.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"sendgrid": "^5.2.3",
"shortid": "^2.2.15",
"throng": "^4.0.0",
"twilio": "^3.39.2",
"twitter": "^1.7.1",
"typed.js": "^2.0.11"
},
"module": "dist/js/stencil/esm/index.js",
"main": "dist/js/stencil/index.js",
"types": "dist/js/stencil/types/components.d.ts",
"collection": "dist/js/stencil/collection/collection-manifest.json",
"devDependencies": {
"@types/prismjs": "^1.16.0"
}
}