-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1020 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1020 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
37
38
39
40
41
42
43
{
"name": "cwoj",
"version": "1.0.0",
"description": "Web part for CWOJ.",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CDFLS/CWOJ.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CDFLS/CWOJ/issues"
},
"homepage": "https://github.com/CDFLS/CWOJ#readme",
"dependencies": {
"bootstrap": "^3.4.1",
"bootswatch": "^3.3.7",
"codemirror": "^5.22.0",
"font-awesome": "^4.7.0",
"highlightjs": "^9.8.0",
"jquery": "^3.4.0",
"mathjax": "^2.7.4"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"path": "^0.12.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.28"
}
}