-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 834 Bytes
/
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
{
"name": "Calincome",
"version": "0.0.1",
"description": "Calincome",
"private": true,
"repository": {
"type": "git"
},
"scripts": {
"dev": "shadow-cljs watch app",
"release": "shadow-cljs release app",
"server": "shadow-cljs server",
"clean": "rm -rf target && rm -rf public/js"
},
"dependencies": {
"@material-ui/core": "4.9.12",
"@material-ui/lab": "4.0.0-alpha.51",
"@material-ui/pickers": "3.2.10",
"create-react-class": "^15.6.3",
"emotion-theming": "^10.0.27",
"firebase": "^7.14.6",
"highlight.js": "9.18.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0",
"styled-icons": "^10.2.1"
},
"devDependencies": {
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",
"shadow-cljs": "2.8.95"
}
}