-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.11 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
74
75
76
77
78
79
80
81
82
{
"name": "custom-server-ui-payload-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://akeyless-community.github.io/custom-server-ui-payload-generator/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"gh-pages": "^6.1.1",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
},
"dependencies": {
"array-union": "^1.0.2",
"array-uniq": "^1.0.3",
"async": "^3.2.5",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"commander": "^11.1.0",
"commondir": "^1.0.1",
"concat-map": "^0.0.1",
"email-addresses": "^5.0.0",
"escape-string-regexp": "^1.0.5",
"filename-reserved-regex": "^2.0.0",
"filenamify": "^4.3.0",
"find-cache-dir": "^3.3.2",
"find-up": "^4.1.0",
"fs-extra": "^11.2.0",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"globby": "^6.1.0",
"graceful-fs": "^4.2.11",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"jsonfile": "^6.1.0",
"locate-path": "^5.0.0",
"make-dir": "^3.1.0",
"minimatch": "^3.1.2",
"object-assign": "^4.1.1",
"once": "^1.4.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"pify": "^2.3.0",
"pinkie": "^2.0.4",
"pinkie-promise": "^2.0.1",
"pkg-dir": "^4.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dropzone": "^14.2.3",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"semver": "^6.3.1",
"strip-outer": "^1.0.1",
"trim-repeated": "^1.0.0",
"universalify": "^2.0.1",
"wrappy": "^1.0.2"
},
"author": "",
"license": "MIT",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}