-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.76 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
{
"name": "files_metadataeditor",
"version": "0.1.3",
"description": "A Nextcloud app to annotate a directory with research data with metadata",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development webpack serve --mode development",
"build": "NODE_ENV=production webpack --config ./webpack.config.js --mode production",
"dev": "NODE_ENV=development webpack --config ./webpack.config.js --mode development"
},
"author": "Joscha Schmiedt <[email protected]>",
"license": "agpl",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"ajv": "^8.10.0",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"ajv-keywords": "^5.1.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-webpack-plugin": "^3.1.1",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"react-hot-loader": "^4.13.0",
"sass-loader": "^12.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@jsonforms/core": "^3.0.0-beta.1",
"@jsonforms/examples": "^3.0.0-beta.1",
"@jsonforms/material-renderers": "^3.0.0-beta.1",
"@jsonforms/react": "^3.0.0-beta.1",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/router": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"browserslist": [
"defaults",
"not IE 11"
],
"engines": {
"node": "^16.0.0",
"npm": "^8.0.0"
}
}