-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "netbox-plugin-vault-secrets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"typecheck": "cd frontend && tsc",
"build": "cd frontend && webpack --mode=production",
"serve": "cd frontend && webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ffddorf/netbox-vault-secrets.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ffddorf/netbox-vault-secrets/issues"
},
"homepage": "https://github.com/ffddorf/netbox-vault-secrets#readme",
"dependencies": {
"lodash.kebabcase": "^4.1.1",
"preact": "^10.6.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"babel-loader": "^8.2.3",
"typescript": "^4.5.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}