-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 950 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": "workspaces",
"version": "1.0.0",
"description": "Work environments for development of web apps.",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"highlight.js": "^9.13.1",
"karma": "3.1.4",
"karma-chrome-launcher": "2.2.0",
"karma-cljs-test": "^0.1.0",
"semantic-ui-react": "0.85.0",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-grid-layout": "0.16.6",
"react-icons": "2.2.7",
"reakit": "0.11.1",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.7.0",
"shadow-cljs": "2.8.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nubank/shuffle.common.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nubank/shuffle/issues"
},
"homepage": "https://github.com/nubank/shuffle"
}