-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "cmod",
"version": "1.0.0",
"description": "Alternative modeller for the Coverability Graph Assistant (CoRA)",
"private": true,
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --mode development --progress --color --hot",
"build": "NODE_ENV=production webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukasios12/cmod.git"
},
"keywords": [
"modeller",
"coverbability",
"graphs",
"petrinets",
"cora"
],
"author": "Lucas Steehouwer",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukasios12/cmod/issues"
},
"homepage": "https://github.com/lukasios12/cmod#readme",
"devDependencies": {
"@types/node": "^18.15.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "2.7.0",
"sass": "^1.59.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "9.4.2",
"typescript": "^4.9.5",
"vue-class-component": "^7.2.3",
"vue-loader": "^15.9.2",
"vue-property-decorator": "^8.5.1",
"vue-template-compiler": "^2.6.11",
"vue-template-loader": "^1.1.0",
"vuex-module-decorators": "^0.9.11",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"axios": "^1.3.4",
"vue": "^2.6.11",
"vue-focus": "^2.1.0",
"vue-multipane": "^0.9.5",
"vuex": "^3.4.0"
}
}