forked from sio2project/oioioi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 906 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
{
"name": "oioioi",
"version": "1.0.0",
"private": "true",
"scripts": {
"lint": "eslint",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"concurrently": "^9.1.2",
"copy-webpack-plugin": "^14.0.0",
"eslint": "^9.23.0",
"expose-loader": "^5.0.1",
"globals": "^16.0.0",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.10.2",
"bootstrap": "^4.6.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-markdown": "^2.10.0",
"clipboard": "^2.0.11",
"darkreader": "^4.9.117",
"highcharts": "^4.1.10",
"highlight.js": "^11.11.1",
"jqtree": "1.3.8",
"jquery": "^1.12.4",
"js-cookie": "^3.0.5",
"marked": "^15.0.7",
"mathjax": "^4.0.0",
"select2": "^4.1.0-rc.0"
}
}