forked from ionic-team/ionic-legacy-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.38 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
{
"name": "ionic-legacy-docs",
"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": "10.x.x"
},
"cacheDirectories": [
"node_modules",
"_site"
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-legacy-docs"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ionic-team/ionic-legacy-docs/issues"
},
"homepage": "https://github.com/ionic-team/ionic-legacy-docs",
"dependencies": {
"@sentry/node": "^4.6.4",
"@stencil/core": "0.18.0",
"@stencil/sass": "0.1.1",
"@stencil/utils": "latest",
"angular": "1.6.8",
"angular-animate": "1.6.8",
"angular-cookies": "1.6.8",
"angular-sanitize": "1.6.8",
"bootstrap": "3.3.5",
"browser-sync": "^2.26.3",
"c3": "^0.5.2",
"del": "^2.2.2",
"event-stream": "^3.3.1",
"express": "^4.16.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-cache-bust": "perrygovier/gulp-cache-bust",
"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",
"ionicons": "^4.1.2",
"jquery": "3.1.1",
"js-yaml": "^3.4.2",
"lunr": "^0.5.12",
"run-sequence": "^1.2.2",
"typed.js": "^2.0.6"
},
"module": "content/docs/v3/js/stencil/esm/index.js",
"main": "content/docs/v3/js/stencil/index.js",
"types": "content/docs/v3/js/stencil/types/components.d.ts",
"collection": "content/docs/v3/js/stencil/collection/collection-manifest.json"
}