-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.25 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
{
"name": "orgwolf",
"version": "1.0.0",
"description": "OrgWolf =======",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/canismarko/orgwolf.git"
},
"keywords": [],
"author": "Mark Wolfman",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/canismarko/orgwolf/issues"
},
"homepage": "https://github.com/canismarko/orgwolf#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.0.0-beta2",
"@fullcalendar/core": "^5.9.0",
"@popperjs/core": "^2.9.3",
"@types/angular": "^1.6.51",
"@types/angular-mocks": "^1.7.1",
"@types/jasmine": "^3.9.0",
"@types/jquery": "^3.5.6",
"@types/node": "^10.12.15",
"@types/notyf": "^3.0.0",
"angular": "^1.8.2",
"angular-animate": "^1.7.5",
"angular-cookies": "^1.7.5",
"angular-mocks": "^1.7.5",
"angular-resource": "^1.7.5",
"angular-route": "^1.7.5",
"angular-sanitize": "^1.7.5",
"angular-ui-calendar": "^1.0.2",
"assert": "^2.0.0",
"babel-loader": "^8.2.2",
"bootstrap": "^5.1.0",
"css-loader": "^6.2.0",
"easymde": "^2.15.0",
"file-loader": "^6.2.0",
"fs": "0.0.1-security",
"jasmine": "^3.9.0",
"jquery": "^3.3.1",
"jquery-ui": "^1.13.0",
"jquery-ui-dist": "^1.12.1",
"mini-css-extract-plugin": "^2.2.2",
"notyf": "^3.10.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path": "^0.12.7",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"showdown": "^1.9.0",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.2.0",
"ts-loader": "^9.2.5",
"typescript": "^3.2.2",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@types/jqueryui": "^1.12.16",
"html-loader": "^2.1.2",
"uuid": "^8.3.2"
}
}