-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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": "smart-clide-ide",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@unparallel/smartclide-backend-connector": "^0.7.0",
"@unparallel/smartclide-che-rest-client": "^1.0.8",
"@unparallel/smartclide-frontend-comm": "^1.0.1",
"axios": "^1.4.0",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.23.1",
"json-to-pretty-yaml": "^1.2.2",
"keycloak-js": "^10.0.2",
"meteor-node-stubs": "^1.2.5",
"moment": "^2.29.4",
"popper.js": "^1.16.1-lts",
"vue": "^2.6.14",
"vue-meteor-tracker": "^2.0.0",
"vue-router": "^3.6.5",
"vue-smart-widget": "^0.6.2",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
"yamljs": "^0.3.0"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}