-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1.22 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
{
"name": "sphinx_scylladb_theme",
"version": "0.1.0",
"description": "A Sphinx Theme for ScyllaDB documentation projects.",
"main": "index.js",
"license": "ScyllaDB",
"repository": "https://github.com/scylladb/sphinx-scylladb-theme",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
"lint": "eslint . src config || true"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.17.0",
"eslint-formatter-table": "^7.32.1",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-import": "^2.31.0",
"eslint-webpack-plugin": "^4.2.0",
"foundation-sites": "^6.9.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.1",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"js-cookie": "^3.0.5"
}
}