-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 925 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 925 Bytes
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
{
"name": "certmaster",
"build": "./build.js",
"version": "0.1.0",
"type": "module",
"scripts": {
"build:dev": "node ./build.js",
"build:prod": "node ./build.js --prod"
},
"dependencies": {
"@gera2ld/tarjs": "latest",
"@peculiar/x509": "^1.14.0",
"markdown-it": "^14.1.0",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"react": "latest",
"react-dom": "latest",
"reflect-metadata": "^0.2.2",
"urijs": "^1.19.7"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/mousetrap": "^1.6.15",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/urijs": "^1.19.10",
"esbuild": "latest"
},
"deploy": {
"main": "run.js",
"imports": null,
"scripts": null
}
}