This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.49 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
{
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack",
"build-dev": "webpack",
"check": "remark . --frail",
"format": "remark . --quiet --frail --output"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@gfx/zopfli": "^1.0.15",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"bulma": "^0.9.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "^8.9.0",
"eslint-webpack-plugin": "^3.1.1",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"postcss": "^8.4.7",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.1",
"purgecss-webpack-plugin": "^4.1.3",
"remark-cli": "^10.0.1",
"remark-lint-list-item-indent": "^3.1.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-recommended": "^6.1.2",
"remark-prettier": "^1.3.0",
"sass-loader": "^12.6.0",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-webpack-plugin": "^3.1.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-manifest-plugin": "^4.1.1"
},
"remarkConfig": {
"plugins": [
"remark-lint-list-item-indent",
"remark-preset-lint-consistent",
"remark-preset-lint-recommended",
"remark-prettier"
]
}
}