This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
73 lines (73 loc) · 1.7 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "tsuru-dashboard",
"version": "1.0.0",
"description": "Web dashboard for tsuru PaaS",
"main": "index.js",
"engines": {
"node": ">=12"
},
"dependencies": {},
"devDependencies": {
"babel": "^6.23.0",
"babel-jest": "^14.1.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"backstage-dropdown": "^0.2.1",
"backstage-modal": "^0.1.0",
"backstage-switch-button": "^0.2.0",
"browserify": "^13.3.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-15": "^1.4.0",
"fuzzy": "^0.1.1",
"jest": "^24.0.0",
"jest-cli": "^24.0.0",
"jquery": "^3.5.0",
"js-cookie": "^2.2.0",
"merge": "^1.2.1",
"moment": "^2.24.0",
"oboe": "^2.1.4",
"react": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-addons-test-utils": "^15.6.2",
"react-datetime": "^2.16.3",
"react-dom": "^15.6.2",
"react-test-renderer": "^15.5.0",
"reactify": "^1.1.1",
"sinon": "7.5.0"
},
"scripts": {
"test": "jest --silent"
},
"jest": {
"automock": false,
"collectCoverage": true,
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
},
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"setupFilesAfterEnv": [
"./jest/setup.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsuru/tsuru-dashboard.git"
},
"keywords": [
"dashboard",
"tsuru",
"paas"
],
"author": "tsuru",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/tsuru/tsuru-dashboard/issues"
},
"homepage": "https://github.com/tsuru/tsuru-dashboard#readme"
}