-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "PTK",
"version": "8.0.0",
"type": "module",
"description": "",
"main": "app.js",
"author": "Denis Podgurskii",
"license": "",
"repository": "",
"scripts": {
"build": "npx npm-check-updates -u && npm install && npm install mermaid@9 && npm run build_src && npm run build_waf",
"build_src": "webpack --config misc/webpack.config.js && node ./script/build_src.js",
"build_waf": "node ./script/build_waf.js",
"build_pkg": "npm run build && node ./script/build_pkg.js"
},
"resolutions": {},
"dependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"archiver": "latest",
"babel-loader": "latest",
"clone-git-repo": "latest",
"codemirror-minified": "latest",
"copy-webpack-plugin": "latest",
"crypto-es": "latest",
"cypress": "latest",
"datatables.net": "latest",
"fomantic-ui": "latest",
"fs-extra": "latest",
"jose": "latest",
"jquery": "latest",
"mermaid": "^9.4.3",
"request": "latest",
"retire": "latest",
"swagger-editor": "latest",
"wappalyzer": "latest",
"webextension-polyfill": "latest",
"webpack": "latest"
},
"devDependencies": {
"@playwright/test": "latest",
"@types/node": "latest",
"ts-loader": "latest",
"typescript": "latest",
"webpack-cli": "latest"
}
}