-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 989 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
34
35
36
37
38
{
"name": "shadow-re-frame-simple-example",
"version": "0.0.1",
"description": "Shadow-cljs + re-frame example",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "./run server",
"watch": "./run watch",
"repl": "./run repl",
"release": "./run release",
"build": "./run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quangv/shadow-re-frame-simple-example.git"
},
"keywords": [
"shadow-cljs",
"re-frame"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/quangv/shadow-re-frame-simple-example/issues"
},
"homepage": "https://github.com/quangv/shadow-re-frame-simple-example#readme",
"devDependencies": {
"shadow-cljs": "^2.2.30"
},
"dependencies": {
"create-react-class": "^15.6.3",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-flip-move": "^3.0.1",
"react-highlight.js": "^1.0.7"
}
}