forked from readthedocs/sphinx_rtd_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.36 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
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "3.0.0",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"preinstall": "wget -q https://github.com/thoughtbot/neat/archive/refs/tags/v1.9.1.zip && unzip -q v1.9.1.zip && mv neat-1.9.1 node_modules/bourbon-neat && rm v1.9.1.zip"
},
"repository": {
"type": "git",
"url": "https://github.com/readthedocs/sphinx_rtd_theme.git"
},
"author": "Read the Docs",
"license": "MIT",
"bugs": {
"url": "https://github.com/readthedocs/sphinx_rtd_theme/issues"
},
"homepage": "https://github.com/readthedocs/sphinx_rtd_theme",
"devDependencies": {
"bourbon": "4.3.4",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"file-loader": "^6.2.0",
"font-awesome": "^4.7.0",
"imports-loader": "^5.0.0",
"jquery": "^3.7.1",
"lato-font": "^3.0.0",
"mini-css-extract-plugin": "^2.9.0",
"roboto-fontface": "^0.10.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-shell-plugin-next": "^2.3.1",
"webpack-watch-files-plugin": "^1.2.1",
"wyrm": "^1.0.9"
}
}