forked from TampaDevs/tampadevs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 877 Bytes
/
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
{
"name": "tampadevs-eleventy",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ELEVENTY_ENV=development eleventy --serve",
"build": "ELEVENTY_ENV=production eleventy"
},
"author": "Vincent Tang",
"license": "ISC",
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"aos": "^2.3.4",
"clean-css": "^5.3.1",
"cssesc": "^3.0.0",
"dayjs": "^1.11.7",
"memfs": "^3.4.13",
"moveto": "^1.8.2",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"tiny-slider": "^2.9.4",
"webpack": "^5.76.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"axios": "^1.2.2",
"babel-loader": "^9.1.2",
"markdown-it": "^13.0.1",
"require-dir": "^1.2.0",
"svg-sprite": "^2.0.2",
"url-slug": "^3.0.4"
}
}