-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "decide",
"version": "3.0.0",
"author": "[email protected]",
"license": "MIT",
"description": "",
"private": true,
"dependencies": {
"@date-io/date-fns": "2.16.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@js-joda/core": "5.5.1",
"@js-joda/timezone": "2.17.1",
"@material/material-color-utilities": "^0.2.0",
"@mui/icons-material": "5.11.0",
"@mui/lab": "5.0.0-alpha.114",
"@mui/material": "5.11.3",
"@mui/x-date-pickers": "5.0.13",
"big.js": "6.2.1",
"date-fns": "2.29.3",
"react-flip-move": "3.0.5"
},
"scripts": {
"build": "bb release:js ",
"test": "bb test:cljs",
"client/workspaces": "shadow-cljs watch :workspaces"
},
"devDependencies": {
"highlight.js": "11.7.0",
"intl-messageformat": "10.2.5",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-cljs-test": "0.1.0",
"karma-junit-reporter": "2.0.1",
"npm-run-all": "4.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-grid-layout": "1.3.4",
"reakit": "1.3.11",
"shadow-cljs": "2.20.17"
}
}