forked from pydata/pydata-sphinx-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1000 Bytes
/
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
{
"name": "pydata_sphinx_theme",
"repository": "https://github.com/pydata/pydata-sphinx-theme",
"scripts": {
"build": "webpack --mode=production",
"build-dev": "webpack",
"profile": "webpack --profile --json > bundle-stats.json",
"view-profile": "webpack-bundle-analyzer bundle-stats.json"
},
"devDependencies": {
"axe-core": "^4.6.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"dedent": "^0.7.0",
"html-webpack-plugin": "^5.0.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^2.7.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.59.3",
"sass-loader": "^10.3.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.2",
"compare-versions": "^5.0.3",
"webpack-bundle-analyzer": "^4.10.2"
}
}