forked from commsy/commsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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": "commsy",
"version": "1.0.0",
"description": "CommSy is a web-based community system.",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commsy/commsy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/commsy/commsy/issues"
},
"browserslist": [
"last 2 versions"
],
"homepage": "https://github.com/commsy/commsy#readme",
"devDependencies": {
"@symfony/webpack-encore": "^2.1.0",
"@types/jquery": "^3.5.5",
"@types/uikit": "^2.27.6",
"@types/urijs": "^1.19.9",
"core-js": "^3.6.5",
"expose-loader": "^4.0.0",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.3",
"fullcalendar": "^3.10.2",
"jquery": "^3.5.1",
"jscolor-picker": "^2.0.4",
"jstree": "^3.3.10",
"less": "^3.13.1",
"less-loader": "^10.2.0",
"mathjax": "^3.0.1",
"moment": "^2.26.0",
"nprogress": "^0.2.0",
"promise": "^8.1.0",
"regenerator-runtime": "^0.13.2",
"select2": "^4.0.13",
"tooltipster": "^4.2.8",
"ts-loader": "^9.3.1",
"typescript": "^4.2.3",
"uikit": "npm:[email protected]",
"uikit3": "npm:[email protected]",
"urijs": "^1.19.2",
"video.js": "^7.8.2",
"webpack-notifier": "^1.15.0"
}
}