-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 2.02 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
{
"name": "riverdb",
"version": "0.3.0",
"description": "A River Science Data Management System",
"private": true,
"dependencies": {
"@js-joda/core": "^3.2.0",
"@js-joda/locale_en-us": "^3.2.2",
"@js-joda/timezone": "^2.3.0",
"big.js": "^5.2.2",
"blob": "^0.1.0",
"create-react-context": "^0.3.0",
"file-saver": "^2.0.5",
"fsevents": "^2.1.2",
"highlight.js": "^10.4.1",
"intl-messageformat": "^9.3.11",
"mem": "^6.0.1",
"moment": "^2.29.4",
"papaparse": "^5.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-beautiful-dnd": "^12.2.0",
"react-datepicker": "^3.7.0",
"react-dom": "^17.0.1",
"react-dropzone": "^10.2.1",
"react-grid-layout": "^0.16.6",
"react-icons": "^2.2.7",
"react-treeview": "^0.4.7",
"react-virtualized": "^9.21.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-virtualized-select": "^3.1.3",
"react-window": "^1.8.5",
"reakit": "^0.11.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"set-value": "^4.0.1",
"shortid": "^2.2.15",
"socket.io-client": "1.7.4",
"window-table": "^0.10.5-alpha.1"
},
"devDependencies": {
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-cljs-test": "^0.1.0",
"shadow-cljs": "2.12.5",
"showdown": "^1.9.1"
},
"scripts": {
"dev": "APP_ENV=dev LOG_LEVEL=0 npx shadow-cljs -A:cljs-dev server",
"local": "APP_ENV=dev LOG_LEVEL=0 npx shadow-cljs -A:cljs-dev:local-dev server",
"main": "APP_ENV=dev LOG_LEVEL=0 npx shadow-cljs -A:cljs-dev watch :main",
"compile": "APP_ENV=dev LOG_LEVEL=0 npx shadow-cljs -A:cljs-dev compile :main",
"release": "APP_ENV=prod TIMBRE_LEVEL=':info' LOG_LEVEL=2 npx shadow-cljs release :main",
"log-release": "APP_ENV=prod TIMBRE_LEVEL=':debug' LOG_LEVEL=0 npx shadow-cljs release :main",
"server": "clojure -M:dev:server:run"
},
"author": "Thomas Spellman <[email protected]>",
"license": "GNU AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007"
}