-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.39 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
{
"name": "cljs-karaoke-client",
"repository": "https://github.com/baskeboler/cljs-karaoke-client",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run release",
"test": "echo \"Error: no test specified\" && exit 1",
"cljs-watch": "shadow-cljs watch app",
"compile": "shadow-cljs compile app ",
"release": "shadow-cljs release app ",
"start": "npm run watch",
"copy-webfonts": "cp -rf ./node_modules/@fortawesome/fontawesome-free/webfonts ./public/",
"css-build": "node-sass --omit-source-map-url resources/sass/main.scss public/css/main.css",
"css-watch": "npm run css-build -- --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bulma-tooltip": "^2.0.2",
"create-react-class": "^15.7.0",
"highlight.js": "10.4.1",
"mongodb-stitch-browser-sdk": "^4.8.0",
"path": "^0.12.7",
"react": "^16.14.0",
"react-awesome-button": "^6.5.1",
"react-dom": "^16.14.0",
"react-flip-move": "^3.0.4",
"react-highlight.js": "^1.0.7",
"shake.js": "^1.2.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"bulma": "^0.8.2",
"concurrently": "^5.3.0",
"node-sass": "^4.14.1",
"shadow-cljs": "^2.11.8"
}
}