-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "slipstream-webui",
"version": "1.0.0",
"main": "resources/webui.js",
"scripts": {
"dev": "./node_modules/.bin/shadow-cljs watch webui",
"build": "./node_modules/.bin/shadow-cljs compile webui",
"release": "./node_modules/.bin/shadow-cljs release webui",
"clean": "rm -rf resources/public/js/* && rm -rf target"
},
"author": "SixSq Sàrl",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/slipstream/SlipStreamWebUI/issues"
},
"homepage": "https://github.com/slipstream/SlipStreamWebUI",
"devDependencies": {
"shadow-cljs": "2.7.15",
"source-map-support": "^0.5.10"
},
"dependencies": {
"bluebird": "^3.5.3",
"chart.js": "^2.7.3",
"codemirror": "^5.43.0",
"create-react-class": "15.6.3",
"license-checker": "^25.0.1",
"moment": "^2.24.0",
"react": "^16.7.0",
"react-chartjs-2": "^2.7.4",
"react-codemirror2": "^5.1.0",
"react-copy-to-clipboard": "^5.0.1",
"react-datepicker": "^1.8.0",
"react-dom": "^16.7.0",
"react-markdown": "^4.0.6",
"semantic-ui-react": "^0.84.0",
"ws": "^6.1.3"
}
}