-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
81 lines (81 loc) · 2.59 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "beapi-frontend-framework",
"version": "5.1.0",
"author": "Be API",
"repository": {
"type": "git",
"url": "https://github.com/BeAPI/beapi-frontend-framework"
},
"scripts": {
"start": "yarn webpack --watch --config config/webpack.dev.js",
"build": "yarn webpack --config config/webpack.prod.js",
"lint:css": "node_modules/.bin/stylelint \"src/scss/**/*.scss\"",
"lint:js": "node_modules/.bin/eslint \"src/js/**/*.js\"",
"lint": "node_modules/.bin/concurrently \"npx yarn lint:css\" \"npx yarn lint:js\"",
"bundle-report": "yarn build && yarn webpack-bundle-analyzer dist/stats.json"
},
"license": "GPL-2.0",
"dependencies": {
"@fontsource/poppins": "^5.0.5",
"lazysizes": "^5.3.2",
"oneloop.js": "^5.0.0"
},
"devDependencies": {
"@wordpress/blocks": "^11.16.0",
"@wordpress/dependency-extraction-webpack-plugin": "^4.0.0",
"@wordpress/dom-ready": "^3.17.0",
"@wordpress/hooks": "^3.17.0",
"@wordpress/stylelint-config": "^21.0.0",
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"concurrently": "^8.2.2",
"css-loader": "^5.2.4",
"cssnano": "^5.0.1",
"esbuild-loader": "^2.19.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^3.2.0",
"image-minimizer-webpack-plugin": "^3.8.2",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^1.5.0",
"portfinder": "^1.0.28",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.2",
"postcss-preset-env": "^8.4.2",
"postcss-pxtorem": "^6.0.0",
"postcss-scss": "^4.0.6",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^2.2.1",
"sass": "^1.52.3",
"sass-loader": "^11.0.1",
"sharp": "^0.32.1",
"style-loader": "^2.0.0",
"stylelint": "^14.13.0",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-scss": "^4.3.0",
"stylelint-webpack-plugin": "^3.3.0",
"svg-sprite-loader": "^6.0.10",
"svgo": "^3.0.2",
"svgo-loader": "^3.0.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.35.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0",
"webpack-manifest-plugin": "5.0.0",
"webpack-merge": "^5.7.3",
"webpackbar": "^5.0.0-3"
},
"volta": {
"node": "20.11.0",
"yarn": "4.5.0"
},
"packageManager": "[email protected]"
}