-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 751 Bytes
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
{
"name": "foli",
"version": "0.0.1",
"description": "Turku public transportation aid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "shadow-cljs release main"
},
"author": "",
"license": "ISC",
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"highlight.js": "9.18.3",
"hoist-non-react-statics": "^3.3.0",
"moment": "^2.27.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-grid-layout": "0.16.6",
"react-icons": "2.2.7",
"reakit": "0.11.2",
"shadow-cljs": "^2.8.91"
}
}