This repository was archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.95 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.95 KB
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": "apache-aurora",
"version": "1.0.0",
"description": "UI project for Apache Aurora",
"main": "index.js",
"dependencies": {
"aurora-ui-plugin": "file:plugin",
"bootstrap": "^4.3.1",
"deep-equal": "^1.1.0",
"diff": "^4.0.1",
"es6-shim": "^0.35.5",
"moment": "^2.24.0",
"query-string": "^6.8.3",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^4.2.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jquery": "^1.9.1",
"popper.js": "^1.15.0",
"react-test-renderer": "^16.10.1",
"sass.js": "^0.11.0",
"sassjs-loader": "^2.0.0",
"style-loader": "^1.0.0",
"url-loader": "^2.1.0",
"webpack": "^4.41.0"
},
"jest": {
"moduleDirectories": [
"./src/main/js",
"node_modules"
],
"setupFiles": [
"./test-setup.js"
]
},
"scripts": {
"lint": "eslint src/main/js plugin/ --ext .js",
"test": "jest src/ plugin/"
},
"repository": {
"type": "git",
"url": "https://gitbox.apache.org/repos/asf/aurora"
},
"author": "",
"license": "Apache-2.0"
}