-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "oa-works",
"version": "1.0.0",
"description": "",
"main": ".eleventy.js",
"scripts": {
"serve:dev": "gulp build & ELEVENTY_ENV=dev npx @11ty/eleventy --serve",
"build:staging": "gulp build --production & ELEVENTY_ENV=staging npx @11ty/eleventy",
"build:prod": "gulp build --production & ELEVENTY_ENV=prod npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-cache-assets": "^2.1.0",
"@mightyplow/eleventy-plugin-cache-buster": "^1.1.3",
"@tryghost/content-api": "^1.4.13",
"dotenv": "^16.0.0",
"eleventy-plugin-lazyimages": "^2.1.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.49.8",
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"dependencies": {
"axios": "^1.7.8",
"clean-css": "^5.1.2",
"core-js": "^3.8.1",
"js-yaml": "^3.14.1",
"markdown-it": "^12.3.2",
"markdown-it-attrs": "^4.0.0",
"sal.js": "^0.8.5",
"sharp": "^0.33.5"
},
"repository": {
"type": "git",
"url": "git://github.com/oaworks/oa-works.git"
}
}