forked from atlas-bi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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
{
"browserslist": "> 2%, not dead",
"dependencies": {
"eleventy-critical-css": "^1.0.0"
},
"description": "atlas website",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^0.10.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@creativebulma/bulma-collapsible": "^1.0.4",
"@fontsource/inter": "^4.5.0",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@toycode/markdown-it-class": "^1.2.4",
"algoliasearch": "^4.10.5",
"autoprefixer": "^10.3.1",
"bulma": "^0.9.3",
"bulma-pricingtable": "^0.2.0",
"cssnano": "^5.0.8",
"eleventy-plugin-metagen": "^1.4.0",
"esbuild": "^0.12.25",
"fontsource-inter": "^4.0.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^8.3.0",
"markdown-it-div": "^1.1.0",
"markdown-it-imsize": "^2.0.1",
"outdent": "^0.8.0",
"postcss-cli": "^8.3.1",
"postcss-nested": "^5.0.6",
"prismjs": "^1.24.1",
"sass": "^1.38.0",
"slugify": "^1.6.0"
},
"license": "AGPL-3.0-or-later",
"name": "atlas-website",
"repository": {
"type": "git",
"url": "github:Riverside-Healthcare/Atlas-Website"
},
"scripts": {
"install": "ELEVENTY_PRODUCTION=true eleventy && npm run updateSearch",
"start": "ELEVENTY_PRODUCTION=true eleventy --serve --watch",
"updateSearch": "node ./src/search/update-algolia-index.js"
}
}