mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
Initial commit; shadow-cljs, re-frame + re-frame-10x
This commit is contained in:
commit
4fc35c34b0
11 changed files with 1813 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "airsonic-ui",
|
||||
"version": "0.0.1",
|
||||
"description": "Airsonic UI written with re-frame",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Arne Schlüter",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"create-react-class": "^15.6.3",
|
||||
"react": "^16.3.2",
|
||||
"react-dom": "^16.3.2",
|
||||
"shadow-cljs": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react-flip-move": "^3.0.1",
|
||||
"react-highlight.js": "^1.0.7"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue