-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 5.2 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "www.metabase.com",
"version": "1.0.0",
"description": "Website for Metabase.com",
"repository": {
"type": "git",
"url": "https://github.com/metabase/metabase.github.io"
},
"author": "GitHub",
"license": "MIT",
"bugs": {
"url": "https://github.com/metabase/metabase/issues"
},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js --progress",
"build:watch": "./node_modules/webpack/bin/webpack.js --watch",
"redirects": "node lib/update-redirects",
"latest-docs": "node lib/latest-docs.js",
"lint-scripts": "eslint .",
"lint-scripts-fix": "eslint . --fix",
"lint-styles": "stylelint '**/*.scss' --quiet && stylelint '**/*.css' --quiet",
"lint-styles-fix": "stylelint '**/*.scss' --fix && stylelint '**/*.css' --fix",
"lint-markdown": "npx markdownlint '**/*.{md,markdown}' --ignore-path=.markdownlintignore",
"lint-markdown-fix": "npx markdownlint '**/*.{md,markdown}' --ignore-path=.markdownlintignore --fix",
"lint-html": "npx linthtml '**/*.{html,htm}'",
"lint-markups": "yarn lint-markdown && yarn lint-html",
"lint-fix": "lint-scripts-fix && lint-styles-fix && lint-markdown-fix",
"test": "tape spec/*.js | tap-spec",
"test-linter": "jest",
"test-linter:watch": "jest --watch",
"lint-links": "node script/_linter/bin/links.js",
"frontMatter-blog": "node script/_linter/bin/front-matter.js --folder _posts --config script/_linter/config/blog.json",
"frontMatter-glossary": "node script/_linter/bin/front-matter.js --config script/_linter/config/glossary.json --folder _glossary",
"opengraph-community": "node script/_data/bin/opengraph.js --folder _community_posts --properties category_filters,title,author,author_img,organization",
"opengraph-case-studies": "node script/_data/bin/opengraph.js --folder _case_studies --properties title,logo_image,image",
"opengraph-dashboards": "node script/_data/bin/opengraph.js --folder dashboards --properties title,image",
"opengraph-data-sources": "node script/_data/bin/opengraph.js --folder _data-sources --properties title,summary,logo_image",
"opengraph-docs": "node script/_data/bin/opengraph.js --folder _docs --properties version,category,title",
"opengraph-glossary": "node script/_data/bin/opengraph.js --folder _glossary --properties title",
"opengraph-learn": "node script/_data/bin/opengraph.js --folder _learn --properties title,image,categories",
"all-opengraphs": "yarn opengraph-community && yarn opengraph-case-studies && yarn opengraph-dashboards && yarn opengraph-data-sources && yarn opengraph-docs && yarn opengraph-glossary && yarn opengraph-learn",
"jekyll:clean": "rm -f -r _site && rm -f -r .sass-cache && rm -f .jekyll-metadata",
"jekyll:start": "bundle exec jekyll serve --config _config.dev.yml --livereload --incremental --port=4321",
"jekyll:clean-start": "yarn jekyll:clean && yarn jekyll:start",
"jekyll:build": "bundle exec jekyll build --config _config.yml",
"frontend:dev": "webpack --watch --mode=development --stats-error-details",
"frontend:build": "webpack --progress --mode=production",
"cloudflare:remove-heavy-files": "find ./_site -type f -size +25M | xargs rm"
},
"homepage": "https://metabase.com",
"dependencies": {
"animateplus": "^1.3.1",
"babel": "^5.8.23",
"babel-loader": "^8.2.5",
"classnames": "^2.1.5",
"cpr": "^0.4.0",
"es6-promise": "^3.1.2",
"glob": "^5.0.10",
"graceful-fs": "^4.2.10",
"gray-matter": "^4.0.3",
"gunzip-maybe": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"mkdirp": "^0.5.2",
"nugget": "^1.5.1",
"react": "0.14.*",
"react-addons-update": "^0.14.7",
"react-dom": "^0.14.7",
"react-forms": "^2.0.0-beta1",
"react-geomicons": "^2.0.4",
"react-retina-image": "^1.3.3",
"react-syntax-highlighter": "^15.5.0",
"request": "^2.55.0",
"rimraf": "^2.3.3",
"tar-fs": "^1.5.0",
"through2": "^0.6.5",
"titlecase": "^1.0.2",
"yaml-front-matter": "^3.2.3",
"yamljs": "^0.2.3"
},
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.13.2",
"@html-eslint/parser": "^0.13.2",
"@linthtml/linthtml": "^0.8.6",
"@linthtml/linthtml-config-recommended": "^0.1.0",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.18.6",
"babel-core": "5.6.*",
"babel-runtime": "^5.8.25",
"chai": "^3.3.0",
"chai-immutable": "^1.3.0",
"eslint": "^8.29.0",
"eslint-plugin-frontmatter": "^0.0.8",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-mdx": "^2.0.0",
"eslint-plugin-react": "^7.30.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-link-checker": "^0.1.0",
"jest": "^27.0",
"markdownlint-cli": "^0.33.0",
"mocha": "^2.3.3",
"node-libs-browser": "0.5.2",
"prettier": "^1.18.2",
"react-hot-loader": "^1.2.8",
"stylelint": "^14.9.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-order": "^5.0.0",
"tap-spec": "^4.0.0",
"tape": "^4.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"resolutions": {
"graceful-fs": "^4.2.9"
},
"overrides": {
"graceful-fs": "^4.2.9"
}
}