-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.55 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
{
"name": "Spoty",
"version": "0.1",
"description": "Session manager for solid pods",
"main": "dist/spoty.js",
"module": "dist/spoty.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode production",
"build-dev": "rm -rf dist && webpack --mode development",
"start": "webpack serve --hot --config webpack.config.js --mode development",
"pretty": "prettier --write \"./src/**/*.{ts,js,json}\"",
"prepublishOnly": "npm run build:engine",
"build:engine": "comunica-compile-config config/config-default.json > engine-default.js"
},
"browser": {
"./lib/index.js": "./lib/index-browser.js"
},
"keywords": [
"solid pods",
"react",
"angular",
"Typescript"
],
"homepage": "https://sparnatural.eu/demos/demo-SpOTy/",
"bugs": {
"url": "https://github.com/sparna-git/spoty/issues"
},
"author": {
"name": "Thomas Francart",
"url": "https://github.com/tfrancart"
},
"contributors": [
{
"name": "Antoine Dupré",
"url": "https://github.com/antoine37120"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sparna-git/spoty"
},
"license": "GNU LGPL-3.0",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@comunica/runner": "^4.0.2",
"@types/awesomplete": "^1.1.15",
"@types/streamify-string": "^1.0.0",
"@webpack-cli/serve": "^1.6.1",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^7.1.2",
"exports-loader": "^5.0.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "2.9",
"prettier": "^2.6.2",
"querystring-es3": "^0.2.1",
"sass": "^1.49.8",
"sass-loader": "^13.0.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.3",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^4.9.2",
"webpack-dashboard": "^3.3.7",
"webpack-dev-server": "^4.9.1",
"workbox-webpack-plugin": "^7.3.0",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@chenfengyuan/datepicker": "^1.0.10",
"@comunica/actor-extract-links-content-policies": "^0.6.0",
"@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-count": "^0.6.0",
"@comunica/actor-rdf-resolve-hypermedia-links-traverse": "^0.6.0",
"@comunica/actor-rdf-resolve-hypermedia-links-traverse-replace-conditional": "^0.6.0",
"@comunica/config-query-sparql-link-traversal": "^0.6.1",
"@comunica/logger-pretty": "^4.0.2",
"@comunica/query-sparql": "^4.0.2",
"@comunica/query-sparql-link-traversal-solid": "^0.6.1",
"@geoman-io/leaflet-geoman-free": "2.16.0",
"@inrupt/solid-client": "^1.30.2",
"@inrupt/solid-client-authn-browser": "^2.3.0",
"@inrupt/solid-client-authn-core": "^1.12.1",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@inrupt/vocab-solid": "^1.0.4",
"@rdfjs/types": "^1.1.0",
"@rubensworks/solid-client-authn-browser": "^1.13.0",
"@rubensworks/solid-client-authn-isomorphic": "^2.0.1",
"@yaireo/tagify": "^4.32.0",
"awesomplete": "^1.1.5",
"bootstrap": "^5.1.3",
"events": "^3.3.0",
"process": "^0.11.10",
"streamify-string": "^1.0.1",
"use-immer": "^0.10.0"
}
}