-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 993 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 993 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
36
37
38
39
{
"name": "routemap",
"version": "1.0.0",
"description": "Red Teaming Assessment Scoring System",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack-dev-server --progress"
},
"keywords": [],
"author": "Monyer",
"license": "Apache-2.0",
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RouteMap/RTASS.git"
},
"bugs": {
"url": "https://github.com/RouteMap/RTASS/issues"
},
"homepage": "https://github.com/RouteMap/RTASS#readme",
"devDependencies": {
"acorn": "^8.5.0",
"arraybuffer-loader": "^1.0.8",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"style-loader": "^3.3.1",
"uuid": "^8.3.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"ace-builds": "^1.4.13",
"vis-network": "^9.1.0",
"vue": "^2.6.14"
}
}