forked from SolidOS/solid-panes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.84 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
{
"name": "solid-panes",
"version": "1.1.17",
"description": "Solid-compatible Panes: applets for the mashlib and databrowser",
"main": "./index.js",
"scripts": {
"build-browserified": "npm run build",
"build-dist": "webpack --progress --colors",
"build": "npm run clean && mkdir -p dist/ && npm run build-dist",
"clean": "rm -rf dist/",
"standard": "standard",
"test": "npm run standard"
},
"repository": {
"type": "git",
"url": "https://github.com/solid/solid-panes"
},
"keywords": [
"solid",
"decentralized",
"widgets",
"ui",
"web",
"rdf",
"ldp",
"linked",
"panes",
"app",
"data"
],
"author": "Tim Berners-Lee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/solid/solid-panes/issues"
},
"homepage": "https://github.com/solid/solid-panes",
"dependencies": {
"@solid/better-simple-slideshow": "^0.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-metalab": "^1.0.0",
"mime-types": "^2.1.13",
"rdflib": ">=0.17.0",
"solid-ui": ">=0.11.5"
},
"dependenciesBackup": {
"@solid/better-simple-slideshow": "^0.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-metalab": "^1.0.0",
"mime-types": "^2.1.13",
"rdflib": ">=0.17.1",
"solid-ui": ">=0.11.5"
},
"dependenciesFile": {
"@solid/better-simple-slideshow": "^0.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-metalab": "^1.0.0",
"mime-types": "^2.1.13",
"rdflib": ">=0.17.0",
"solid-ui": "file://../../solid/solid-ui"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"standard": "^10.0.2",
"webpack": "^2.5.1"
},
"standard": {
"globals": [
"$rdf",
"tabulator",
"QUnit"
]
}
}