-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.6 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.6 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "Website",
"version": "2.0.3",
"description": "It's (j)ust (e)leventy and (t)ailwind … OK, and a few other things; it's still *really* small though.",
"scripts": {
"clean": "rimraf public src/css/styles.css",
"dev": "webpack && eleventy --serve",
"start": "eleventy --serve",
"format": "prettier --write .",
"build": "NODE_ENV=production webpack --mode production && eleventy && node news-scraper.js --free"
},
"repository": {
"type": "git",
"url": "git+https://marcamos@github.com/marcamos/jet.git"
},
"keywords": [
"eleventy",
"11ty",
"tailwind",
"tailwindcss"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/marcamos/jet/issues"
},
"homepage": "https://github.com/marcamos/jet#readme",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@tailwindcss/postcss": "^4.1.4",
"babel-loader": "^8.3.0",
"css-loader": "^6.8.0",
"cssnano": "^5.1.15",
"daisyui": "^5.0.27",
"date-fns": "^2.30.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vuejs-accessibility": "^0.5.1",
"gulp": "^4.0.2",
"gulp-image": "^6.2.1",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-webpack-plugin": "^5.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.3",
"postcss-loader": "^4.1.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.1.13",
"rimraf": "^3.0.2",
"style-loader": "^3.3.0",
"tailwindcss": "^4.1.4",
"webpack": "^5.79.0",
"webpack-cli": "^4.10.0"
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue/essential",
"plugin:prettier/recommended",
"eslint:recommended"
],
"env": {
"browser": true,
"jest": true,
"node": true
},
"globals": {
"chrome": true
},
"rules": {
"eol-last": 0,
"quotes": [
2,
"single"
]
}
},
"dependencies": {
"@11ty/eleventy-plugin-vue": "^1.0.0-canary.8",
"@11ty/eleventy-upgrade-help": "^2.0.5",
"@fullhuman/postcss-purgecss": "^4.0.0",
"@jlengstorf/get-share-image": "^0.8.0",
"@tailwindcss/typography": "^0.5.16",
"@toycode/markdown-it-class": "^1.2.4",
"canvas": "^2.11.2",
"clean-css": "^5.3.2",
"core-js": "^3.35.0",
"css-minimizer-webpack-plugin": "^1.2.0",
"eleventy-plugin-svg-contents": "^0.7.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^9.2.0",
"mini-css-extract-plugin": "^2.7.2",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"shimmer": "^1.2.1",
"typewriter-effect": "^2.19.0",
"vue": "^2.7.14",
"vue-typer": "^1.2.0"
}
}