-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
118 lines (118 loc) · 3.69 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"author": "CERN <[email protected]>",
"dependencies": {
"@artsy/fresnel": "^6.1.0",
"@babel/runtime": "^7.9.0",
"@ckeditor/ckeditor5-build-classic": "^16.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@semantic-ui-react/css-patch": "^1.0.0",
"@tinymce/tinymce-react": "^4.3.0",
"admin-lte": "~2.4.8",
"axios": "^1.7.7",
"flightjs": "~1.5.1",
"font-awesome": "~4.5.0",
"formik": "^2.2.9",
"i18next": "^20.3.0",
"i18next-browser-languagedetector": "^6.1.0",
"jquery": "^3.3.1",
"lodash": "^4.17.15",
"luxon": "^1.23.0",
"papaparse": "^5.4.1",
"path": "^0.12.7",
"pdfjs-dist": "^1.4.192",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"query-string": "^7.0.0",
"react": "^16.13.0",
"react-copy-to-clipboard": "^5.0.0",
"react-dnd": "^11.1.0",
"react-dnd-html5-backend": "^11.1.0",
"react-dom": "^16.13.0",
"react-dropzone": "^11.0.0",
"react-i18next": "^11.11.0",
"react-invenio-forms": "^4.3.0",
"react-overridable": "^0.0.3",
"react-redux": "^7.2.0",
"react-router-dom": "^6.3.0",
"react-searchkit": "^3.0.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"select2": "~4.0.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^2.1.1",
"tinymce": "^6.7.2",
"yup": "^0.32.11"
},
"description": "Invenio assets",
"devDependencies": {
"@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",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^4.2.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",
"mini-css-extract-plugin": "^2.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",
"sass-loader": "^13.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.0.0",
"terser-webpack-plugin": "^5.0.0",
"url-loader": "^4.1.0",
"webpack": "^5.0.0",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-bundle-tracker": "^1.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-middleware": "^6.0.0",
"webpack-hot-middleware": "^2.24.0",
"webpack-livereload-plugin": "^3.0.0",
"webpack-merge": "^5.1.0",
"webpack-yam-plugin": "^1.0.0"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"name": "invenio-assets",
"peerDependencies": {},
"private": true,
"scripts": {
"build": "NODE_PRESERVE_SYMLINKS=1 NODE_ENV=production webpack --config ./build/webpack.config.js",
"postinstall": "patch-package",
"start": "NODE_PRESERVE_SYMLINKS=1 NODE_ENV=development webpack --watch --progress --config ./build/webpack.config.js"
},
"version": "2.0.0"
}