-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 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
57
58
59
60
61
62
{
"name": "claii.co.uk",
"version": "1.0.1",
"description": "Website for Claii Jewellery",
"scripts": {
"start": "npm-run-all --parallel dev:*",
"dev:eleventy": "ELEVENTY_ENV=development eleventy --serve --quiet",
"dev:gulp": "gulp",
"build": "run-s prod:*",
"prod:eleventy": "ELEVENTY_ENV=production eleventy --output=./dist",
"prod:gulp": "NODE_ENV=production gulp build --require esm"
},
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "Chris Pymm",
"email": "[email protected]",
"url": "https://www.chrispymm.co.uk"
},
"homepage": "https://www.claii.co.uk",
"devDependencies": {
"@11ty/eleventy": "^0.8.2",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"browser-sync": "^2.26.7",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-uglify": "^3.0.2",
"luxon": "^1.12.1",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"webpack": "^4.39.2",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0"
},
"dependencies": {
"axios": "^0.19.0",
"clean-css": "^4.2.1",
"html-minifier": "^4.0.0",
"index": "^0.4.0",
"postcss-cli": "^6.1.3",
"postcss-custom-properties": "^9.0.2",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.1.2",
"uglify-es": "^3.3.9",
"yarn": "^1.22.10"
}
}