This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
82 lines (82 loc) · 2.31 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "tnris.org",
"version": "1.0.0",
"description": "Website for the Texas Natural Resources Information System, a division of the Texas Water Development Board",
"main": "gulpfile.js",
"private": true,
"scripts": {
"dev": "gulp clean && gulp dev",
"dist": "gulp clean && gulp dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tnris/site-mockup.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tnris/site-mockup/issues"
},
"homepage": "https://github.com/tnris/site-mockup",
"dependencies": {
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-recaptcha": "^4.2.0",
"bootstrap": "^4.6.0",
"bootstrap-sass": "^3.4.1",
"clipboard": "^2.0.7",
"ekko-lightbox": "^5.3.0",
"holderjs": "^2.9.9",
"imports-loader": "^0.8.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"jstransformer-nunjucks": "^1.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"ng-file-upload": "^12.2.13",
"popper.js": "^1.16.1",
"terser-webpack-plugin": "^3.1.0",
"yargs-parser": "^20.2.7",
"zurb-twentytwenty": "^0.1.1"
},
"devDependencies": {
"clog": "^0.1.6",
"css-loader": "^5.2.6",
"debug": "^4.3.1",
"del": "^5.1.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-front-matter": "^2.0.0-7",
"gulpsmith": "^0.6.0",
"js-beautify": "^1.13.5",
"jsdom": "^16.5.0",
"lodash.trim": "^4.5.1",
"marked": "^2.0.1",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-each": "^0.1.1",
"metalsmith-in-place": "^4.4.2",
"metalsmith-layouts": "^2.3.1",
"metalsmith-markdown": "^1.3.0",
"metalsmith-metadata": "0.0.4",
"metalsmith-paginate": "^0.3.0",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-sitemap": "^1.2.2",
"mini-css-extract-plugin": "^1.2.1",
"minimatch": "^3.0.4",
"moment": "^2.29.1",
"sass": "^1.32.13",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"tcp-port-used": "^1.0.2",
"vinyl-paths": "^3.0.1",
"webfontloader": "^1.6.28",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.9.0",
"winston": "^3.3.3",
"xdomain": "^0.8.2"
}
}