-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
93 lines (93 loc) · 2.57 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
{
"name": "periodo-client",
"version": "5.0.20",
"author": "Patrick Golden <[email protected]>",
"contributors": [
"Ryan Shaw <[email protected]>"
],
"license": " CC0-1.0",
"description": "Client for browsing and editing PeriodO data.",
"repository": {
"type": "git",
"url": "https://github.com/periodo/periodo-client"
},
"bugs": {
"url": "https://github.com/periodo/periodo-client/issues"
},
"dependencies": {
"@emotion/styled": "^10.0.27",
"@rebass/preset": "^4.0.5",
"@styled-system/theme-get": "^5.1.2",
"d3": "^5.16.0",
"debounce": "^1.2.0",
"dexie": "^3.0.1",
"diff-match-patch": "^1.0.5",
"earth-mesh": "^2.1.0",
"emotion-theming": "^10.0.27",
"fast-json-patch": "^3.1.1",
"file-saver": "^2.0.2",
"glsl-hsl2rgb": "^1.1.0",
"glslify": "^7.0.0",
"identifiers-doi": "^0.2.1",
"is-url": "^1.2.4",
"json-pointer": "^0.6.0",
"json-stable-stringify": "^1.0.1",
"jsonld": "^8.0.0",
"language-tags": "^1.0.5",
"linkify-it": "^5.0.0",
"lov-ns": "^2.0.3",
"mixmap": "github:periodo/mixmap",
"n3": "^1.3.7",
"nanostate": "^1.2.1",
"natsort": "^2.0.3",
"org-n3-utils": "^3.1.2",
"org-shell": "^6.0.4",
"parse-link-header": "^2.0.0",
"promise-worker": "^2.0.1",
"prop-types": "^15.7.2",
"ramda": "^0.30.0",
"react": "^16.13.1",
"react-aria-menubutton": "^7.0.3",
"react-autosuggest": "^10.0.2",
"react-compound-slider": "^3.3.1",
"react-dom": "^16.13.1",
"react-hyperscript": "github:periodo/react-hyperscript",
"react-redux": "^8.0.2",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"rebass": "^4.0.7",
"redux": "^4.0.5",
"regl": "^2.1.0",
"resl": "^1.0.3",
"respin": "^1.0.1",
"shallow-equal": "^3.0.0",
"spark-md5": "^3.0.1",
"styled-system": "^5.1.5",
"transliteration": "2.3.5",
"union-type": "github:periodo/union-type",
"webworkify": "^1.5.0"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"browserify": "^17.0.0",
"envify": "^4.1.0",
"fake-indexeddb": "^4.0.0",
"fast-json-patch": "^3.1.1",
"pegjs": "^0.10.0",
"ramda": "^0.30.0",
"redux-mock-store": "^1.5.4",
"source-map": "^0.7.3",
"terser": "^5.14.0",
"watchify": "^4.0.0"
},
"browserify": {
"transform": [
"envify"
]
},
"scripts": {
"prepublishOnly": "echo 'Use the `make publish` command instead.' && exit 1",
"test": "blue-tape $(find modules -path */test/*.js -not -path */node_modules/*)",
"start": "serve -p 8000"
}
}