forked from Open-MBEE/exec-ve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.24 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "view-editor",
"version": "5.0.0-alpha",
"description": "View Editor Application",
"repository": "https://github.com/Open-MBEE/ve.git",
"main": "main.ts",
"scripts": {
"start": "cd dist && serve",
"build": "webpack --bail --progress --profile"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@types/angular": "^1.8.4",
"@types/angular-cookies": "^1.8.1",
"@types/angular-growl-v2": "^0.7.2",
"@types/angular-hotkeys": "^1.7.3",
"@types/angular-sanitize": "^1.8.1",
"@types/angular-ui-bootstrap": "^1.0.1",
"@types/angular-ui-router": "^1.1.41",
"@types/ckeditor4": "^4.20.0",
"@types/diff": "^3.5.0",
"@types/jquery": "3.5.5",
"@types/lodash": "^4.14.181",
"@types/ngstorage": "^0.3.37",
"@types/node": "^18.7.11",
"@types/rx-lite": "^4.0.6",
"@types/stompjs": "2.3.2",
"@types/uuid": "^8.3.4",
"@types/virtual-dom": "^2.1.1",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"alias-hq": "^5.4.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"favicons": "^7.0.2",
"favicons-webpack-plugin": "^6.0.0",
"html-webpack-plugin": "^5.5.0",
"jsdoc": "^3.6.10",
"mathjax": "3",
"mathjax-full": "^3.2.0",
"mini-css-extract-plugin": "^2.6.0",
"node": "^18.7.0",
"postcss": "^8.3.3",
"replace-in-file": "^6.3.2",
"resolve-url-loader": "^5.0.0",
"rimraf": "^2.6.2",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"serve": "^10.1.2",
"style-loader": "^3.3.1",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"ts-loader": "^9.2.8",
"ts-node": "^10.9.1",
"type-fest": "^3.5.1",
"typescript": "^4.6.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-virtual-modules": "^0.4.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.0",
"@openmbee/angularjs-dropdown-multiselect": "./lib/openmbee-angularjs-dropdown-multiselect-v1.0.2.tgz",
"@openmbee/html-to-vdom": "^0.9.0",
"@openmbee/pane-layout": "^1.0.40",
"@uirouter/angularjs": "^1.0.30",
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-cookies": "^1.8.2",
"angular-growl-v2": "^0.7.5",
"angular-hotkeys": "^1.7.0",
"angular-sanitize": "^1.8.2",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-tree": "^2.22.6",
"angulartics": "^1.6.0",
"angulartics-piwik": "^1.0.6",
"buffer": "^6.0.3",
"diff": "^3.5.0",
"flatpickr": "^4.6.9",
"jquery": "^3.4.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"ngstorage": "^0.3.11",
"prettier": "^2.5.1",
"rx-lite": "^4.0.8",
"sass-migrator": "^1.7.1",
"ui-router-visualizer": "3",
"uuid": "^9.0.0",
"vdom-to-html": "^2.3.1",
"virtual-dom": "https://github.com/chhaymenghong/virtual-dom.git#master"
}
}