-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"name": "consolid-react-ui",
"version": "0.0.20",
"description": "UI components for LBDserver modules relying on React as a front-end framework",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConSolidProject/consolid-react-ui.git"
},
"author": "Jeroen Werbrouck",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConSolidProject/consolid-react-ui/issues"
},
"homepage": "https://github.com/ConSolidProject/consolid-react-ui#readme",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/preset-react": "^7.14.5",
"@inrupt/solid-client-authn-browser": "^1.11.2",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"consolid": "^1.0.3",
"core-js": "^3.18.1",
"mem": "^9.0.1",
"n3": "^1.11.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-editor-viewer": "^1.0.7",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6"
}
}