Newer
Older
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
{
"name": "invenio-assets",
"version": "2.0.0",
"description": "Invenio assets",
"author": "CERN <info@inveniosoftware.org>",
"private": true,
"scripts": {
"start": "NODE_PRESERVE_SYMLINKS=1 rspack --mode development --watch --config ./build/rspack.config.js",
"build": "NODE_PRESERVE_SYMLINKS=1 rspack --mode production --config ./build/rspack.config.js",
"postinstall": "patch-package"
},
"dependencies": {
"tinymce": "^6.7.2"
},
"devDependencies": {
"@rspack/cli": ">1.0.0",
"@rspack/core": ">1.0.0",
"@rspack/dev-server": ">1.0.0",
"@swc/core": "^1.6.13",
"@swc/helpers": "^0.5.11",
"sass-loader": "^16.0.0",
"swc-loader": "^0.2.6",
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.18.0",
"@babel/plugin-proposal-class-properties": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.18.0",
"@babel/register": "^7.18.0",
"@babel/runtime": "^7.18.0",
"@inveniosoftware/eslint-config-invenio": "^2.0.0",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.0.0",
"browserify-zlib": "^0.2.0",
"chalk": "^5.0.0",
"css-loader": "^6.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-webpack-plugin": "^2.5.0",
"eventsource-polyfill": "^0.9.0",
"expose-loader": "^4.0.0",
"file-loader": "^6.0.0",
"function-bind": "^1.1.0",
"https-browserify": "^1.0.0",
"less": "^4.0.0",
"less-loader": "^11.0.0",
"ora": "^6.0.0",
"patch-package": "^6.5.0",
"postcss-flexbugs-fixes": "^5.0.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^8.0.0",
"postcss-safe-parser": "^6.0.0",
"prettier": "^2.7.0",
"rimraf": "^4.0.0",
"sass": "^1.50.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.0.0",
"url-loader": "^4.1.0",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-bundle-tracker": "^1.0.0"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
}