Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2bf1c0b9da3cecec48ef7e44b4de6193e52d059 (plain)
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
{
	"scripts": {
		"dev": "NODE_ENV=development webpack --config webpack/dev.config.js",
		"watch": "NODE_ENV=development webpack --progress --watch --config webpack/dev.config.js",
		"build": "NODE_ENV=production webpack --progress --config webpack/prod.config.js"
	},
	"devDependencies": {
		"@babel/core": "^7.18.10",
		"@babel/plugin-proposal-class-properties": "^7.18.6",
		"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
		"@babel/plugin-transform-async-to-generator": "^7.17.12",
		"@babel/plugin-transform-runtime": "^7.18.10",
		"@babel/preset-env": "^7.18.10",
		"@babel/preset-react": "^7.18.6",
		"@nextcloud/browserslist-config": "^2.3.0",
		"babel-loader": "8.2.5",
		"clean-webpack-plugin": "^4.0.0",
		"css-loader": "^6.7.1",
		"json-loader": "0.5.7",
		"mini-css-extract-plugin": "^2.6.1",
		"postcss": "^8.4.16",
		"postcss-loader": "^6.2.1",
		"postcss-nested": "^5.0.6",
		"postcss-preset-env": "^7.8.0",
		"react-a11y": "1.1.0",
		"react-addons-css-transition-group": "^15.6.2",
		"strip-loader": "^0.1.2",
		"style-loader": "^3.3.1",
		"webpack": "^5.74.0",
		"webpack-cli": "^4.10.0"
	},
	"engines": {
		"node": "^14.0.0",
		"npm": "^7.0.0"
	},
	"dependencies": {
		"@babel/runtime": "^7.18.9",
		"@nextcloud/moment": "^1.2.1",
		"react": "18.0.0",
		"react-dom": "17.0.2",
		"react-dropzone": "12.0.4",
		"react-responsive": "8.2.0",
		"react-scrolla": "0.3.1"
	}
}