-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.27 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.27 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
{
"name": "jakob1482.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "bundle exec jekyll clean && run-p develop:{webpack,jekyll}",
"develop:jekyll": "sleep 5 && bundle exec jekyll serve --watch --force_polling --livereload --unpublished",
"develop:webpack": "webpack --mode development --watch",
"build": "run-s build:webpack build:jekyll purgecss",
"build:jekyll": "JEKYLL_ENV=production bundle exec jekyll build",
"build:webpack": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@shopify/prettier-plugin-liquid": "^1.4.0",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^6.9.1",
"cssnano": "^6.0.1",
"eslint": "^8.55.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"html-webpack-plugin": "^5.6.0",
"install": "^0.13.0",
"isotope-layout": "^3.0.6",
"jquery-bez": "^1.0.11",
"jquery-bridget": "^3.0.1",
"jquery-lazy": "^1.7.11",
"js-beautify": "^1.14.11",
"mini-css-extract-plugin": "^2.7.7",
"npm": "^10.3.0",
"npm-run-all": "^4.1.5",
"overlayscrollbars": "^2.4.6",
"postcss": "^8.4.33",
"postcss-import": "^15.1.0",
"postcss-loader": "^8.0.0",
"postcss-preset-env": "^9.3.0",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.9",
"prettier-eslint": "^16.1.2",
"prettier-plugin-css-order": "^2.0.1",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.9",
"primer-css": "^9.6.0",
"purgecss-webpack-plugin": "^5.0.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"style-loader": "^3.3.4",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"jquery": "^3.7.1"
}
}