forked from equinor/opensource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"name": "opensource.equinor.com",
"version": "1.0.0",
"scripts": {
"clean": "rimraf dist",
"predev": "npm run clean",
"dev": "eleventy --serve",
"debug": "DEBUG=Eleventy* npm run dev",
"prebuild": "npm run clean",
"build": "eleventy",
"docker:build": "docker build -t equinor/oss-web .",
"docker:start": "docker run -p 8080:80 equinor/oss-web",
"docker:inspect": "docker run -it equinor/oss-web /bin/sh"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@gerhobbelt/markdown-it-github-headings": "^2.0.0-1",
"autoprefixer": "^9.8.6",
"eleventy-plugin-pwa": "^1.0.8",
"js-yaml": "^3.14.1",
"markdown-it": "^10.0.0",
"markdown-it-abbr": "^1.0.4",
"object-path": ">=0.11.5",
"postcss": "^8.2.10",
"postcss-cli": "^8.3.0",
"postcss-custom-media": "^7.0.8",
"postcss-import": "^13.0.0",
"postcss-nested": "^5.0.3",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"gray-matter": "^4.0.2"
}
}