-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·50 lines (50 loc) · 1.32 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
{
"name": "cuneiform-text-corpus",
"private": true,
"version": "1.1.0",
"description": "Corpus of texts written in cuneiform",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Communio-Templorum/cuneiform-text-corpus.git"
},
"author": "Sam Grundman",
"bugs": {
"url": "https://github.com/Communio-Templorum/cuneiform-text-corpus/issues"
},
"homepage": "https://github.com/Communio-Templorum/cuneiform-text-corpus#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@mightyplow/sass-dedup-importer": "^1.1.1",
"@yodasws/gulp-dom": "^1.0.0",
"@yodasws/gulp-pattern-replace": "^1.1.1",
"file-exists": "^4.0.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-file": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-load-plugins": "^2.0.1",
"gulp-order": "^1.1.1",
"gulp-rm-lines": "<1.0.0",
"gulp-run-command": "<1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-ssi": "^0.1.3",
"gulp-strip-css-comments": "^2.0.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^6.1.2",
"yargs": "^16.2.0"
},
"resolutions": {
"eslint": "^7.28.0"
},
"directories": {
"lib": "lib"
}
}