-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.41 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.41 KB
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
{
"name": "tls-app",
"version": "0.6.0",
"description": "TLS - 漢學文典",
"scripts": {
"test": "mocha test/mocha/ --recursive --exit",
"cypress": "cypress open",
"build": "gulp && ant"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tls-kr/tls-app.git"
},
"keywords": [
"XQuery",
"Chinese",
"Linguistic",
"exist-db",
"Conceptual-Schemes"
],
"author": "Christian Wittern, Duncan Paterson",
"license": "MIT",
"bugs": {
"url": "https://github.com/tls-kr/tls-app/issues"
},
"homepage": "https://hxwd.org",
"devDependencies": {
"browser-sync": "^2.29.3",
"chai": "^4.3.10",
"chai-xml": "^0.4.1",
"cypress": "^13.3.2",
"del": "^7.1.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-flatmap": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-jshint": "^2.1.0",
"gulp-optimize-js": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-svgmin": "^4.1.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"mocha": "^10.2.0",
"supertest": "^6.3.3",
"xmldoc": "^1.3.0"
},
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap-grid": "^3.0.1",
"jquery": "^3.7.1",
"popper.js": "^1.14.7",
"toastr": "^2.1.4"
}
}