This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "TCCSite",
"version": "0.0.1",
"description": "The Codhead Club Website",
"main": "index.js",
"scripts": {
"clean": "del /s dist",
"dev": "npx eleventy --serve --quiet && npx mix watch",
"build:eleventy": "npx eleventy",
"build:mix": "mix --production",
"build": "npm-run-all clean -s build:mix build:eleventy",
"start": "npm-run-all clean -s build:mix build:eleventy && eleventy --serve --quiet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codheadclub/TCCSite.git"
},
"keywords": [],
"author": "Edward Richmond",
"license": "MIT",
"browserslist": [
"last 4 versions"
],
"bugs": {
"url": "https://github.com/codheadclub/TCCSite/issues"
},
"homepage": "https://github.com/codheadclub/TCCSite#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@popperjs/core": "^2.11.6",
"autoprefixer": "10.4.12",
"bootstrap": "^5.2.2",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^10.1.0",
"laravel-mix": "^6.0.49",
"luxon": "^3.0.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.17",
"resolve-url-loader": "^5.0.0",
"sass": "^1.55.0",
"sass-loader": "^13.0.2"
},
"dependencies": {
"@11ty/eleventy-fetch": "^3.0.0",
"postcss-custom-properties": "^12.1.10"
}
}