-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
63
{
"name": "Covid-19",
"scripts": {
"prebuild": "NODE_ENV=prod webpack --config .config/webpack.prod.js",
"build": "NODE_ENV=prod webpack --config .config/webpack.prod.js",
"dev": "NODE_ENV=dev webpack --config .config/webpack.dev.js",
"gen": "plop --plopfile .config/plopfile.js",
"start": "NODE_ENV=dev webpack serve --config .config/webpack.dev.js",
"tokens": "node ./.config/sd-build.js"
},
"browserslist": [
"last 2 versions and > 1%",
"not ie > 0",
"not op_mini all",
"not and_uc > 0"
],
"devDependencies": {
"@arkweid/lefthook": "0.7.2",
"autoprefixer": "10.2.5",
"classnames": "2.2.6",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "8.1.0",
"css-loader": "5.2.0",
"csso-webpack-plugin": "2.0.0-beta.1",
"eslint": "7.23.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"favicons": "6.2.1",
"favicons-webpack-plugin": "5.0.2",
"handlebars": "4.7.7",
"html-webpack-inline-svg-plugin": "2.3.0",
"html-webpack-plugin": "5.3.1",
"image-webpack-loader": "7.0.1",
"mini-css-extract-plugin": "1.4.0",
"plop": "2.7.4",
"postcss": "8.2.9",
"postcss-loader": "5.2.0",
"postcss-media-minmax": "5.0.0",
"postcss-modules": "4.0.0",
"postcss-normalize": "9.0.0",
"postcss-sort-media-queries": "3.7.7",
"pug": "3.0.2",
"pug-lint": "2.6.0",
"pug-loader": "2.4.0",
"sass": "1.32.8",
"sass-loader": "11.0.1",
"style-dictionary": "2.10.3",
"style-loader": "2.0.0",
"stylelint": "13.12.0",
"stylelint-a11y": "1.2.3",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.19.0",
"stylelint-use-nesting": "3.0.0",
"stylelint-webpack-plugin": "2.1.1",
"webpack": "5.28.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3"
},
"dependencies": {
"alpinejs": "2.8.2"
}
}