-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.7 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.7 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
{
"name": "folkingebrew",
"version": "1.0.0",
"description": "Static website for Folkingebrew, Modern Craft Beer from Groningen since 2017",
"repository": "https://github.com/RonaldDijkstra/folkingebrew/",
"author": "Ronald Dijkstra",
"license": "MIT",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"browserslist": "last 4 versions",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"assets-webpack-plugin": "^7.1.1",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.2",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"stylelint": "^16.4.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.2.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"scripts": {
"start": "NODE_ENV=development ./node_modules/webpack/bin/webpack.js --config webpack.config.js --watch",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config webpack.config.js --mode production"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.1",
"js-cookie": "^3.0.5",
"swiper": "^11.2.10",
"tailwindcss": "^3.4.3",
"terser-webpack-plugin": "^5.3.10",
"what-input": "^5.2.12"
}
}