-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 4.12 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 4.12 KB
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
{
"name": "@entryscape/rdforms",
"description": "RDForms (aka RDF Forms) is a JavaScript library that uses templates to describe how to edit, present and validate RDF. The library is intended to be used in web applications to ease the burden of developers to deal natively with RDF.",
"keywords": [
"RDF",
"editor",
"metadata",
"application profile",
"linked data"
],
"version": "10.17.0-dev",
"main": "dist/rdforms.node.js",
"browser": "dist/rdforms.react.js",
"module": "main.js",
"repository": "https://bitbucket.org/metasolutions/rdforms.git",
"license": "LGPL-3.0-only",
"homepage": "https://rdforms.org",
"peerDependencies": {
"@entryscape/rdfjson": "2.7.7"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@entryscape/rdfjson": "2.7.7",
"@fortawesome/fontawesome-free": "^5.15.4",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@mui/x-date-pickers": "^5.0.20",
"arrive": "^2.5.2",
"bootstrap": "^4.6.2",
"bootstrap-datepicker": "^1.10.1",
"bootstrap-material-datetimepicker": "bitbucket:metasolutions/bootstrap-material-datetimepicker#webpack",
"bootstrap-material-design": "^4.1.3",
"circular-dependency-plugin": "^5.2.2",
"core-js": "^3.46.0",
"ifdef-loader": "^2.3.2",
"jquery": "^3.7.1",
"jquery-mousewheel": "^3.2.2",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"nls-loader": "bitbucket:metasolutions/nls-loader#master",
"node-fetch": "^2.7.0",
"popper.js": "^1.16.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hooks-lib": "^0.1.5",
"regenerator-runtime": "^0.13.11",
"select2": "4.0.8",
"sizzle": "^2.3.10",
"terser-webpack-plugin": "^5.3.14",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/plugin-transform-react-jsx": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"babel-loader": "^8.4.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.11.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-requirejs": "^3.2.0",
"html-loader": "^3.1.2",
"html-webpack-plugin": "^5.6.4",
"html-webpack-tags-plugin": "^3.0.2",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.4.5",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"q": "^1.5.1",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.4",
"svg-inline-loader": "^0.8.2",
"ttf-loader": "^1.0.2",
"webpack": "^5.102.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0"
},
"files": [
"dist",
"src",
"main*",
"renderers"
],
"scripts": {
"build:all": "webpack --mode=production --config webpack.all.js",
"build:node": "webpack --config webpack.node.js",
"build:node:dev": "webpack --mode=development --config webpack.node.js",
"build:samples": "webpack --config webpack.samples.js",
"dev:bootstrap": "webpack serve --config webpack.dev.js --env type=bootstrap",
"dev:jquery": "webpack serve --config webpack.dev.js --env type=jquery",
"dev:react": "webpack serve --config webpack.dev.js --env type=react",
"serve:samples": "webpack serve --config webpack.samples.serve.js"
},
"author": {
"name": "Matthias Palmér",
"email": "matthias@metasolutions.se",
"url": "https://entryscape.com/"
},
"contributors": [
{
"name": "Valentino Hudhra",
"email": "valentino@metasolutions.se",
"url": "http://valentinohudhra.com/"
}
],
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40"
}